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 accounting to MCP. Access clients, documents, payroll data, and HR reporting with AI agents. The first DATEV MCP integration.
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.
DATEV with AI Agents via MCP
DATEV is the dominant accounting and tax software platform in Germany, used by nearly every tax consultant (Steuerberater) and thousands of businesses. Despite its market dominance, there has been no MCP server for DATEV — until now.
With AnythingMCP, you can connect DATEV's official Online APIs to any MCP-compatible AI agent (Claude, ChatGPT, Gemini, etc.).
Quick Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Open http://localhost:3000/connectors/store, import the DATEV adapter, and configure your OAuth 2.0 credentials from the DATEV Developer Portal.
Available Tools
| Tool | Description |
|---|---|
datev_list_clients | List accounting clients |
datev_list_documents | List accounting documents for a client |
datev_get_document | Get document details by GUID |
datev_upload_document | Upload invoices/receipts to DATEV Belege online |
Prerequisites
- Register at the DATEV Developer Portal
- Create an application to get OAuth 2.0 credentials
- Your clients must be on DATEV Unternehmen online
Use Cases
- "List all accounting clients"
- "Show documents uploaded this month for client 12345"
- "Upload this invoice to DATEV Belege online"
Was this guide helpful?