ioffice-mcp
iOffice MCP server for Claude — developed and maintained by AI (Claude Code)
by chrischall · TypeScript
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
Book rooms, manage visitors, and track maintenance tickets in iOffice workspaces.
iOffice MCP server for Claude — developed and maintained by AI (Claude Code)
IOFFICE_HOSTrequiredYour iOffice tenant hostname (e.g. yourcompany.ioffice.com)
IOFFICE_TOKENsecretYour iOffice API token (preferred over username/password)
IOFFICE_USERNAMEYour iOffice username (used if no API token)
IOFFICE_PASSWORDsecretYour iOffice password (used if no API token)
claude_desktop_config.json
{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp@2.1.6"
],
"env": {
"IOFFICE_HOST": "<YOUR_IOFFICE_HOST>",
"IOFFICE_TOKEN": "<YOUR_IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<YOUR_IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<YOUR_IOFFICE_PASSWORD>"
}
}
}
}