Ms Contacts MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 8 Jun 2026.
Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.
Today is the operative word: we check Ms Contacts MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ms-contacts-mcp -- npx -y ms-contacts-mcp
{
"mcpServers": {
"ms-contacts-mcp": {
"args": [
"-y",
"ms-contacts-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ms-contacts-mcp]
command = "npx"
args = ["-y", "ms-contacts-mcp"]
{
"mcpServers": {
"ms-contacts-mcp": {
"args": [
"-y",
"ms-contacts-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ms-contacts-mcp": {
"args": [
"-y",
"ms-contacts-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MICROSOFT_CLIENT_ID (Entra ID application (client) ID for the public client app used to sign in. Run `npx -y ms-contacts-mcp login` once to cache a refresh token.).
The author declared them in the registry entry; get the values from the project itself.
Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Read, render, search, and manage reMarkable documents through MCP
Answers built from our own checks of this server.