Catalog
io.github.0xka13b/ms-contacts-mcp
Officialby 0xka13b · TypeScript
Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.
Read and manage contacts and address book entries through Microsoft Graph.
Topics
anthropicmcpmicrosoftmicrosoft-graphaiai-agentsmcp-servertypescript
README not available yet.
Install
Configuration
Environment variables
MICROSOFT_CLIENT_IDEntra 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.
claude_desktop_config.json
{
"mcpServers": {
"ms-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp@1.0.1"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}