e18e MCP Server
Rank #3,212dev.e18e/e18e
The official e18e MCP server keeping your agent in check from installing bloated dependencies.
e18e MCP Server is a Model Context Protocol (MCP) server published by e18e. It ranks #3,212 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. e18e MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 9 tracked versions. It was first listed on Nov 24, 2025 and most recently updated on Aug 19, 2026.
Ranks ahead of 128,834 of 132,046 servers on MCP Toplist.
Use e18e MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http e18e https://mcp.e18e.dev/mcpclaude mcp add e18e -- npx -y @e18e/mcp[mcp_servers.e18e]
url = "https://mcp.e18e.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.e18e]
command = "npx"
args = ["-y", "@e18e/mcp"]Add to ~/.codex/config.toml.
https://mcp.e18e.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"e18e": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"e18e": {
"url": "https://mcp.e18e.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"e18e": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"e18e": {
"type": "http",
"url": "https://mcp.e18e.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"e18e": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"e18e": {
"serverUrl": "https://mcp.e18e.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"e18e": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"e18e": {
"url": "https://mcp.e18e.dev/mcp"
}
}
}{
"mcpServers": {
"e18e": {
"command": "npx",
"args": [
"-y",
"@e18e/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/dev.e18e%2Fe18e)<a href="https://mcptoplist.com/server/dev.e18e%2Fe18e"><img src="https://mcptoplist.com/badge/dev.e18e%2Fe18e.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
e18e
Available versions (9)
| Version | Published |
|---|---|
| 0.0.11 | Aug 19, 2026 |
| 0.0.10 | Jul 22, 2026 |
| 0.0.9 | Jul 9, 2026 |
| 0.0.8 | Jul 9, 2026 |
| 0.0.7 | Jul 9, 2026 |
| 0.0.6 | Jul 9, 2026 |
| 0.0.5 | Dec 3, 2025 |
| 0.0.4 | Dec 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains e18e MCP Server?
- e18e MCP Server is maintained by e18e, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is e18e MCP Server listed on the Official MCP Registry?
- Yes — e18e MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does e18e MCP Server have?
- MCP Toplist tracks 9 versions of e18e MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for e18e MCP Server?
- The source code for e18e MCP Server is hosted at github.com/e18e/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.