Skip to content
Grok

publish for Grok

ai.spideriq/publish

SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media)

client:Grok transport:stdio runtime:npm

Install publish in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "publish": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-publish"
      ]
    }
  }
}

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 in other clients