Back to directory
cam10001110101/mcp-server-outlook-email

cam10001110101/mcp-server-outlook-email

@Cam10001110101

A cross-platform MCP server that processes Microsoft Outlook emails, generates vector embeddings using Ollama, and provides semantic search capabilities.

outlookemailmcpsemantic-searchollamavector-embeddingscross-platformmicrosoftcontext

Installation & Configuration

{
  "mcpServers": {
    "outlook-email": {
      "command": "python",
      "args": [
        "src/mcp_server.py"
      ],
      "env": {
        "MONGODB_URI": "mongodb://localhost:27017/MCP",
        "SQLITE_DB_PATH": "/data/emails.db",
        "EMBEDDING_BASE_URL": "http://localhost:11434",
        "EMBEDDING_MODEL": "nomic-embed-text",
        "COLLECTION_NAME": "outlook-emails",
        "OUTLOOK_PROVIDER": "graph",
        "GRAPH_CLIENT_ID": "your-azure-ad-client-id",
        "GRAPH_CLIENT_SECRET": "your-client-secret",
        "GRAPH_TENANT_ID": "your-tenant-id",
        "GRAPH_USER_EMAILS": "All"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/14
Updated
2026/6/15