Skip to content
Grok

ChipsAI MCP Server for Grok

io.github.fgasparetto/chipsai-mcp

MCP server for ChipsAI — manage chatbots, conversations, and AI models

client:Grok transport:stdio runtime:pypi

Install ChipsAI MCP Server 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": {
    "chipsai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chipsai-mcp"
      ],
      "env": {
        "CHIPSAI_EMAIL": "<CHIPSAI_EMAIL>",
        "CHIPSAI_PASSWORD": "<CHIPSAI_PASSWORD>"
      }
    }
  }
}

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

ChipsAI MCP Server in other clients