Skip to content
Grok

Pixapi for Grok

io.github.pixapi-ai/pixapi-mcp

MCP server for Pixapi: check live credit pricing and balance, then generate images and video.

client:Grok transport:streamable-http runtime:npm

Install Pixapi in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pixapi-mcp": {
      "type": "http",
      "url": "https://api.pixapi.ai/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

Pixapi in other clients