Skip to content
Zed

mcp quipu for Zed

io.github.nubiia-dev/mcp-quipu

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

client:Zed transport:stdio runtime:npm

Install mcp quipu in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-quipu": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp quipu in other clients