Back to Browse

Ioffice MCP Server

Developer ToolsModerate7.0Local
Free

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

About

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

Security Report

7.0
Moderate7.0Moderate Risk

This MCP server demonstrates solid security practices with proper authentication, input validation via Zod schemas, and a well-designed confirmation gate for destructive operations. Network calls are appropriately scoped to the iOffice API, and credentials are managed via environment variables. Minor code quality observations around error handling and comprehensive logging do not significantly impact the security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

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

Environment variable: IOFFICE_HOST

Your iOffice API token (preferred over username/password)Required

Environment variable: IOFFICE_TOKEN

Your iOffice username (used if no API token)Optional

Environment variable: IOFFICE_USERNAME

Your iOffice password (used if no API token)Required

Environment variable: IOFFICE_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-chrischall-ioffice-mcp": {
      "env": {
        "IOFFICE_HOST": "your-ioffice-host-here",
        "IOFFICE_TOKEN": "your-ioffice-token-here",
        "IOFFICE_PASSWORD": "your-ioffice-password-here",
        "IOFFICE_USERNAME": "your-ioffice-username-here"
      },
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ioffice-mcp

CI npm license

iOffice MCP server for Claude — developed and maintained by AI (Claude Code)

Reviews

No reviews yet

Be the first to review this server!

Ioffice MCP Server - iOffice workspace management for Claude — book rooms, | MCP Marketplace