CodePilot (MCP Server)

GitHub

A multi-model AI agent desktop client โ€” connect any AI provider, extend with MCP & skills, control from your phone. Built with Electron + Next.js.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CodePilot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CodePilot"
      ]
    }
  }
}