SOGo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SOGo MCP ServerCheck my unread emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SOGo MCP Server
A Model Context Protocol (MCP) server that connects your AI agents (like Codex, Claude) to your SOGo groupware server. It enables your AI assistants to read your emails, check your calendar, and search your contacts.
Features
Email Integration: Read recent unread emails (with full body previews) using IMAP.
Calendar Integration: Check your schedule for today/tomorrow using CalDAV.
Contacts Integration: Search your address book for specific contacts by name or email using CardDAV.
Related MCP server: personal-mail-mcp
Prerequisites
A SOGo account
Python 3.11+
Docker (Optional, for containerized deployment)
Setup Options
You can run this MCP server either Locally (Stdio) or via Docker (SSE).
Option A: Running Locally (Stdio)
This is the most common way to run MCP servers directly connected to local desktop applications like Claude Desktop or Codex.
Clone the repository:
git clone https://github.com/yourusername/sogo-mcp.git cd sogo-mcpInstall dependencies:
pip install -r requirements.txtConfigure your Client: In your client application (e.g. Codex or Claude Desktop), add the server configuration using the absolute path to your
server.pyand your SOGo credentials:{ "mcpServers": { "sogo": { "command": "python", "args": ["/absolute/path/to/sogo-mcp/server.py"], "env": { "SOGO_HOST": "mail.example.com", "SOGO_USER": "your_email@example.com", "SOGO_PASS": "your_password" } } } }
Option B: Running via Docker (SSE / Networked)
If you want to run the server on a remote machine or isolated in a container, you can use Docker Compose, which runs the server over HTTP SSE on port 8000.
Create an environment file: Copy the example config and fill in your details:
cp .env.example .envEdit
.envwith your SOGo credentials. You can also changeMCP_PORTif port 8000 is already in use on your machine.Start the Docker container:
docker compose up --build -dConnect to the Server: Your server is now available via SSE at
http://localhost:8000/sse(or whichever port you set). Connect your client by pointing it to this URL.
Available Tools
Once connected, your AI agent will have access to the following tools:
get_unread_emails: Fetches the most recent unread emails from your SOGo INBOX, including Date, Sender, Subject, and the text body preview.get_todays_schedule: Retrieves today's calendar events (including expanding recurring events) from your SOGo CalDAV calendars.search_contacts: Searches your SOGo CardDAV personal address book for contacts matching a name or email query.
Contributing
Pull requests are welcome! If you encounter any issues with parsing specific SOGo setups, please open an issue.
License
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA local MCP server that provides LLM clients with read/write access to email and calendar data from Gmail, iCloud, and generic IMAP providers. It runs entirely on your machine, keeping data private while enabling email management, calendar operations, and task handling through natural language.Last updated39MIT
- Alicense-qualityDmaintenanceA local MCP server that connects Codex to Microsoft Graph and Gmail for reading and managing personal mail and calendar accounts.Last updatedMIT
- Alicense-qualityDmaintenanceProvider-agnostic CalDAV calendar MCP server that connects any CalDAV calendar to AI assistants, enabling calendar operations like listing, creating, updating, and deleting events.Last updatedAGPL 3.0
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that connects AI agents to Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, and Slides).Last updated302MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrlemongrass/sogo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server