mcp bling for Grok
io.github.codespar/mcp-bling
MCP server for Bling — ERP: products, orders, invoices (NF-e/NFS-e), stock, AR/AP, webhooks
client:Grok
transport:stdio
runtime:npm
Install mcp bling in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-bling": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bling"
],
"env": {
"BLING_ACCESS_TOKEN": "<BLING_ACCESS_TOKEN>"
}
}
}
}
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