
Ms Contacts Mcp
Expose Microsoft address book contacts to your agent for lookups, updates, and CRM-lite workflows over Graph.
Overview
io.github.0xka13b/ms-contacts-mcp is an MCP server for the Build phase that reads and manages Microsoft Contacts through Microsoft Graph.
What is this MCP server?
- Read and manage Microsoft Contacts through Microsoft Graph MCP tools
- npm package ms-contacts-mcp v1.0.1 with stdio transport
- Entra sign-in via MICROSOFT_CLIENT_ID and `npx -y ms-contacts-mcp login`
- Complements Outlook mail and Calendar MCPs for a cohesive M365 agent stack
- Useful for outreach lists, support routing, and personalized agent replies
- npm package version 1.0.1
- stdio transport identifier ms-contacts-mcp
- Documented env: MICROSOFT_CLIENT_ID (Entra application client ID)
What problem does it solve?
Agents that personalize outreach or support need contact data, but wiring Graph contacts APIs and OAuth steals time from shipping features.
Who is it for?
Solo builders on Microsoft 365 who want agent access to contacts for email personalization, support, or simple CRM automation.
Skip if: Salesforce- or HubSpot-centric CRMs, Google Contacts-only setups, or regulated contact stores without agent access policy.
What do I get? / Deliverables
Once configured, your agent can query and manage address book contacts in Microsoft 365 through MCP tools.
- stdio MCP bridge to Microsoft Contacts
- Agent-accessible contact search and management operations
- Consistent Microsoft auth with Outlook and Calendar MCP siblings
Recommended MCP Servers
Journey fit
How it compares
Graph address-book MCP, not a standalone CRM SaaS or LinkedIn scraping skill.
Common Questions / FAQ
Who is io.github.0xka13b/ms-contacts-mcp for?
Builders using Microsoft Contacts who want their AI agent to read or update address book entries via MCP and Graph.
When should I use io.github.0xka13b/ms-contacts-mcp?
Use it when workflows need contact lookup, enrichment, or maintenance alongside Outlook mail or calendar automation.
How do I add io.github.0xka13b/ms-contacts-mcp to my agent?
Run ms-contacts-mcp over stdio with MICROSOFT_CLIENT_ID set, complete `npx -y ms-contacts-mcp login`, and register the server in your MCP configuration.