Cicada
Rank #9,956io.github.wende/cicada
MCP server providing cicada capabilities
Cicada is a Model Context Protocol (MCP) server published by wende. It ranks #9,956 of 115,460 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. Cicada is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 31, 2025 and most recently updated on Feb 26, 2026.
Ranks ahead of 105,504 of 115,460 servers on MCP Toplist.
Use Cicada
claude mcp add cicada -- uvx cicada-mcp[mcp_servers.cicada]
command = "uvx"
args = ["cicada-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cicada": {
"command": "uvx",
"args": [
"cicada-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cicada": {
"command": "uvx",
"args": [
"cicada-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cicada": {
"type": "stdio",
"command": "uvx",
"args": [
"cicada-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cicada": {
"command": "uvx",
"args": [
"cicada-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cicada": {
"command": "uvx",
"args": [
"cicada-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/io.github.wende%2Fcicada)<a href="https://mcptoplist.com/server/io.github.wende%2Fcicada"><img src="https://mcptoplist.com/badge/io.github.wende%2Fcicada.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
wende
Other servers by wende
View all wende servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.4 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cicada?
- Cicada is maintained by wende, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Cicada listed on the Official MCP Registry?
- Yes — Cicada is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does Cicada have?
- MCP Toplist tracks 2 versions of Cicada, most recently published on Feb 26, 2026.
- Where can I find the source code for Cicada?
- The source code for Cicada is hosted at github.com/wende/cicada.