io.github.chrischall/ioffice-mcp MCP Server
io.github.chrischall/ioffice-mcp
What is the io.github.chrischall/ioffice-mcp MCP server?
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
How to install io.github.chrischall/ioffice-mcp
Copy-paste configuration for popular MCP clients.
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)
{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<YOUR_IOFFICE_HOST>",
"IOFFICE_TOKEN": "<YOUR_IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<YOUR_IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<YOUR_IOFFICE_PASSWORD>"
}
}
}
}{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<YOUR_IOFFICE_HOST>",
"IOFFICE_TOKEN": "<YOUR_IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<YOUR_IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<YOUR_IOFFICE_PASSWORD>"
}
}
}
}{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<YOUR_IOFFICE_HOST>",
"IOFFICE_TOKEN": "<YOUR_IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<YOUR_IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<YOUR_IOFFICE_PASSWORD>"
}
}
}
}{
"servers": {
"ioffice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<YOUR_IOFFICE_HOST>",
"IOFFICE_TOKEN": "<YOUR_IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<YOUR_IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<YOUR_IOFFICE_PASSWORD>"
}
}
}
}claude mcp add ioffice-mcp --env IOFFICE_HOST=<YOUR_IOFFICE_HOST> --env IOFFICE_TOKEN=<YOUR_IOFFICE_TOKEN> --env IOFFICE_USERNAME=<YOUR_IOFFICE_USERNAME> --env IOFFICE_PASSWORD=<YOUR_IOFFICE_PASSWORD> -- npx -y ioffice-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
Redfin real-estate for Claude — search, property details, market reports, saved homes
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support