Skip to content
Cline

ChipsAI MCP Server for Cline

io.github.fgasparetto/chipsai-mcp

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

client:Cline transport:stdio runtime:pypi

Install ChipsAI MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ChipsAI MCP Server in other clients