wfirma mcp for Grok
io.github.agente-dev/wfirma-mcp
Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.
client:Grok
transport:stdio
runtime:npm
Install wfirma mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wfirma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "<WFIRMA_ACCESS_KEY>",
"WFIRMA_SECRET_KEY": "<WFIRMA_SECRET_KEY>",
"WFIRMA_APP_KEY": "<WFIRMA_APP_KEY>"
}
}
}
}
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