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