mcp quipu for Grok
io.github.nubiia-dev/mcp-quipu
Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting
client:Grok
transport:stdio
runtime:npm
Install mcp quipu in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs