
M365 Roadmap
Query the Microsoft 365 Roadmap from your agent when you are scoping Teams, Outlook, or Graph-adjacent features so you do not bet on APIs that are still rolling out.
Overview
io.github.jonnybottles/m365-roadmap is a Build-phase MCP server that lets agents query the Microsoft 365 Roadmap for rollout and planning decisions.
What is this MCP server?
- Query the Microsoft 365 Roadmap directly from AI coding agents
- PyPI package m365-roadmap-mcp 0.4.0 with stdio transport and uvx runtime hint
- Supports scoping Graph, Teams, and productivity integrations for solo SaaS
- Reduces manual browsing of the public M365 roadmap site
- Server version 0.4.0 on PyPI
- Registry base URL https://pypi.org
- Primary capability: query Microsoft 365 Roadmap (per description)
Community signal: 1 GitHub stars.
What problem does it solve?
You cannot tell from memory whether a Microsoft 365 or Graph capability is generally available, preview, or far on the roadmap—and guessing wastes solo build cycles.
Who is it for?
Solo builders and tiny teams building Teams apps, Outlook add-ins, or Graph-backed SaaS who plan features against Microsoft’s public roadmap.
Skip if: Products with zero Microsoft 365 footprint, or teams that need live tenant admin and deployment rather than public roadmap data.
What do I get? / Deliverables
Your agent returns roadmap-grounded answers so you scope M365 integrations against real Microsoft delivery timelines.
- Roadmap-sourced answers about M365 feature status and timing
- Clearer integration backlog prioritized against Microsoft delivery waves
Recommended MCP Servers
Journey fit
Build with pm subphase is canonical because roadmap queries inform what you plan and integrate next in M365-tied products, even though research happens earlier in the journey. pm fits roadmap-driven prioritization, dependency timing, and stakeholder-ready answers about upcoming Microsoft 365 capabilities.
How it compares
Microsoft 365 roadmap query MCP, not Azure deploy or M365 tenant management.
Common Questions / FAQ
Who is m365-roadmap for?
Developers using MCP agents who ship or plan Microsoft 365, Teams, or Graph integrations and need official roadmap lookups in the IDE.
When should I use m365-roadmap?
Use it when scoping features, writing specs, or deciding whether to wait for a planned M365 capability versus building a workaround.
How do I add m365-roadmap to my agent?
Install m365-roadmap-mcp 0.4.0 from PyPI (uvx runtime hint supported), configure stdio MCP, and register the server in your agent MCP config.