bach-google-calendar-mcp
v0.3.0
Published
Mock google-calendar MCP with a bundled sample dataset and real search/get tools (write actions are safe mocks).
Readme
bach-google-calendar-mcp
Mock Google Calendar MCP server. List events and create events (mock).
Note: This is a MOCK MCP server by bachstudio. It returns sample/fake data and does not connect to Google Calendar. Intended for prototyping and demos.
Tools
list_events— List upcoming calendar eventscreate_event— Create a calendar event (mock)
Usage (stdio MCP)
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "bach-google-calendar-mcp"]
}
}
}License
MIT © bachstudio
