MCP Server
Rank #22,374ai.waystation/mcp
MCP server providing mcp capabilities
MCP Server is a Model Context Protocol (MCP) server published by waystation-ai. It ranks #22,374 of 115,460 servers tracked on MCP Toplist, and its repository has 62 GitHub stars. MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 5, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 93,086 of 115,460 servers on MCP Toplist.
Use MCP Server
claude mcp add --transport http waystation https://waystation.ai/mcpclaude mcp add --transport http waystation https://waystation.ai/mcp/sse[mcp_servers.waystation]
url = "https://waystation.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.waystation]
url = "https://waystation.ai/mcp/sse"Add to ~/.codex/config.toml.
https://waystation.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://waystation.ai/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"waystation": {
"url": "https://waystation.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"waystation": {
"url": "https://waystation.ai/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"waystation": {
"type": "http",
"url": "https://waystation.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"waystation": {
"type": "http",
"url": "https://waystation.ai/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"waystation": {
"serverUrl": "https://waystation.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"waystation": {
"serverUrl": "https://waystation.ai/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"waystation": {
"url": "https://waystation.ai/mcp"
}
}
}{
"mcpServers": {
"waystation": {
"url": "https://waystation.ai/mcp/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/ai.waystation%2Fmcp)<a href="https://mcptoplist.com/server/ai.waystation%2Fmcp"><img src="https://mcptoplist.com/badge/ai.waystation%2Fmcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
waystation-ai
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by waystation-ai, which publishes 15 MCP servers (24 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 2 versions of MCP Server, most recently published on Sep 9, 2025.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/waystation-ai/mcp.