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