Skip to content
Grok

Monday for Grok

io.github.pipeworx-io/monday

Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)

client:Grok transport:streamable-http

Install Monday in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "monday": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/monday/mcp"
    }
  }
}

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

Monday in other clients