MIST is a comprehensive MCP (Model Context Protocol) server that empowers AI assistants with real-world capabilities for note management, Gmail
MIST MCP server exists for a simple reason — assistants are far more useful when they can act on MIST directly instead of describing what you should do. MIST is a comprehensive MCP (Model Context Protocol) server that empowers AI assistants with real-world capabilities for note management, Gmail, Calendar, Tasks, and Git integration. It bridges the gap between AI assistants and external.
By implementing the Model Context Protocol (MCP), MIST enables AI assistants to perform actions in external systems, access real-time information, and maintain context across interactions.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once MIST is connected, these are the calls the assistant has available:
Function — Descriptionadd_note — Create a new noteread_note — Read a note by ID or titlelist_notes — List notes with filterssearch_notes — Search notes by contentedit_note — Update an existing notedelete_note — Delete a notesearch_emails — Find emails by criteriaget_emails — Get email content by IDssend_email — Send a new emaillist_available_labels — Get Gmail labelslist_calendars_tool — List all calendarsYou will need 3 environment variables: MIST_GOOGLE_CREDENTIALS_PATH, MIST_GOOGLE_TOKEN_PATH, MIST_NOTES_DIR. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MIST's toolset — Function, add_note, read_note and 11 more — is a fair guide to whether it matches your workflow. It is maintained by CLoaKY233; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Function | Description |
| add_note | Create a new note |
| read_note | Read a note by ID or title |
| list_notes | List notes with filters |
| search_notes | Search notes by content |
| edit_note | Update an existing note |
| delete_note | Delete a note |
| search_emails | Find emails by criteria |
| get_emails | Get email content by IDs |
| send_email | Send a new email |
| list_available_labels | Get Gmail labels |
| list_calendars_tool | List all calendars |
| create_event_tool | Create a calendar event |
| search_events_tool | Search calendar events |
| Variable | Description | Required |
|---|---|---|
| MIST_GOOGLE_CREDENTIALS_PATH | Filesystem location the server is allowed to use. | Optional |
| MIST_GOOGLE_TOKEN_PATH | Credential the server authenticates with. | Yes |
| MIST_NOTES_DIR | Filesystem location the server is allowed to use. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.