Skip to content
Cursor

mcp quipu for Cursor

io.github.nubiia-dev/mcp-quipu

Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting

client:Cursor transport:stdio runtime:npm

Install mcp quipu 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-quipu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nubiia/mcp-quipu"
      ],
      "env": {
        "QUIPU_CLIENT_ID": "<QUIPU_CLIENT_ID>",
        "QUIPU_CLIENT_SECRET": "<QUIPU_CLIENT_SECRET>",
        "QUIPU_OWNER_SLUG": "<QUIPU_OWNER_SLUG>"
      }
    }
  }
}

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

mcp quipu in other clients