Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add ai.waystation--monday --transport http https://waystation.ai/monday/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai.waystation--monday": {
"type": "http",
"url": "https://waystation.ai/monday/mcp"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"ai.waystation--monday": {
"type": "http",
"url": "https://waystation.ai/monday/mcp"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"ai.waystation--monday": {
"type": "http",
"url": "https://waystation.ai/monday/mcp"
}
}
}