Servers
calendar-mcp-server
@menma-at-here
MCP server to get google calendar
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": [
"ts-node",
"--project",
"/<path to>/mcp-calendar-server/tsconfig.json",
"/<path to>/mcp-calendar-server/src/index.ts"
]
}
}
}