M365 Roadmap
Rank #38,399io.github.jonnybottles/m365-roadmap
MCP server providing m365-roadmap capabilities
M365 Roadmap is a Model Context Protocol (MCP) server published by jonnybottles. It ranks #38,399 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. M365 Roadmap is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 31, 2026 and most recently updated on Feb 4, 2026.
Ranks ahead of 77,192 of 115,591 servers on MCP Toplist.
Use M365 Roadmap
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add m365-roadmap -- uvx m365-roadmap-mcp[mcp_servers.m365-roadmap]
command = "uvx"
args = ["m365-roadmap-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"m365-roadmap": {
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"m365-roadmap": {
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"m365-roadmap": {
"type": "stdio",
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"m365-roadmap": {
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"m365-roadmap": {
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jonnybottles%2Fm365-roadmap)<a href="https://mcptoplist.com/server/io.github.jonnybottles%2Fm365-roadmap"><img src="https://mcptoplist.com/badge/io.github.jonnybottles%2Fm365-roadmap.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
jonnybottles
Other servers by jonnybottles
View all jonnybottles servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.0 | Feb 4, 2026 |
| 0.2.1 | Jan 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains M365 Roadmap?
- M365 Roadmap is maintained by jonnybottles, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is M365 Roadmap listed on the Official MCP Registry?
- Yes — M365 Roadmap is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does M365 Roadmap have?
- MCP Toplist tracks 3 versions of M365 Roadmap, most recently published on Feb 4, 2026.
- Where can I find the source code for M365 Roadmap?
- The source code for M365 Roadmap is hosted at github.com/jonnybottles/m365-roadmap-mcp-server.