ThinkRun
Rank #28,594io.github.dundas/thinkrun
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
ThinkRun is a Model Context Protocol (MCP) server published by dundas. It ranks #28,594 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ThinkRun is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 24, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 86,997 of 115,591 servers on MCP Toplist.
Use ThinkRun
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add thinkrun -- npx -y @thinkrun/mcp[mcp_servers.thinkrun]
command = "npx"
args = ["-y", "@thinkrun/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"thinkrun": {
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"thinkrun": {
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"thinkrun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"thinkrun": {
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"thinkrun": {
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dundas%2Fthinkrun)<a href="https://mcptoplist.com/server/io.github.dundas%2Fthinkrun"><img src="https://mcptoplist.com/badge/io.github.dundas%2Fthinkrun.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dundas
Other servers by dundas
View all dundas servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.8 | Jun 27, 2026 |
Frequently asked questions
- Who maintains ThinkRun?
- ThinkRun is maintained by dundas, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is ThinkRun listed on the Official MCP Registry?
- Yes — ThinkRun is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ThinkRun have?
- MCP Toplist tracks 1 version of ThinkRun, most recently published on Jun 27, 2026.
- Where can I find the source code for ThinkRun?
- The source code for ThinkRun is hosted at github.com/dundas/thinkrun.