Monday
Rank #22,376ai.waystation/monday
MCP server providing monday capabilities
Monday is a Model Context Protocol (MCP) server published by waystation-ai. It ranks #22,376 of 115,460 servers tracked on MCP Toplist, and its repository has 62 GitHub stars. Monday 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,084 of 115,460 servers on MCP Toplist.
Use Monday
claude mcp add --transport http monday https://waystation.ai/monday/mcpclaude mcp add --transport http monday https://waystation.ai/monday/mcp/sse[mcp_servers.monday]
url = "https://waystation.ai/monday/mcp"Add to ~/.codex/config.toml.
[mcp_servers.monday]
url = "https://waystation.ai/monday/mcp/sse"Add to ~/.codex/config.toml.
https://waystation.ai/monday/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://waystation.ai/monday/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"monday": {
"url": "https://waystation.ai/monday/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"monday": {
"url": "https://waystation.ai/monday/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"monday": {
"type": "http",
"url": "https://waystation.ai/monday/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"monday": {
"type": "http",
"url": "https://waystation.ai/monday/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"monday": {
"serverUrl": "https://waystation.ai/monday/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"monday": {
"serverUrl": "https://waystation.ai/monday/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"monday": {
"url": "https://waystation.ai/monday/mcp"
}
}
}{
"mcpServers": {
"monday": {
"url": "https://waystation.ai/monday/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%2Fmonday)<a href="https://mcptoplist.com/server/ai.waystation%2Fmonday"><img src="https://mcptoplist.com/badge/ai.waystation%2Fmonday.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 Monday?
- Monday is maintained by waystation-ai, which publishes 15 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Monday listed on the Official MCP Registry?
- Yes — Monday is listed on the Official MCP Registry.
- How many versions does Monday have?
- MCP Toplist tracks 2 versions of Monday, most recently published on Sep 9, 2025.
- Where can I find the source code for Monday?
- The source code for Monday is hosted at github.com/waystation-ai/mcp.