Plug DocuClipper into Claude Desktop, Cursor, Continue, and other MCP clients. Your agent extracts bank statements and invoices end to end, no manual upload step.
Last updated:
4+
MCP clients supported (Claude Desktop, Cursor, Continue, Cline)
5
Tools exposed (one-shot + async building blocks)
99.6%
Extraction accuracy
4.7/5
G2 rating
The docuclipper-mcp package gives any Model Context Protocol client first-class access to DocuClipper extraction, with structured output your agent can actually reason about.
The docuclipper-mcp package is a stdio Model Context Protocol server, so any MCP-aware client (Claude Desktop, Cursor, Continue, Cline, and others) can call DocuClipper as a native tool.
Drop a bank statement PDF into Claude Desktop and ask for a CSV. The convert_bank_statement tool uploads, extracts, polls, and returns transactions in a single call.
Agents get clean per-transaction rows, account-level grouping, and invoice line items, the same structured output our REST API returns. No HTML scraping or screenshot parsing.
Generate a PAT under Settings > API & Webhooks, drop it in DOCUCLIPPER_PAT, and your agent inherits your DocuClipper credit balance and document history.
Files over ~10 MB use a presigned-S3 upload flow (upload_url, convert_document, get_job_status, download_transactions). The shim exposes both one-shot and async tools.
All MCP clients use command: npx, args: [-y, docuclipper-mcp]. No global install, no Python venv, no Docker. Tool registry is discovered live so you always get the latest set.
Three steps to wire DocuClipper into Claude Desktop, Cursor, or any MCP-compatible client.
In DocuClipper, go to Settings > API & Webhooks and click Create Personal Access Token. Copy the dcp_... token (it is shown only once).
Paste the JSON snippet below into your MCP client's config file (claude_desktop_config.json, .cursor/mcp.json, etc.). Set DOCUCLIPPER_PAT to your token.
Restart your client. DocuClipper tools appear in the tool menu. Ask your agent to extract a PDF and it calls convert_bank_statement automatically.
The same shape works in Claude Desktop, Cursor, Continue, and Cline. File location varies by client.
{
"mcpServers": {
"docuclipper": {
"command": "npx",
"args": ["-y", "docuclipper-mcp"],
"env": {
"DOCUCLIPPER_PAT": "dcp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Claude Desktop config path
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor config path
Project: .cursor/mcp.json
Global: ~/.cursor/mcp.json
Full setup guide: Connect DocuClipper to AI agents (MCP).
docuclipper-mcp is a standard stdio MCP server, so any client that speaks the protocol works.
Anthropic's desktop client (macOS and Windows). Edit claude_desktop_config.json, restart, and DocuClipper appears under the hammer-icon tools menu.
AI-native code editor. Add to .cursor/mcp.json in your project (or globally at ~/.cursor/mcp.json) so your agent can extract documents while you code.
Open-source IDE assistant for VS Code and JetBrains. Use the same npx-based config in Continue's MCP settings.
Any client that speaks Model Context Protocol over stdio works, including Cline, custom agent runtimes, and self-hosted orchestrators.
Common workflows finance teams and developers run through the DocuClipper MCP server.
Drag 12 monthly PDFs into Claude Desktop and say give me one combined CSV. The agent calls convert_bank_statement on each, merges the rows, and hands back a clean export.
From Cursor, ask the agent to extract structured fields from a folder of supplier invoices and write them to a spreadsheet, or to your AP system via your own code.
Chain DocuClipper into a larger agent loop, classify transactions, flag duplicates, draft journal entries. The agent treats DocuClipper as one tool among many.
download_transactions pulls structured data from any historical job by ID, so your agent can answer follow-up questions without re-uploading the same PDF.
Real reviews from accountants, bookkeepers, and finance teams.
“DocuClipper has helped us eliminate several manual data entry processes, saving us a lot of time.”
Kristin Mitchell
Accounting, United States
“It's a complete game-changer. Instead of spending hours combing through statements, we get the data we need almost instantly.”
Matt
Lending, United Kingdom
“DocuClipper allowed us to enhance our advisory services, directly impacting our bottom line.”
Sarah Winship
Accounting, United Kingdom
Wire DocuClipper into your AI agent in five minutes. Start your free 14-day trial.
Start free trial