Skip to content
Grok

publish mcp server for Grok

io.github.marlenezw/publish-mcp-server

An MCP server that helps developers publish their MCP servers to the registry

client:Grok transport:stdio runtime:pypi

Install publish mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "publish-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "publish-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

publish mcp server in other clients