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
{
"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