Back to directory
cloaky233/mist

cloaky233/mist

@CLoaKY233

MCP server empowering AI assistants with real-world capabilities: Gmail, Calendar, Tasks, Git integration, and note management.

mcpgmailcalendartasksgitnotesai-assistantproductivitytool

Installation & Configuration

{
  "mcpServers": {
    "M.I.S.T.": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with-editable",
        "/path/to/mist",
        "mcp",
        "run",
        "/path/to/mist/server.py"
      ],
      "env": {
        "MIST_GOOGLE_CREDENTIALS_PATH": "/path/to/mist/credentials.json",
        "MIST_GOOGLE_TOKEN_PATH": "/path/to/mist/token.json",
        "MIST_NOTES_DIR": "/path/to/notes"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17