MCP Server
Maintained
Apache-2.0
Agent Email MCP Server
io.github.UseJunior/email-agent-mcp
What is the Agent Email MCP server?
Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP
How to install Agent Email
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"email-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Claude Code
claude mcp add email-agent-mcp -- npx -y email-agent-mcpRelated MCP servers
Safe Docx
Active
AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation
34
View repository →TypeScript
Apache-2.0