shaft-mcp
Rank #2,348io.github.ShaftHQ/shaft-mcp
SHAFT browser automation, capture, and offline deterministic failure diagnosis
shaft-mcp is a Model Context Protocol (MCP) server published by shafthq. It ranks #2,348 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. shaft-mcp is listed across 4 registries — Official MCP, PulseMCP, Smithery and Glama, with 24 tracked versions. It was first listed on Jul 15, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 113,112 of 115,460 servers on MCP Toplist.
Use shaft-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shaft-mcp -- docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826[mcp_servers.shaft-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shaft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shaft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shaft-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shaft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shaft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}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.ShaftHQ%2Fshaft-mcp)<a href="https://mcptoplist.com/server/io.github.ShaftHQ%2Fshaft-mcp"><img src="https://mcptoplist.com/badge/io.github.ShaftHQ%2Fshaft-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
shafthq
Available versions (24)
| Version | Published |
|---|---|
| 10.3.20260826 | Aug 26, 2026 |
| 10.3.20260824 | Aug 24, 2026 |
| 10.3.20260820 | Aug 20, 2026 |
| 10.3.20260818 | Aug 18, 2026 |
| 10.3.20260817 | Aug 16, 2026 |
| 10.3.20260809 | Aug 9, 2026 |
| 10.3.20260806 | Aug 9, 2026 |
| 10.3.20260801 | Aug 2, 2026 |
| 10.3.20260728 | Jul 28, 2026 |
| 10.3.20260727 | Jul 27, 2026 |
| 10.3.20260712 | Jul 12, 2026 |
| 10.3.20260707 | Jul 7, 2026 |
| 10.2.20260621 | Jun 21, 2026 |
| 10.2.20260612 | Jun 12, 2026 |
| 10.2.20260501 | May 5, 2026 |
| 10.2.20260424 | May 2, 2026 |
| 10.2.20260422 | Apr 22, 2026 |
| 10.1.20260331 | Apr 9, 2026 |
| 10.1.20260324 | Mar 26, 2026 |
| 10.1.20260319 | Mar 19, 2026 |
| 10.1.20260315 | Mar 15, 2026 |
| 10.1.20260312 | Mar 14, 2026 |
| 9.4.20251116 | Nov 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains shaft-mcp?
- shaft-mcp is maintained by shafthq, which publishes 1 MCP server (24 total versions) tracked on MCP Toplist.
- Is shaft-mcp listed on the Official MCP Registry?
- Yes — shaft-mcp is listed on the Official MCP Registry, alongside PulseMCP, Smithery and Glama.
- How many versions does shaft-mcp have?
- MCP Toplist tracks 24 versions of shaft-mcp, most recently published on Aug 26, 2026.
- Where can I find the source code for shaft-mcp?
- The source code for shaft-mcp is hosted at github.com/shafthq/shaft_mcp.