MCP Server
MCP
io.github.chrischall/ioffice-mcp
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "ioffice-mcp",
"version": "2.1.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your iOffice tenant hostname (e.g. yourcompany.ioffice.com)",
"isRequired": true,
"format": "string",
"name": "IOFFICE_HOST"
},
{
"description": "Your iOffice API token (preferred over username/password)",
"format": "string",
"isSecret": true,
"name": "IOFFICE_TOKEN"
},
{
"description": "Your iOffice username (used if no API token)",
"format": "string",
"name": "IOFFICE_USERNAME"
},
{
"description": "Your iOffice password (used if no API token)",
"format": "string",
"isSecret": true,
"name": "IOFFICE_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment