Goes MCP
Rank #43,592io.github.mansurjisan/goes-mcp
MCP server providing goes-mcp capabilities
Goes MCP is a Model Context Protocol (MCP) server published by mansurjisan. It ranks #43,592 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Goes MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 71,868 of 115,460 servers on MCP Toplist.
Use Goes MCP
claude mcp add goes-mcp -- uvx goes-mcp[mcp_servers.goes-mcp]
command = "uvx"
args = ["goes-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"goes-mcp": {
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goes-mcp": {
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goes-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goes-mcp": {
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goes-mcp": {
"command": "uvx",
"args": [
"goes-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.mansurjisan%2Fgoes-mcp)<a href="https://mcptoplist.com/server/io.github.mansurjisan%2Fgoes-mcp"><img src="https://mcptoplist.com/badge/io.github.mansurjisan%2Fgoes-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mansurjisan
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Goes MCP?
- Goes MCP is maintained by mansurjisan, which publishes 15 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Goes MCP listed on the Official MCP Registry?
- Yes — Goes MCP is listed on the Official MCP Registry.
- How many versions does Goes MCP have?
- MCP Toplist tracks 2 versions of Goes MCP, most recently published on Mar 6, 2026.
- Where can I find the source code for Goes MCP?
- The source code for Goes MCP is hosted at github.com/mansurjisan/ocean-mcp.