Skip to content
Cursor

codepet mcp for Cursor

io.github.mrfentmen/codepet-mcp

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

client:Cursor transport:stdio runtime:npm

Install codepet mcp in Cursor

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

{
  "mcpServers": {
    "codepet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codepet-mcp"
      ]
    }
  }
}

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

codepet mcp in other clients