Office
Rank #22,377ai.waystation/office
MCP server providing office capabilities
Office is a Model Context Protocol (MCP) server published by waystation-ai. It ranks #22,377 of 115,460 servers tracked on MCP Toplist, and its repository has 62 GitHub stars. Office is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 5, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 93,083 of 115,460 servers on MCP Toplist.
Use Office
claude mcp add --transport http office https://waystation.ai/office/mcpclaude mcp add --transport http office https://waystation.ai/office/mcp/sse[mcp_servers.office]
url = "https://waystation.ai/office/mcp"Add to ~/.codex/config.toml.
[mcp_servers.office]
url = "https://waystation.ai/office/mcp/sse"Add to ~/.codex/config.toml.
https://waystation.ai/office/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://waystation.ai/office/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"office": {
"type": "http",
"url": "https://waystation.ai/office/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"office": {
"type": "http",
"url": "https://waystation.ai/office/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"office": {
"serverUrl": "https://waystation.ai/office/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"office": {
"serverUrl": "https://waystation.ai/office/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp"
}
}
}{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp/sse"
}
}
}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/ai.waystation%2Foffice)<a href="https://mcptoplist.com/server/ai.waystation%2Foffice"><img src="https://mcptoplist.com/badge/ai.waystation%2Foffice.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
waystation-ai
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Office?
- Office is maintained by waystation-ai, which publishes 15 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Office listed on the Official MCP Registry?
- Yes — Office is listed on the Official MCP Registry.
- How many versions does Office have?
- MCP Toplist tracks 2 versions of Office, most recently published on Sep 9, 2025.
- Where can I find the source code for Office?
- The source code for Office is hosted at github.com/waystation-ai/mcp.