mcpbeat Sign in

Commune MCP Server

by shanjai-raj Your server? Claim it
local only

Commune runs on your own machine — the client starts it, so there is no endpoint to ping. 147 installs a week from pypi. Last commit 26 Jun 2026.

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

Installs per day peak 83 · avg 25 · -32% w/w
a month agotoday
147
Installs / week
pypi · commune-mcp
1
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
and 35 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Commune every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add commune-mcp -- uvx commune-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "commune-mcp": {
      "args": [
        "commune-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.commune-mcp]
command = "uvx"
args = ["commune-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "commune-mcp": {
      "args": [
        "commune-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "commune-mcp": {
      "args": [
        "commune-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COMMUNE_API_KEY (Your Commune API key (starts with comm_). Get one at https://app.commune.email). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Commune

same job, measured the same way
AgentMail
by agentmail

Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.

answering
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

29 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Sentvia
by sentvia

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentVia tools.

32 installs/wk local only
Sentfrom
by sentfrom

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.

31 installs/wk local only
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

29 installs/wk local only
Anjal
by anjal

Email inboxes and calendars for AI agents: send, receive, search, draft and schedule.

answering
Mermail
by mermail

Privacy-first email inboxes for AI agents with MCP mail tools and Composio connect/execute.

answering

Commune — questions

Answers built from our own checks of this server.

Why is there no uptime for Commune?
Commune runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package commune-mcp was installed 147 times last week.
How do I connect Commune?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls commune-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Commune?
The pypi package commune-mcp was installed 147 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Commune open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.