Skip to content
Cursor

ChipsAI MCP Server for Cursor

io.github.fgasparetto/chipsai-mcp

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

client:Cursor transport:stdio runtime:pypi

Install ChipsAI MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChipsAI MCP Server in other clients