Skip to content
Windsurf

ChipsAI MCP Server for Windsurf

io.github.fgasparetto/chipsai-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install ChipsAI MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "chipsai-mcp": {
      "command": "uvx",
      "args": [
        "chipsai-mcp"
      ],
      "env": {
        "CHIPSAI_EMAIL": "<CHIPSAI_EMAIL>",
        "CHIPSAI_PASSWORD": "<CHIPSAI_PASSWORD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ChipsAI MCP Server in other clients