Connects Claude to your Microsoft 365 contacts through Pipeworx's gateway infrastructure. Part of a larger platform that routes to 725+ data sources, though you can use just the Outlook Contacts endpoint if that's all you need. The interesting bit is the ask_pipeworx tool that lets you query your contacts in plain English rather than calling specific methods. Useful when you're building agents that need to look up contact info, cross-reference people across conversations, or pull recipient details without leaving your AI workflow. Runs over streamable HTTP, so no local process to manage.
Outlook Contacts (Microsoft 365) MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"outlook-contacts": {
"url": "https://gateway.pipeworx.io/outlook-contacts/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ 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 Contacts 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