Helmdeck
Rank #5,188io.github.tosin2013/helmdeck
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
Helmdeck is a Model Context Protocol (MCP) server published by tosin2013. It ranks #5,188 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Helmdeck is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Apr 7, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 110,272 of 115,460 servers on MCP Toplist.
Use Helmdeck
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add helmdeck -e "HELMDECK_URL=<your HELMDECK_URL>" -e "HELMDECK_TOKEN=<your HELMDECK_TOKEN>" -- npx -y @helmdeck/mcp-bridgeReplace each placeholder with your own value before saving.
claude mcp add helmdeck -e "HELMDECK_URL=<your HELMDECK_URL>" -e "HELMDECK_TOKEN=<your HELMDECK_TOKEN>" -- docker run -i --rm ghcr.io/tosin2013/helmdeck-mcp:0.10.1Replace each placeholder with your own value before saving.
[mcp_servers.helmdeck]
command = "npx"
args = ["-y", "@helmdeck/mcp-bridge"]
[mcp_servers.helmdeck.env]
HELMDECK_URL = "<your HELMDECK_URL>"
HELMDECK_TOKEN = "<your HELMDECK_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.helmdeck]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tosin2013/helmdeck-mcp:0.10.1"]
[mcp_servers.helmdeck.env]
HELMDECK_URL = "<your HELMDECK_URL>"
HELMDECK_TOKEN = "<your HELMDECK_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tosin2013/helmdeck-mcp:0.10.1"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tosin2013/helmdeck-mcp:0.10.1"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"helmdeck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"helmdeck": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tosin2013/helmdeck-mcp:0.10.1"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tosin2013/helmdeck-mcp:0.10.1"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"helmdeck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tosin2013/helmdeck-mcp:0.10.1"
],
"env": {
"HELMDECK_URL": "<your HELMDECK_URL>",
"HELMDECK_TOKEN": "<your HELMDECK_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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.tosin2013%2Fhelmdeck)<a href="https://mcptoplist.com/server/io.github.tosin2013%2Fhelmdeck"><img src="https://mcptoplist.com/badge/io.github.tosin2013%2Fhelmdeck.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 (1 delisted)
tosin2013
Other servers by tosin2013
- MCP Adr Analysis Server#874 · 8 vers
- documcp#12,911 · 5 vers
- MCP Codebase Insight#23,193
- Memory Cache Server#46,129
- pytest-mcp-server#69,376
Available versions (9)
| Version | Published |
|---|---|
| 0.29.6 | Jun 22, 2026 |
| 0.28.2 | Jun 15, 2026 |
| 0.26.0 | Jun 8, 2026 |
| 0.13.0 | May 15, 2026 |
| 0.12.1 | May 13, 2026 |
| 0.12.0 | May 12, 2026 |
| 0.11.0 | May 10, 2026 |
| 0.10.2 | May 9, 2026 |
| 0.10.1 | May 9, 2026 |
Frequently asked questions
- Who maintains Helmdeck?
- Helmdeck is maintained by tosin2013, which publishes 6 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Helmdeck listed on the Official MCP Registry?
- Yes — Helmdeck is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Helmdeck have?
- MCP Toplist tracks 9 versions of Helmdeck, most recently published on Jun 22, 2026.
- Where can I find the source code for Helmdeck?
- The source code for Helmdeck is hosted at github.com/tosin2013/helmdeck.