holded mcp for Grok
io.github.energio-es/holded-mcp
MCP server for Holded — invoicing, accounting, CRM, projects, and team
client:Grok
transport:stdio
runtime:npm
Install holded mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"holded-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<HOLDED_API_KEY>",
"HOLDED_MODULES": "<HOLDED_MODULES>",
"HOLDED_RATE_LIMIT_PER_SECOND": "<HOLDED_RATE_LIMIT_PER_SECOND>",
"HOLDED_DEBUG": "<HOLDED_DEBUG>"
}
}
}
}
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