MCP Quipu Server
Rank #21,221io.github.nubiia-dev/mcp-quipu
Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting
MCP Quipu Server is a Model Context Protocol (MCP) server published by nubiia-dev. It ranks #21,221 of 115,460 servers tracked on MCP Toplist. MCP Quipu Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 94,239 of 115,460 servers on MCP Toplist.
Use MCP Quipu Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-quipu -e "QUIPU_CLIENT_ID=<your QUIPU_CLIENT_ID>" -e "QUIPU_CLIENT_SECRET=<your QUIPU_CLIENT_SECRET>" -e "QUIPU_OWNER_SLUG=<your QUIPU_OWNER_SLUG>" -- npx -y @nubiia/mcp-quipuReplace each placeholder with your own value before saving.
[mcp_servers.mcp-quipu]
command = "npx"
args = ["-y", "@nubiia/mcp-quipu"]
[mcp_servers.mcp-quipu.env]
QUIPU_CLIENT_ID = "<your QUIPU_CLIENT_ID>"
QUIPU_CLIENT_SECRET = "<your QUIPU_CLIENT_SECRET>"
QUIPU_OWNER_SLUG = "<your QUIPU_OWNER_SLUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-quipu": {
"command": "npx",
"args": [
"-y",
"@nubiia/mcp-quipu"
],
"env": {
"QUIPU_CLIENT_ID": "<your QUIPU_CLIENT_ID>",
"QUIPU_CLIENT_SECRET": "<your QUIPU_CLIENT_SECRET>",
"QUIPU_OWNER_SLUG": "<your QUIPU_OWNER_SLUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-quipu": {
"command": "npx",
"args": [
"-y",
"@nubiia/mcp-quipu"
],
"env": {
"QUIPU_CLIENT_ID": "<your QUIPU_CLIENT_ID>",
"QUIPU_CLIENT_SECRET": "<your QUIPU_CLIENT_SECRET>",
"QUIPU_OWNER_SLUG": "<your QUIPU_OWNER_SLUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-quipu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nubiia/mcp-quipu"
],
"env": {
"QUIPU_CLIENT_ID": "<your QUIPU_CLIENT_ID>",
"QUIPU_CLIENT_SECRET": "<your QUIPU_CLIENT_SECRET>",
"QUIPU_OWNER_SLUG": "<your QUIPU_OWNER_SLUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-quipu": {
"command": "npx",
"args": [
"-y",
"@nubiia/mcp-quipu"
],
"env": {
"QUIPU_CLIENT_ID": "<your QUIPU_CLIENT_ID>",
"QUIPU_CLIENT_SECRET": "<your QUIPU_CLIENT_SECRET>",
"QUIPU_OWNER_SLUG": "<your QUIPU_OWNER_SLUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-quipu": {
"command": "npx",
"args": [
"-y",
"@nubiia/mcp-quipu"
],
"env": {
"QUIPU_CLIENT_ID": "<your QUIPU_CLIENT_ID>",
"QUIPU_CLIENT_SECRET": "<your QUIPU_CLIENT_SECRET>",
"QUIPU_OWNER_SLUG": "<your QUIPU_OWNER_SLUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nubiia-dev%2Fmcp-quipu)<a href="https://mcptoplist.com/server/io.github.nubiia-dev%2Fmcp-quipu"><img src="https://mcptoplist.com/badge/io.github.nubiia-dev%2Fmcp-quipu.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nubiia-dev
Other servers by nubiia-dev
View all nubiia-dev servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains MCP Quipu Server?
- MCP Quipu Server is maintained by nubiia-dev, which publishes 4 MCP servers (22 total versions) tracked on MCP Toplist.
- Is MCP Quipu Server listed on the Official MCP Registry?
- Yes — MCP Quipu Server is listed on the Official MCP Registry.
- How many versions does MCP Quipu Server have?
- MCP Toplist tracks 1 version of MCP Quipu Server, most recently published on Aug 27, 2026.
- Where can I find the source code for MCP Quipu Server?
- The source code for MCP Quipu Server is hosted at github.com/nubiia-dev/mcp-quipu.