Skip to content
Cursor

podium mcp for Cursor

io.github.hoainho/podium-mcp

Mobile E2E MCP (51 tools): iOS + Android, native UI + canvas/WebGL, no-vision, RN debug

client:Cursor transport:stdio runtime:npm

Install podium mcp in Cursor

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

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

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

podium mcp in other clients