Langmail MCP server
Prerequisites
- A Langmail account — sign up at app.langmail.me. Signing up creates your
you@langmail.memailbox.
Pick your client
Step-by-step instructions for the most popular clients:Claude
claude.ai and Claude Desktop, via a custom connector.
Claude Code
One
claude mcp add command in the terminal.ChatGPT
A custom connector in developer mode.
Cursor
One-click install or one
mcp.json entry.VS Code
Copilot agent mode with an
mcp.json entry.Notion
A custom MCP server for Notion agents.
Mistral Le Chat
A custom MCP connector in Le Chat.
Other clients
Any client that speaks Streamable HTTP with OAuth.
The short version
Whatever the client, connecting is the same three moves:1
Add the server
Find your client’s remote MCP / custom connector option and paste
https://mcp.langmail.me/mcp.2
Authorize access
Your browser opens: sign in to your Langmail account and approve the consent screen. The grant is per-client — your agent never sees your password.
3
Make your first tool call
Ask your agent:It calls
Prompt
search_emails with { "mailbox": "Inbox", "limit": 5 } and answers from a compact, newest-first hit list. Search results deliberately omit message bodies to stay light on tokens — the agent fetches a full message with get_email when it needs one.Next steps
Search and triage email
Find to-dos, filter by email type and sender, read whole threads.
Calendar workflows
Schedule meetings with invitations, create recurring series, RSVP.
How authorization works
The OAuth flow behind the browser window, endpoint by endpoint.
Tool reference
Exact parameters and output shapes for all 11 tools.