ms contacts mcp for Cursor
io.github.0xka13b/ms-contacts-mcp
Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.
client:Cursor
transport:stdio
runtime:npm
Install ms contacts mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ms-contacts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ms-contacts-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs