arca agro for Cursor
io.github.rje1974/arca-agro
Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura.
client:Cursor
transport:stdio
runtime:npm
Install arca agro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arca-agro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arca-agro-mcp"
],
"env": {
"ARCA_CERT": "<ARCA_CERT>",
"ARCA_KEY": "<ARCA_KEY>",
"ARCA_CUIT": "<ARCA_CUIT>",
"ARCA_ENV": "<ARCA_ENV>",
"ARCA_CACHE_DIR": "<ARCA_CACHE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs