Aquaview MCP
Rank #792org.aquaview/aquaview-mcp
MCP server providing aquaview-mcp capabilities
Aquaview MCP is a Model Context Protocol (MCP) server published by AQUAVIEW-DAH. It ranks #792 of 132,046 servers tracked on MCP Toplist, and its repository has 768 GitHub stars. Aquaview MCP is listed on Official MCP, with 4 tracked versions. It was first listed on Oct 30, 2025 and most recently updated on Oct 31, 2025.
Ranks ahead of 131,254 of 132,046 servers on MCP Toplist.
Use Aquaview MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aquaview-mcp https://mcp.aquaview.org/mcpclaude mcp add --transport http aquaview-mcp https://mcp.aquaview.org/sse[mcp_servers.aquaview-mcp]
url = "https://mcp.aquaview.org/mcp"Add to ~/.codex/config.toml.
[mcp_servers.aquaview-mcp]
url = "https://mcp.aquaview.org/sse"Add to ~/.codex/config.toml.
https://mcp.aquaview.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.aquaview.org/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aquaview-mcp": {
"url": "https://mcp.aquaview.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aquaview-mcp": {
"url": "https://mcp.aquaview.org/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aquaview-mcp": {
"type": "http",
"url": "https://mcp.aquaview.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aquaview-mcp": {
"type": "http",
"url": "https://mcp.aquaview.org/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aquaview-mcp": {
"serverUrl": "https://mcp.aquaview.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aquaview-mcp": {
"serverUrl": "https://mcp.aquaview.org/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aquaview-mcp": {
"url": "https://mcp.aquaview.org/mcp"
}
}
}{
"mcpServers": {
"aquaview-mcp": {
"url": "https://mcp.aquaview.org/sse"
}
}
}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/org.aquaview%2Faquaview-mcp)<a href="https://mcptoplist.com/server/org.aquaview%2Faquaview-mcp"><img src="https://mcptoplist.com/badge/org.aquaview%2Faquaview-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
AQUAVIEW-DAH
Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Oct 31, 2025 |
| 0.1.2 | Oct 30, 2025 |
| 0.1.1 | Oct 30, 2025 |
| 0.1.0 | Oct 30, 2025 |
Frequently asked questions
- Who maintains Aquaview MCP?
- Aquaview MCP is maintained by AQUAVIEW-DAH, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Aquaview MCP listed on the Official MCP Registry?
- Yes — Aquaview MCP is listed on the Official MCP Registry.
- How many versions does Aquaview MCP have?
- MCP Toplist tracks 4 versions of Aquaview MCP, most recently published on Oct 31, 2025.
- Where can I find the source code for Aquaview MCP?
- The source code for Aquaview MCP is hosted at github.com/AQUAVIEW-DAH/aquaview-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.