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