LettuceMeet MCP
Unofficial MCP tools for LettuceMeet to create polls, view responses, and find meeting overlaps via CLI or MCP server.
README
LettuceMeet MCP
Unofficial CLI + MCP tools for LettuceMeet.
Create polls, read responses, find meeting overlaps -- all from the terminal. Designed for AI agents that want to automate scheduling without a browser.
Why
LettuceMeet has no public API. The official platform only works through a web browser. This project reverse-engineers the internal GraphQL API so that AI agents can schedule meetings directly from the command line.
Built by someone who believes every web app should be automatable from a terminal. CLI-first, agent-friendly, zero bloat.
How it works
A Python CLI (argparse + requests) talks to api.lettucemeet.com/graphql
using JWT auth. An MCP server wrapper exposes the same operations as callable
tools for any MCP-compatible agent (Pi, Claude Code, Codex, etc.).
User / Agent -> CLI / MCP -> GraphQL -> lettucemeet.com
Quick setup
uv sync
uv run python main.py login "<token>" # one-time: paste token from user
Token -- user runs this on lettucemeet.com (logged in) > DevTools Console:
copy(localStorage.getItem('akoko:session_token'))
Commands
| Command | Action |
|---|---|
login <token> |
Save session token |
create --title T --dates D1 D2 [--start-time 09:00] [--end-time 17:00] [--timezone TZ] |
Create poll |
show <id> |
View event + responses |
respond <id> --name N --email E --slots "DATE START END" |
Submit availability |
overlap <id> |
Compute best meeting times |
delete <id> |
Delete an event |
Token resolution: --token flag > LETTUCEMEET_TOKEN env var > data/session.json
MCP server
{
"mcpServers": {
"lettucemeet": {
"command": "uv",
"args": ["run", "--directory", "/path/to", "python", "src/lettucemeet_cli/mcp_server.py"]
}
}
}
Tools: create_poll, show_event, respond_to_poll, compute_overlap, delete_event
Agent skill
bash scripts/install-skill.sh --link
Agents auto-discover and can run CLI commands autonomously.
Project
src/lettucemeet_cli/ # Python package (6 modules, 42 tests)
scripts/ # Skill installer
docs/ # Architecture, MCP docs
uv run pytest # 42 tests
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.