Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@microsoft/m365agentstoolkit-mcp

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/m365agentstoolkit-mcp

MCP server for Microsoft 365 Agents Toolkit

beta
latest
Source
npmnpm
Version
0.2.1-beta.2025062602.0
Version published
Weekly downloads
802
49.63%
Maintainers
4
Weekly downloads
 
Created
Source

Microsoft 365 Agents Toolkit MCP Server

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.

Overview

What can you do with it?

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

Currently Supported Tools

  • 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

Prerequisites

Manual Install

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"
                ]
            }
        }
    }
    

Install From Command Palette

List The Tools

For Visual Studio

Manual configuration required, please follow: Visual Studio MCP Official Guide

Feedback

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.

Code of Conduct

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.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.

Keywords

mcp

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts