Skip to content

BoondManager MCP Server for Grok

io.github.fauguste/boondmanager-mcp-server

MCP Server for BoondManager API - 182 tools, 12 prompts, 22 resources (ERP/CRM)

client:Grok transport:stdio runtime:npm

Install BoondManager MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "boondmanager-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}

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

BoondManager MCP Server in other clients