Query the Microsoft 365 Roadmap from AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Python-based MCP (Model Context Protocol) server that enables AI agents to query the Microsoft 365 Roadmap programmatically.
For organizations relying on Microsoft 365, Teams, or SharePoint, the "Roadmap" is the single source of truth for upcoming changes. However, navigating the roadmap website manually is cumbersome and disconnected from technical planning workflows. "When is Copilot coming to GCC High?" is a question that affects multi-million dollar contracts and deployment schedules.
Existing research indicates that while RSS feeds exist, there is no tool that allows an AI agent to structurally query this data to answer complex filtering questions. A "Roadmap Scout" MCP server empowers the Agent to act as a release manager, proactively identifying features that enable new capabilities or threaten existing customizations.
Once connected to an MCP client, you can ask questions like:
Using uvx (requires uv):
To update to the latest version:
Install uv if you don't have it:
Or install with pip (no uv required):
One-click install: Click VS Code badge for automatic setup (requires
uvinstalled) Manual install: See instructions below for Cursor, Claude Code, Copilot CLI, or Claude Desktop
Or if installed with pip:
Add to your Claude Desktop MCP config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonUsing uvx (recommended)
Using installed package
Option 1: One-Click Install (Recommended)
Option 2: Manual Configuration
Add to your Cursor MCP config:
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json%APPDATA%\Cursor\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.jsonAdd to ~/.copilot/mcp-config.json:
Provides a single search_roadmap tool that handles all M365 roadmap queries. Combine any filters:
This MCP server pulls data from Microsoft's public roadmap API:
https://www.microsoft.com/releasecommunications/api/v2/m365https://www.microsoft.com/microsoft-365/RoadmapFeatureRSS (same data, RSS format)This is the same data that powers the Microsoft 365 Roadmap website. The legacy endpoint (roadmap-api.azurewebsites.net) was retired in March 2025.
The API returns approximately 1,900 active features -- those currently In Development, Rolling Out, or recently Launched. This is a hard cap; older or retired features age out of the API and are no longer returned. The roadmap website may display historical features that are no longer present in the API.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/m365-roadmap)<a href="https://allmcps.com/mcp/m365-roadmap"><img src="https://allmcps.com/api/badge/m365-roadmap?style=directory" alt="M365 Roadmap on AllMCPs" /></a>