jayozer/agentbuilder-outlook-mcp
FastMCP server for sending Outlook mail via Microsoft Graph. This project exists because the Agent Builder Outlook connector does not provide a send-email capability; the MCP server delivers that missing tool by exposing a single `send_outlook_mail` entry point that validates payloads, obtains access tokens, and calls the Graph `sendMail` endpoint.
Platform-specific configuration:
{
"mcpServers": {
"agentbuilder-outlook-mcp": {
"command": "npx",
"args": [
"-y",
"agentbuilder-outlook-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...