M365 Roadmap MCP Server

Query the Microsoft 365 Roadmap from AI agents

Local serverstdioPython

What is the M365 Roadmap MCP server?

Query the Microsoft 365 Roadmap from AI agents. That is what the m365 roadmap mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

A Python-based MCP (Model Context Protocol) server that enables AI agents to query the Microsoft 365 Roadmap programmatically.

  • Keyword search — -- Find features by keyword in title/description
  • Product filter — -- Filter by product tag (Teams, SharePoint, etc.)
  • Status filter — -- Filter by status (In development, Rolling out, Launched)
  • Cloud instance filter — -- Filter by cloud instance (GCC, GCC High, DoD)
  • Feature lookup — -- Retrieve full metadata for a specific roadmap ID
  • Recent additions — -- List features added within the last N days

The tools it exposes

The server publishes 5 tools. What each one is for:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • Authentication — ** None required (public endpoint)
  • Prerequisites — The Prerequisites tool exposed by this server
  • Cursor — The Cursor tool exposed by this server

Getting it running

Installation goes through your MCP client rather than a global install: point it at m365-roadmap-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What it needs from you

  • Python 3.11+ - An MCP-compatible client (Claude Desktop, Cursor, Claude Code, GitHub Copilot CLI, etc.)

How it compares

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. M365 Roadmap's toolset — macOS, Windows, Authentication and 2 more — is a fair guide to whether it matches your workflow. It is maintained by jonnybottles; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Authentication** None required (public endpoint)
PrerequisitesThe Prerequisites tool exposed by this server.
CursorThe Cursor tool exposed by this server.

How to install the M365 Roadmap MCP server

{
  "mcpServers": {
    "m365-roadmap": {
      "command": "uvx",
      "args": ["m365-roadmap-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.11+ - An MCP-compatible client (Claude Desktop, Cursor, Claude Code, GitHub Copilot CLI, etc.)

Example prompts to try

  • Use M365 Roadmap to macOS.
  • Use M365 Roadmap to Windows.
  • Use M365 Roadmap to Authentication.

Frequently asked questions

It connects M365 Roadmap to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (macOS, Windows, Authentication, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with M365 Roadmap directly.