Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the DATEV Online APIs in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Connect DATEV to Claude AI using MCP. Access accounting clients, documents, and payroll data with natural language. Step-by-step guide.
Try asking
Example prompts for DATEV Online APIs
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
Connect DATEV to Claude
DATEV is the backbone of German accounting — used by nearly every tax consultant. With AnythingMCP, you can connect DATEV's Online APIs to Claude and manage accounting data with natural language.
What You Can Do
- "List all my DATEV clients"
- "Show the master data for client Müller"
- "Which document types are set up for client Müller?"
- "Which clients have DATEV Unternehmen online access?"
Setup
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
- Register at the DATEV Developer Portal and create an application
- Import the DATEV adapter in the store
- Enter your OAuth 2.0 credentials (Client ID, Client Secret, Auth URL, Token URL)
- Assign to an MCP server
Connect Claude
{
"mcpServers": {
"datev": { "url": "http://localhost:4000/mcp" }
}
}
Why This Matters
DATEV has 15+ REST APIs but no MCP server. AnythingMCP bridges this gap, giving tax consultants and businesses AI-powered access to their DATEV data for the first time.
Was this guide helpful?