mcp alegra for Cursor
io.github.codespar/mcp-alegra
Alegra — cloud accounting for LATAM (Colombian-founded)
client:Cursor
transport:stdio
runtime:npm
Install mcp alegra in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-alegra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-alegra"
],
"env": {
"ALEGRA_EMAIL": "<ALEGRA_EMAIL>",
"ALEGRA_API_TOKEN": "<ALEGRA_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs