NOAA RTOFS MCP Server
Rank #62,258io.github.mansurjisan/rtofs-mcp
NOAA RTOFS global ocean forecast — SST, salinity, currents, depth profiles via CoastWatch ERDDAP
NOAA RTOFS MCP Server is a Model Context Protocol (MCP) server published by mansurjisan. It ranks #62,258 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. NOAA RTOFS MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 53,202 of 115,460 servers on MCP Toplist.
Use NOAA RTOFS MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rtofs-mcp -- uvx rtofs-mcp[mcp_servers.rtofs-mcp]
command = "uvx"
args = ["rtofs-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rtofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-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%2Frtofs-mcp)<a href="https://mcptoplist.com/server/io.github.mansurjisan%2Frtofs-mcp"><img src="https://mcptoplist.com/badge/io.github.mansurjisan%2Frtofs-mcp.svg" alt="MCP Toplist: #62,258 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.2 | Jul 28, 2026 |
Frequently asked questions
- Who maintains NOAA RTOFS MCP Server?
- NOAA RTOFS MCP Server is maintained by mansurjisan, which publishes 15 MCP servers (19 total versions) tracked on MCP Toplist.
- Is NOAA RTOFS MCP Server listed on the Official MCP Registry?
- Yes — NOAA RTOFS MCP Server is listed on the Official MCP Registry.
- How many versions does NOAA RTOFS MCP Server have?
- MCP Toplist tracks 1 version of NOAA RTOFS MCP Server, most recently published on Jul 28, 2026.
- Where can I find the source code for NOAA RTOFS MCP Server?
- The source code for NOAA RTOFS MCP Server is hosted at github.com/mansurjisan/ocean-mcp.