The Microsoft 365 Agents Toolkit MCP Server is a Model Context Protocol (MCP) server that provides a seamless connection between AI agents and developers for building apps and agents for Microsoft 365 and Microsoft 365 Copilot.
M365 Agents Toolkit MCP Server is designed to help you:
- Build and deploy AI agents for Microsoft 365
- Integrate with Microsoft 365 Copilot features
- Access and manage app and agent templates
- Troubleshoot common issues effectively
- Schema Fetcher for:
- App Manifest
- Declarative Agent Manifest
- API Plugin Manifest
- Microsoft 365 and Microsoft 365 Copilot Knowledge Retriever
- Apps and Agents Samples and Templates Code Snippets Retriever
- Troubleshooting Retriever
- The Microsoft 365 Agents Toolkit MCP Server requires Node.js to install and run the server. If you don't have it installed, follow the instructions here.
- Install either the stable or Insiders release of VS Code:
- Install the GitHub Copilot and GitHub Copilot Chat extensions
For a step-by-step guide to install the Microsoft 365 Agents Toolkit MCP Server, follow these instructions:
- Add
.vscode/mcp.json:{ "servers": { "M365AgentsToolkit Server": { "command": "npx", "args": [ "-y", "@microsoft/m365agentstoolkit-mcp@latest", "server", "start" ] } } }
-
Open GitHub Copilot in VS Code and switch to Agent mode
-
Click
refreshon the tools list.
Manual configuration required, please follow: Visual Studio MCP Official Guide
We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Microsoft 365 Agents Toolkit MCP Server.
- Open an issue in the public repository.
- Send an email to tcsupport@microsoft.com to chat with the product team.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license.