Thinkrun MCP Server

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

Remote serverstreamable-http

What is the Thinkrun MCP server?

Thinkrun MCP server exists for a simple reason — assistants are far more useful when they can act on Thinkrun directly instead of describing what you should do. Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

What you get

Stop screenshotting bugs and typing paragraphs to explain them. ThinkRun records any browser session — or lets your agent record what it built — and turns it into structured context your AI coding agent can act on: every click, the console, network requests, your voice narration, and screenshots, all time-synced. Not just a screenshot. Not just a video.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Thinkrun is connected, these are the calls the assistant has available:

  • Cursor — .cursor/mcp.json
  • Cline — VS Code settings → Cline MCP Servers
  • web-browse — browse the web programmatically: drive a real or cloud browser to navigate, interact, extract, and screenshot
  • ux-audit — walk through a product UI as a real user, screenshot every step, and produce a structured UX report with a prioritized fix list
  • thinkbrowse-cli — drive the browser from shell scripts via the thinkrun CLI
  • thinkbrowse-mcp — drive the browser through the ThinkRun MCP server's tools

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the thinkrun mcp server does with a few real requests.

Choosing this one

Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Thinkrun's toolset — Cursor, Cline, web-browse and 3 more — is a fair guide to whether it matches your workflow. It is maintained by dundas; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Cursor.cursor/mcp.json
ClineVS Code settings → Cline MCP Servers
web-browsebrowse the web programmatically: drive a real or cloud browser to navigate, interact, extract, and screenshot.
ux-auditwalk through a product UI as a real user, screenshot every step, and produce a structured UX report with a prioritized fix list.
thinkbrowse-clidrive the browser from shell scripts via the thinkrun CLI.
thinkbrowse-mcpdrive the browser through the ThinkRun MCP server's tools.

How to install the Thinkrun MCP server

{
  "mcpServers": {
    "thinkrun": {
      "command": "npx",
      "args": ["@thinkrun/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Thinkrun to Cursor.
  • Use Thinkrun to Cline.
  • Use Thinkrun to web-browse.

Frequently asked questions

It connects Thinkrun to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Cursor, Cline, web-browse, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Thinkrun directly.