Toogle MCP

Toogle MCP

Bridges Tana personal knowledge graph and Google Calendar for AI agents, enabling semantic search and event management.

Category
Visit Server

README

Toogle MCP

Toogle = Tana + Google

A unified Model Context Protocol (MCP) server that bridges Tana and Google services for AI agents.

TypeScript MCP Bun

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.

Tools

Tool Description
tana_search Full-text or semantic search across your Tana workspace
tana_node_show Retrieve full content of a specific Tana node by ID
calendar_list_events List upcoming Google Calendar events
calendar_add_event 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-m3 model (optional, for semantic search)

Installation

git clone https://github.com/krshirkoohi/toogle-mcp.git
cd toogle-mcp
bun install

Configuration

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:

  1. Wrap CLI tools as MCP endpoints
  2. Authenticate with OAuth APIs
  3. Return structured data to agents

License

MIT

Author

Built by Kavia Shirkoohi (shirkoohi.com) as part of the Antigravity project.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured