Simple MCP
Rank #60,711io.github.oleksii-donets/simple_mcp_http
A Test MCP server that provides tools, promts and resources
Simple MCP is a Model Context Protocol (MCP) server published by oleksii-donets. It ranks #60,711 of 132,113 servers tracked on MCP Toplist. Simple MCP is listed on Official MCP, with 1 tracked version. It was first listed on Apr 23, 2026 and most recently updated on Apr 23, 2026.
Ranks ahead of 71,402 of 132,113 servers on MCP Toplist.
Use Simple MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add simple-mcp-http -e "APP_HOST=<your APP_HOST>" -e "APP_PORT=<your APP_PORT>" -- docker run -i --rm docker.io/d0nets/simple-mcp-http:0.0.4Replace each placeholder with your own value before saving.
[mcp_servers.simple-mcp-http]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/d0nets/simple-mcp-http:0.0.4"]
[mcp_servers.simple-mcp-http.env]
APP_HOST = "<your APP_HOST>"
APP_PORT = "<your APP_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-mcp-http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<your APP_HOST>",
"APP_PORT": "<your APP_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-mcp-http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<your APP_HOST>",
"APP_PORT": "<your APP_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"simple-mcp-http": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<your APP_HOST>",
"APP_PORT": "<your APP_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-mcp-http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<your APP_HOST>",
"APP_PORT": "<your APP_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-mcp-http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<your APP_HOST>",
"APP_PORT": "<your APP_PORT>"
}
}
}
}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.oleksii-donets%2Fsimple_mcp_http)<a href="https://mcptoplist.com/server/io.github.oleksii-donets%2Fsimple_mcp_http"><img src="https://mcptoplist.com/badge/io.github.oleksii-donets%2Fsimple_mcp_http.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
oleksii-donets
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Simple MCP?
- Simple MCP is maintained by oleksii-donets, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Simple MCP listed on the Official MCP Registry?
- Yes — Simple MCP is listed on the Official MCP Registry.
- How many versions does Simple MCP have?
- MCP Toplist tracks 1 version of Simple MCP, most recently published on Apr 23, 2026.
- Where can I find the source code for Simple MCP?
- The source code for Simple MCP is hosted at github.com/oleksii-donets/simple_mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.