PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • IOFFICE_HOST
    required

    Your iOffice tenant hostname (e.g. yourcompany.ioffice.com)

  • IOFFICE_TOKEN
    secret

    Your iOffice API token (preferred over username/password)

  • IOFFICE_USERNAME

    Your iOffice username (used if no API token)

  • IOFFICE_PASSWORD
    secret

    Your iOffice password (used if no API token)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →