Commune for Cursor
io.github.shanjai-raj/commune-mcp
Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.
client:Cursor
transport:stdio
runtime:pypi
Install Commune in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"commune-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"commune-mcp"
],
"env": {
"COMMUNE_API_KEY": "<COMMUNE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs