Skip to content
Grok

prism for Grok

io.github.tulipe1735/prism

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

client:Grok transport:stdio runtime:npm

Install prism in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

prism in other clients