The ms 365 MCP server provides AI agents with access to Microsoft 365 services via the Graph API. It allows agents to read, create, and manage emails, calendars, files, and more. It connects directly to Microsoft 365 APIs, enabling developers to build agents that automate workflows, manage documents, and schedule meetings. Useful for productivity tools, automation scripts, and office management systems.
The ms 365 MCP server provides AI agents with access to Microsoft 365 services via the Graph API. It allows agents to read, create, and manage emails, calendars, files, and more. It connects directly to Microsoft 365 APIs, enabling developers to build agents that automate workflows, manage documents, and schedule meetings. Useful for productivity tools, automation scripts, and office management systems.
npx -y @softeria/ms-365-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"softeria-ms-365-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @softeria/ms-365-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ms 365?"
API Key Required
This server requires an API key from ms 365. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MS_365_API_KEY | Yes | Your ms 365 API key |
"What resources are available in ms 365?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ms 365"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ms 365 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.