← Back to Plugins
MCP Server MCP

io.github.chrischall/ioffice-mcp

github By github 👁 1 views ▲ 0 votes

iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...