Mist

v1.0.0Communicationstable

MCP server empowering AI assistants with real-world capabilities: Gmail, Calendar, Tasks, Git integration, and note management. Bridges AI assistants to external services through standardized protocol with secure authentication.

agentic-aiautomationgmail-mcpmcp-servermodel-context-protocol
Share:
12
Stars
0
Downloads
0
Weekly
0/5

What is Mist?

Mist is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server empowering ai assistants with real-world capabilities: gmail, calendar, tasks, git integration, and note management. bridges ai assistants to external services through standardized protocol...

MCP server empowering AI assistants with real-world capabilities: Gmail, Calendar, Tasks, Git integration, and note management. Bridges AI assistants to external services through standardized protocol with secure authentication.

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server empowering AI assistants with real-world capabili

Use Cases

Gmail and Calendar integration
Secure authentication for external services
CLoaKY233

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedJan 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mist

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Mist

MIST (Model Intelligence System for Tasks) is a Python-based MCP server that bridges AI assistants to your Gmail, Google Calendar, Google Tasks, Git repositories, and local note storage through the Model Context Protocol. It handles OAuth2 authentication with Google services automatically on first run and exposes a unified set of tools so you can search emails, manage calendar events, track tasks, commit code, and maintain project notes — all from within your AI assistant.

Prerequisites

  • Python 3.13 or newer
  • UV package manager (recommended) or pip
  • Google account with OAuth2 credentials (credentials.json from Google Cloud Console)
  • Git installed for Git integration features
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the MIST repository to your local machine and navigate into the project directory.

git clone https://github.com/CLoaKY233/MIST.git
cd MIST
2

Install dependencies

Install project dependencies using UV (recommended) or pip. UV manages a virtual environment automatically.

uv install
# Or with pip:
pip install -e .
3

Obtain Google OAuth credentials

Go to the Google Cloud Console, create a project, enable the Gmail, Calendar, and Tasks APIs, then download credentials.json for an OAuth 2.0 Desktop client. Place the file in a known path on your system.

4

Create the .env configuration file

Create a .env file in the MIST project root with the three required environment variables pointing to your notes directory and Google credential files.

MIST_NOTES_DIR=/path/to/your/notes
MIST_GOOGLE_CREDENTIALS_PATH=/path/to/credentials.json
MIST_GOOGLE_TOKEN_PATH=/path/to/token.json
5

Configure your MCP client

Add MIST to your Claude Desktop configuration. Replace /path/to/mist with the actual absolute path where you cloned the repository.

{
  "mcpServers": {
    "M.I.S.T.": {
      "command": "uv",
      "args": [
        "run",
        "--with", "mcp[cli]",
        "--with-editable", "/path/to/mist",
        "mcp", "run", "/path/to/mist/mist/server.py"
      ]
    }
  }
}
6

Authenticate with Google on first run

Start Claude Desktop or restart it after saving the config. On the first tool call that touches Gmail/Calendar/Tasks, MIST will open a browser window for Google OAuth consent. Approve access and the token will be saved to your MIST_GOOGLE_TOKEN_PATH automatically.

Mist Examples

Client configuration

Claude Desktop config block using UV to launch the MIST server with editable install.

{
  "mcpServers": {
    "M.I.S.T.": {
      "command": "uv",
      "args": [
        "run",
        "--with", "mcp[cli]",
        "--with-editable", "/Users/you/MIST",
        "mcp", "run", "/Users/you/MIST/mist/server.py"
      ]
    }
  }
}

Prompts to try

Example prompts to use with MIST once it is connected to your AI assistant.

- "Search my Gmail for emails from [email protected] in the last 30 days"
- "Create a calendar event for a team standup every weekday at 9am next week"
- "Show me the git diff for my current branch and write a commit message"
- "Add a task 'Review PR #42' to my Work task list"
- "Create a note called 'meeting-notes-2026-06-16' with the action items we just discussed"

Troubleshooting Mist

Google OAuth browser window does not open or authentication fails

Ensure MIST_GOOGLE_CREDENTIALS_PATH points to the correct credentials.json file downloaded from Google Cloud Console, and that the Gmail, Calendar, and Tasks APIs are enabled for that project. Delete any existing token.json and retry to force a fresh OAuth flow.

Server fails to start with 'ModuleNotFoundError' or import errors

Make sure you are using Python 3.13+ and have run 'uv install' or 'pip install -e .' inside the MIST directory. When using UV in the MCP config, confirm the --with-editable path matches the exact location of your MIST clone.

Git tools return errors or cannot find the repository

The Git tools operate on the current working directory. Ensure the directory you want to manage is accessible and that git is installed and on your PATH. You may need to specify the repository path when invoking Git-related prompts.

Frequently Asked Questions about Mist

What is Mist?

Mist is a Model Context Protocol (MCP) server that mcp server empowering ai assistants with real-world capabilities: gmail, calendar, tasks, git integration, and note management. bridges ai assistants to external services through standardized protocol with secure authentication. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Mist?

Follow the installation instructions on the Mist GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Mist?

Mist works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Mist free to use?

Yes, Mist is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mist": { "command": "npx", "args": ["-y", "mist"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mist?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides