Connects Claude to Microsoft 365 Outlook Mail through Pipeworx's gateway infrastructure. The implementation is light on documented specifics, but it's part of a broader platform that offers 711+ data source integrations with a natural language query layer. Instead of wrestling with individual tool calls, you can use ask_pipeworx to phrase requests in plain English and let the gateway handle tool selection and parameter mapping. Useful if you're already in the Pipeworx ecosystem or want streamable HTTP transport for email operations without managing OAuth flows yourself. The standalone endpoint focuses on Outlook Mail, but you can connect to the full gateway for access to the complete integration catalog.
Outlook Mail (Microsoft 365) MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 711+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"outlook-mail": {
"url": "https://gateway.pipeworx.io/outlook-mail/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 711+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Outlook Mail data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.mindstone/mcp-server-microsoft-teams
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp
gongrzhe/gmail-mcp-server