Skip to content
Grok

AIMarket MCP Packager for Grok

io.github.alexar76/aimarket-plugins

Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.

client:Grok transport:stdio runtime:pypi

Install AIMarket MCP Packager in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aimarket-plugins": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aimarket-mcp-packager"
      ],
      "env": {
        "AIMARKET_HUB_URL": "<AIMARKET_HUB_URL>"
      }
    }
  }
}

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

AIMarket MCP Packager in other clients