MCP server for Microsoft Graph. Exposes APIs for Teams communication and management. Provides access to channels, messages, and users. Connects to Microsoft Graph API. Useful for developers building AI agents that need to interact with Teams or manage Microsoft 365 resources.
MCP server for Microsoft Graph. Exposes APIs for Teams communication and management. Provides access to channels, messages, and users. Connects to Microsoft Graph API. Useful for developers building AI agents that need to interact with Teams or manage Microsoft 365 resources.
npx -y mcp-microsoft-graphAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-microsoft-graph-npm": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-microsoft-graph"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-microsoft-graph?"
API Key Required
This server requires an API key from mcp-microsoft-graph. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP-MICROSOFT-GRAPH_API_KEY | Yes | Your mcp-microsoft-graph API key |
"What resources are available in mcp-microsoft-graph?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-microsoft-graph"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-microsoft-graph with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.