{
  "markdown": "### Disclaimer: This is an independent, self-built project and is not an official Microsoft tool or service.\n\n# M365 Roadmap MCP Server\n\n<!-- mcp-name: io.github.jonnybottles/m365-roadmap -->\n\nA Python-based MCP (Model Context Protocol) server that enables AI agents to query the Microsoft 365 Roadmap programmatically.\n\n## Strategic Rationale\n\nFor 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.\n\nExisting 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.\n\n## Prompt Examples\n\nOnce connected to an MCP client, you can ask questions like:\n\n1. **Search by product and status**: \"What Microsoft Teams features are currently rolling out?\"\n2. **Check government cloud availability**: \"Is Copilot available for GCC High yet?\"\n3. **Find recent additions**: \"Show me everything added to the M365 roadmap in the last 30 days\"\n4. **Get feature details**: \"Tell me more about roadmap feature 534606\"\n5. **Government cloud planning**: \"My agency is on GCC High. Which OneDrive features can we expect?\"\n\n## Installation\n\n### Prerequisites\n\n- **Python 3.11+**\n- An MCP-compatible client (Claude Desktop, Cursor, Claude Code, GitHub Copilot CLI, etc.)\n\n### From PyPI (recommended)\n\nUsing `uvx` (requires [uv](https://github.com/astral-sh/uv)):\n\n```bash\nuvx m365-roadmap-mcp\n```\n\nTo update to the latest version:\n\n```bash\nuvx m365-roadmap-mcp@latest\n```\n\nInstall uv if you don't have it:\n\n```bash\n# macOS / Linux\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# Windows (PowerShell)\nirm https://astral.sh/uv/install.ps1 | iex\n```\n\nOr install with pip (no uv required):\n\n```bash\npip install m365-roadmap-mcp\n\n# Update to latest\npip install --upgrade m365-roadmap-mcp\n```\n## Quick Setup\n\n[![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0078d4?style=flat-square&logo=visualstudiocode)](https://vscode.dev/redirect/mcp/install?name=m365-roadmap-mcp&config=%7B%22type%22%3A%20%22stdio%22%2C%20%22command%22%3A%20%22uvx%22%2C%20%22args%22%3A%20%5B%22m365-roadmap-mcp%22%5D%7D)\n[![Install in Cursor](https://img.shields.io/badge/Install_in-Cursor-000000?style=flat-square&logo=cursor)](https://cursor.com/docs/context/mcp)\n[![Install in Claude Code](https://img.shields.io/badge/Install_in-Claude_Code-9b6bff?style=flat-square&logo=anthropic)](https://code.claude.com/docs/en/mcp)\n[![Install in Copilot CLI](https://img.shields.io/badge/Install_in-Copilot_CLI-28a745?style=flat-square&logo=github)](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli)\n\n> **One-click install:** Click VS Code badge for automatic setup (requires `uv` installed)\n> **Manual install:** See instructions below for Cursor, Claude Code, Copilot CLI, or Claude Desktop\n\n## Client Configuration\n\n### Running the server\n\n```bash\nuvx m365-roadmap-mcp\n```\n\nOr if installed with pip:\n\n```bash\nm365-roadmap-mcp\n```\n\n### Claude Desktop\n\nAdd to your Claude Desktop MCP config:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n**Using uvx (recommended)**\n\n```json\n{\n  \"mcpServers\": {\n    \"m365-roadmap\": {\n      \"command\": \"uvx\",\n      \"args\": [\"m365-roadmap-mcp\"]\n    }\n  }\n}\n```\n\n**Using installed package**\n\n```json\n{\n  \"mcpServers\": {\n    \"m365-roadmap\": {\n      \"command\": \"m365-roadmap-mcp\"\n    }\n  }\n}\n```\n\n### Cursor\n\n**Option 1: One-Click Install (Recommended)**\n\n```\ncursor://anysphere.cursor-deeplink/mcp/install?name=m365-roadmap-mcp&config=eyJjb21tYW5kIjogInV2eCIsICJhcmdzIjogWyJtMzY1LXJvYWRtYXAtbWNwIl19\n```\n\n**Option 2: Manual Configuration**\n\nAdd to your Cursor MCP config:\n\n- macOS: `~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`\n- Windows: `%APPDATA%\\Cursor\\User\\globalStorage\\saoudrizwan.claude-dev\\settings\\cline_mcp_settings.json`\n\n### Claude Code\n\n```bash\nclaude mcp add --transport stdio m365-roadmap -- uvx m365-roadmap-mcp\n```\n\n### GitHub Copilot CLI\n\nAdd to `~/.copilot/mcp-config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"m365-roadmap\": {\n      \"type\": \"stdio\",\n      \"command\": \"uvx\",\n      \"args\": [\"m365-roadmap-mcp\"]\n    }\n  }\n}\n```\n## Features\n\nProvides a single **`search_roadmap`** tool that handles all M365 roadmap queries. Combine any filters:\n\n- **Keyword search** -- Find features by keyword in title/description\n- **Product filter** -- Filter by product tag (Teams, SharePoint, etc.)\n- **Status filter** -- Filter by status (In development, Rolling out, Launched)\n- **Cloud instance filter** -- Filter by cloud instance (GCC, GCC High, DoD)\n- **Feature lookup** -- Retrieve full metadata for a specific roadmap ID\n- **Recent additions** -- List features added within the last N days\n- **Release phase filter** -- Filter by release phase (General Availability, Preview, Targeted Release)\n- **Platform filter** -- Filter by platform (Web, Desktop, iOS, Android, Mac)\n- **Rollout date filter** -- Filter by general availability date (e.g., \"2026-03\", \"2026\")\n- **Preview date filter** -- Filter by preview availability date (e.g., \"2026-07\", \"2026\")\n- **Recently modified** -- List features modified within the last N days\n\n## Data Source\n\nThis MCP server pulls data from Microsoft's public roadmap API:\n\n- **API Endpoint:** `https://www.microsoft.com/releasecommunications/api/v2/m365`\n- **Authentication:** None required (public endpoint)\n- **RSS Mirror:** `https://www.microsoft.com/microsoft-365/RoadmapFeatureRSS` (same data, RSS format)\n\nThis is the same data that powers the [Microsoft 365 Roadmap website](https://www.microsoft.com/en-us/microsoft-365/roadmap). The legacy endpoint (`roadmap-api.azurewebsites.net`) was retired in March 2025.\n\n### Coverage and Limitations\n\nThe 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.\n\n---\n\n## License\n\nMIT\n",
  "bytes": 6600,
  "sha": "a228c8dd8199ecb0a3724099b63db635ec6d2184928d02fa94ef8e8e29c665e8",
  "repo_slug": "jonnybottles/m365-roadmap-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jonnybottles_m365_roadmap_b4db8dce/readme"
}