Skip to content
Cursor

email automation mcp for Cursor

io.github.csoai-org/email-automation-mcp

Email Automation MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install email automation mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "email-automation-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "email-automation-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

email automation mcp in other clients