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