Skip to content
Cursor

aikount mcp for Cursor

io.github.mutonby/aikount-mcp

Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303.

client:Cursor transport:stdio runtime:pypi

Install aikount mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aikount-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aikount-mcp"
      ],
      "env": {
        "AIKOUNT_TOKEN": "<AIKOUNT_TOKEN>",
        "AIKOUNT_API": "<AIKOUNT_API>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aikount mcp in other clients