thinkrun for Grok
io.github.dundas/thinkrun
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
client:Grok
transport:stdio
runtime:npm
Install thinkrun in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"thinkrun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}
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