E2E Runner
Rank #12,807io.github.fastslack/e2e-runner
MCP server providing e2e-runner capabilities
E2E Runner is a Model Context Protocol (MCP) server published by fastslack. It ranks #12,807 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. E2E Runner is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Feb 8, 2026 and most recently updated on Mar 12, 2026.
Ranks ahead of 102,653 of 115,460 servers on MCP Toplist.
Use E2E Runner
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add e2e-runner -- npx -y @matware/e2e-runnerclaude mcp add e2e-runner -- docker run -i --rm docker.io/fastslack/e2e-runner-mcp:1.0.1[mcp_servers.e2e-runner]
command = "npx"
args = ["-y", "@matware/e2e-runner"]Add to ~/.codex/config.toml.
[mcp_servers.e2e-runner]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/fastslack/e2e-runner-mcp:1.0.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"e2e-runner": {
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"e2e-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.0.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"e2e-runner": {
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"e2e-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.0.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"e2e-runner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"e2e-runner": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.0.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"e2e-runner": {
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"e2e-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.0.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"e2e-runner": {
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}{
"mcpServers": {
"e2e-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.0.1"
]
}
}
}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.fastslack%2Fe2e-runner)<a href="https://mcptoplist.com/server/io.github.fastslack%2Fe2e-runner"><img src="https://mcptoplist.com/badge/io.github.fastslack%2Fe2e-runner.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
fastslack
Other servers by fastslack
View all fastslack servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Mar 12, 2026 |
| 1.0.2 | Feb 9, 2026 |
| 1.0.1 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains E2E Runner?
- E2E Runner is maintained by fastslack, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is E2E Runner listed on the Official MCP Registry?
- Yes — E2E Runner is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does E2E Runner have?
- MCP Toplist tracks 4 versions of E2E Runner, most recently published on Mar 12, 2026.
- Where can I find the source code for E2E Runner?
- The source code for E2E Runner is hosted at github.com/fastslack/mtw-e2e-runner.