Skip to content
Cursor

Pyxel MCP for Cursor

io.github.kitao/pyxel-mcp

MCP server for Pyxel, a retro game engine for Python

client:Cursor transport:stdio runtime:pypi

Install Pyxel MCP in Cursor

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

{
  "mcpServers": {
    "pyxel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pyxel-mcp"
      ]
    }
  }
}

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

Pyxel MCP in other clients