DERO MCP Server
Rank #5,857io.github.DHEBP/dero-mcp-server
Read-only DERO blockchain MCP: 33 tools (12 composites) incl. TELA discovery + bundled docs.
DERO MCP Server is a Model Context Protocol (MCP) server published by dhebp. It ranks #5,857 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. DERO MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 16 tracked versions. It was first listed on May 18, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 126,189 of 132,046 servers on MCP Toplist.
Use DERO MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dero-mcp-server https://mcp.derod.org/mcpclaude mcp add dero-mcp-server -- npx -y dero-mcp-server[mcp_servers.dero-mcp-server]
url = "https://mcp.derod.org/mcp"Add to ~/.codex/config.toml.
[mcp_servers.dero-mcp-server]
command = "npx"
args = ["-y", "dero-mcp-server"]Add to ~/.codex/config.toml.
https://mcp.derod.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dero-mcp-server": {
"command": "npx",
"args": [
"-y",
"dero-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dero-mcp-server": {
"url": "https://mcp.derod.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dero-mcp-server": {
"command": "npx",
"args": [
"-y",
"dero-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dero-mcp-server": {
"type": "http",
"url": "https://mcp.derod.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dero-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dero-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dero-mcp-server": {
"serverUrl": "https://mcp.derod.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dero-mcp-server": {
"command": "npx",
"args": [
"-y",
"dero-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dero-mcp-server": {
"url": "https://mcp.derod.org/mcp"
}
}
}{
"mcpServers": {
"dero-mcp-server": {
"command": "npx",
"args": [
"-y",
"dero-mcp-server"
]
}
}
}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.DHEBP%2Fdero-mcp-server)<a href="https://mcptoplist.com/server/io.github.DHEBP%2Fdero-mcp-server"><img src="https://mcptoplist.com/badge/io.github.DHEBP%2Fdero-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
dhebp
Available versions (16)
| Version | Published |
|---|---|
| 0.6.0 | Aug 21, 2026 |
| 0.5.2 | Aug 1, 2026 |
| 0.5.1 | Jul 28, 2026 |
| 0.5.0 | Jul 28, 2026 |
| 0.4.9 | Jul 28, 2026 |
| 0.4.8 | Jun 12, 2026 |
| 0.4.7 | Jun 11, 2026 |
| 0.4.6 | Jun 10, 2026 |
| 0.4.5 | Jun 10, 2026 |
| 0.4.4 | Jun 6, 2026 |
| 0.4.3 | Jun 6, 2026 |
| 0.4.2 | Jun 6, 2026 |
| 0.4.0 | May 29, 2026 |
| 0.2.2 | May 24, 2026 |
| 0.1.2 | May 20, 2026 |
| 0.1.1 | May 20, 2026 |
Frequently asked questions
- Who maintains DERO MCP Server?
- DERO MCP Server is maintained by dhebp, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is DERO MCP Server listed on the Official MCP Registry?
- Yes — DERO MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does DERO MCP Server have?
- MCP Toplist tracks 16 versions of DERO MCP Server, most recently published on Aug 21, 2026.
- Where can I find the source code for DERO MCP Server?
- The source code for DERO MCP Server is hosted at github.com/dhebp/dero-mcp-server.
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.