What is the Boston Calendar MCP server?
The Boston Calendar MCP.
How to install Boston Calendar
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"boston-calendar": {
"url": "https://gateway.pipeworx.io/boston-calendar/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"boston-calendar": {
"serverUrl": "https://gateway.pipeworx.io/boston-calendar/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"boston-calendar": {
"type": "http",
"url": "https://gateway.pipeworx.io/boston-calendar/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"boston-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/boston-calendar/mcp"
]
}
}
}Claude Code
claude mcp add --transport http boston-calendar https://gateway.pipeworx.io/boston-calendar/mcp