Skip to content
Grok

medusa mcp for Grok

com.medusajs/medusa-mcp

Retrieve information from the Medusa documentation to assist you with your Medusa development.

client:Grok transport:streamable-http

Install medusa mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "medusa-mcp": {
      "type": "http",
      "url": "https://docs.medusajs.com/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

medusa mcp in other clients