MCP Edd
Rank #24,607io.github.verygoodplugins/mcp-edd
MCP server providing edd capabilities
MCP Edd is a Model Context Protocol (MCP) server published by verygoodplugins. It ranks #24,607 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MCP Edd is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jan 9, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 90,853 of 115,460 servers on MCP Toplist.
Use MCP Edd
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-edd -- npx -y @verygoodplugins/mcp-edd[mcp_servers.mcp-edd]
command = "npx"
args = ["-y", "@verygoodplugins/mcp-edd"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-edd": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-edd": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-edd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-edd": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-edd": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}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.verygoodplugins%2Fmcp-edd)<a href="https://mcptoplist.com/server/io.github.verygoodplugins%2Fmcp-edd"><img src="https://mcptoplist.com/badge/io.github.verygoodplugins%2Fmcp-edd.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verygoodplugins
Other servers by verygoodplugins
- MCP Automem#2,339 · 2 vers
- MCP FreeScout#2,699 · 5 vers
- MCP Evernote#4,507 · 2 vers
- MCP Toggl Server#4,949 · 2 vers
- MCP Pirsch#10,488 · 2 vers
- MCP Local Wp#11,174 · 2 vers
- Robinhood MCP#12,595 · 1 ver
- Streamdeck MCP#15,606 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Edd?
- MCP Edd is maintained by verygoodplugins, which publishes 11 MCP servers (20 total versions) tracked on MCP Toplist.
- Is MCP Edd listed on the Official MCP Registry?
- Yes — MCP Edd is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Edd have?
- MCP Toplist tracks 2 versions of MCP Edd, most recently published on Feb 17, 2026.
- Where can I find the source code for MCP Edd?
- The source code for MCP Edd is hosted at github.com/verygoodplugins/mcp-edd.