Skip to content
Cursor

mcp colppy for Cursor

io.github.codespar/mcp-colppy

Colppy — Argentine cloud accounting + AFIP invoicing

client:Cursor transport:stdio runtime:npm

Install mcp colppy 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-colppy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-colppy"
      ],
      "env": {
        "COLPPY_API_KEY": "<COLPPY_API_KEY>",
        "COLPPY_COMPANY_ID": "<COLPPY_COMPANY_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp colppy in other clients