Loading MCP server directory, please wait...
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
npx @getmcp/cli add io.github.chrischall/ioffice-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
IOFFICE_HOSTYour iOffice tenant hostname (e.g. yourcompany.ioffice.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "",
"IOFFICE_TOKEN": "",
"IOFFICE_USERNAME": "",
"IOFFICE_PASSWORD": ""
}
}
}
}