Skip to content
Cursor

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

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

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

mcp iugu in other clients