Read-only MCP server for the Greek AADE myDATA API — ask Claude about your invoices, income & expenses in plain language. Decodes all myDATA codes into human-readable labels.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mydata-mcp-server": {
"command": "uvx",
"args": [
"mydata-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mydata-mcp-server uvx mydata-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mydata-mcp-server": {
"command": "uvx",
"args": [
"mydata-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mydata-mcp-server