ioffice mcp for Cline
io.github.chrischall/ioffice-mcp
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
client:Cline
transport:stdio
runtime:npm
Install ioffice mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs