office-addin-mcp
Rank #22,385io.github.dsbissett/office-addin-mcp
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
office-addin-mcp is a Model Context Protocol (MCP) server published by dsbissett. It ranks #22,385 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. office-addin-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on May 1, 2026 and most recently updated on May 24, 2026.
Ranks ahead of 109,728 of 132,113 servers on MCP Toplist.
Use office-addin-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add office-addin-mcp -- npx -y @dsbissett/office-addin-mcp[mcp_servers.office-addin-mcp]
command = "npx"
args = ["-y", "@dsbissett/office-addin-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"office-addin-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"office-addin-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"office-addin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"office-addin-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"office-addin-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-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.dsbissett%2Foffice-addin-mcp)<a href="https://mcptoplist.com/server/io.github.dsbissett%2Foffice-addin-mcp"><img src="https://mcptoplist.com/badge/io.github.dsbissett%2Foffice-addin-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dsbissett
Other servers by dsbissett
View all dsbissett servers →Available versions (7)
| Version | Published |
|---|---|
| 0.8.0 | May 24, 2026 |
| 0.7.0 | May 11, 2026 |
| 0.6.0 | May 6, 2026 |
| 0.5.0 | May 3, 2026 |
| 0.3.0 | May 1, 2026 |
| 0.2.0 | May 1, 2026 |
| 0.1.0 | May 1, 2026 |
Frequently asked questions
- Who maintains office-addin-mcp?
- office-addin-mcp is maintained by dsbissett, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is office-addin-mcp listed on the Official MCP Registry?
- Yes — office-addin-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does office-addin-mcp have?
- MCP Toplist tracks 7 versions of office-addin-mcp, most recently published on May 24, 2026.
- Where can I find the source code for office-addin-mcp?
- The source code for office-addin-mcp is hosted at github.com/dsbissett/office-addin-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.