MCP Server
Active
MIT
io.github.0xka13b/ms-contacts-mcp MCP Server
io.github.0xka13b/ms-contacts-mcp
What is the io.github.0xka13b/ms-contacts-mcp MCP server?
Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.
How to install io.github.0xka13b/ms-contacts-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
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
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ms-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ms-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ms-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ms-contacts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}Claude Code
claude mcp add ms-contacts-mcp --env MICROSOFT_CLIENT_ID=<YOUR_MICROSOFT_CLIENT_ID> -- npx -y ms-contacts-mcpRelated MCP servers
Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.
0
View repository →TypeScript
MIT
Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.
0
View repository →TypeScript
MIT
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
0
View repository →TypeScript
MIT
Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.
0
View repository →TypeScript
MIT