Toogle MCP
Lists upcoming events and creates new events in Google Calendar
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Toogle MCPlist my upcoming calendar events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Toogle MCP
Toogle = Tana + Google
A unified Model Context Protocol (MCP) server that bridges Tana and Google services for AI agents.
What is this?
This server acts as a bridge between AI coding assistants (like Claude, Cursor, or Windsurf) and your external tools:
Tana – Semantic search across your personal knowledge graph
Google Calendar – List and create events programmatically
Instead of asking an AI to run scripts, it can now call tools directly like tana_search or calendar_add_event.
Related MCP server: Google Calendar AutoAuth MCP Server
Tools
Tool | Description |
| Full-text or semantic search across your Tana workspace |
| Retrieve full content of a specific Tana node by ID |
| List upcoming Google Calendar events |
| Create a new calendar event |
Prerequisites
Bun runtime
Supertag CLI – Required for Tana integration. Created by Jens-Christian Fischer, this excellent CLI provides the bridge to your Tana workspace.
Google Cloud OAuth credentials (for Calendar access)
Ollama running locally with
bge-m3model (optional, for semantic search)
Installation
git clone https://github.com/krshirkoohi/toogle-mcp.git
cd toogle-mcp
bun installConfiguration
Add to your MCP config (e.g., ~/.gemini/antigravity/mcp_config.json):
{
"mcpServers": {
"antigravity": {
"command": "/path/to/bun",
"args": ["/path/to/antigravity-server/index.ts"],
"env": {
"SUPERTAG_PATH": "/path/to/supertag",
"CALENDAR_TIMEZONE": "Europe/London",
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token"
}
}
}
}Usage
Once configured, your AI agent will have access to the tools. Example prompts:
"Search my Tana for notes about project planning"
"What's on my calendar this week?"
"Add a meeting tomorrow at 3pm"
Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────┐
│ AI Agent │────▶│ Toogle MCP │────▶│ Tana CLI │
│ (Claude/Cursor) │ │ Server │ │ (search) │
└─────────────────┘ └──────────────────┘ └─────────────┘
│
▼
┌─────────────┐
│ Google API │
│ (Calendar) │
└─────────────┘Why MCP?
The Model Context Protocol allows AI assistants to take actions in the real world, not just generate text. This server demonstrates how to:
Wrap CLI tools as MCP endpoints
Authenticate with OAuth APIs
Return structured data to agents
License
MIT
Author
Built by Kavia Shirkoohi (shirkoohi.com) as part of the Antigravity project.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krshirkoohi/toogle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server