Skip to content
Cursor

prism for Cursor

io.github.tulipe1735/prism

Complete web tasks in the user's own Chrome via an observe-decide-act browser agent.

client:Cursor transport:stdio runtime:npm

Install prism 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": {
    "prism": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tulipe1735/prism"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
        "TEXT_MODEL_API_KEY": "<TEXT_MODEL_API_KEY>",
        "TEXT_MODEL_BASE_URL": "<TEXT_MODEL_BASE_URL>",
        "TEXT_MODEL": "<TEXT_MODEL>"
      }
    }
  }
}

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

prism in other clients