PluginBench
MCP Server

M365 Roadmap MCP Server

io.github.jonnybottles/m365-roadmap

What is the M365 Roadmap MCP server?

Query the Microsoft 365 Roadmap from AI agents

How to install M365 Roadmap

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "m365-roadmap": {
      "command": "uvx",
      "args": [
        "m365-roadmap-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "m365-roadmap": {
      "command": "uvx",
      "args": [
        "m365-roadmap-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "m365-roadmap": {
      "command": "uvx",
      "args": [
        "m365-roadmap-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "m365-roadmap": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "m365-roadmap-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add m365-roadmap -- uvx m365-roadmap-mcp

Related MCP servers

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

View repository →