Gopeak
Rank #2,681io.github.HaD0Yun/gopeak
MCP server providing gopeak capabilities
Gopeak is a Model Context Protocol (MCP) server published by had0yun. It ranks #2,681 of 115,460 servers tracked on MCP Toplist, and its repository has 248 GitHub stars. Gopeak is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 11, 2026 and most recently updated on Feb 20, 2026.
Ranks ahead of 112,779 of 115,460 servers on MCP Toplist.
Use Gopeak
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gopeak -- npx -y gopeak[mcp_servers.gopeak]
command = "npx"
args = ["-y", "gopeak"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gopeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}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.HaD0Yun%2Fgopeak)<a href="https://mcptoplist.com/server/io.github.HaD0Yun%2Fgopeak"><img src="https://mcptoplist.com/badge/io.github.HaD0Yun%2Fgopeak.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
had0yun
Other servers by had0yun
View all had0yun servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.1 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gopeak?
- Gopeak is maintained by had0yun, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Gopeak listed on the Official MCP Registry?
- Yes — Gopeak is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gopeak have?
- MCP Toplist tracks 2 versions of Gopeak, most recently published on Feb 20, 2026.
- Where can I find the source code for Gopeak?
- The source code for Gopeak is hosted at github.com/had0yun/doyunha-gopeak.