Create, edit, and collaborate on Office documents and spreadsheets.
claude mcp add office --transport http https://waystation.ai/office/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"office": {
"serverUrl": "https://waystation.ai/office/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"office": {
"type": "http",
"url": "https://waystation.ai/office/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"office": {
"url": "https://waystation.ai/office/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"office": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://waystation.ai/office/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://waystation.ai/office/mcp | none |
| sse | https://waystation.ai/office/mcp/sse | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.waystation--office/reviews or the review_server meta-tool.
POST /mcp