MCP server for building, debugging, and deploying Microsoft 365 agents and apps. Provides tools for agent development, testing, and deployment. Connects to Microsoft 365 APIs for agent interactions. Used by developers working on Microsoft 365 integrations and automation.
MCP server for building, debugging, and deploying Microsoft 365 agents and apps. Provides tools for agent development, testing, and deployment. Connects to Microsoft 365 APIs for agent interactions. Used by developers working on Microsoft 365 integrations and automation.
npx -y @microsoft/m365agentstoolkit-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"microsoft-m365agentstoolkit-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @microsoft/m365agentstoolkit-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from m365agentstoolkit-mcp?"
No configuration required. This server works out of the box.
"What resources are available in m365agentstoolkit-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in m365agentstoolkit-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in m365agentstoolkit-mcp 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.