ioffice mcp for Windsurf
io.github.chrischall/ioffice-mcp
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
client:Windsurf
transport:stdio
runtime:npm
Install ioffice mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<IOFFICE_HOST>",
"IOFFICE_TOKEN": "<IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<IOFFICE_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs