mcp iugu for Cursor
io.github.codespar/mcp-iugu
MCP server for iugu — invoices, subscriptions, customers, payment methods
client:Cursor
transport:stdio
runtime:npm
Install mcp iugu in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-iugu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-iugu"
],
"env": {
"IUGU_API_TOKEN": "<IUGU_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs