mcpbeat Sign in

Ioffice MCP Server

local only

Ioffice MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 289 installs a week from npm. Last commit 20 Sep 2026.

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

Installs per day peak 171 · avg 33 · -3% w/w
a month agotoday
289
Installs / week
npm · ioffice-mcp
1
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ioffice MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ioffice-mcp -- npx -y ioffice-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ioffice-mcp": {
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ioffice-mcp]
command = "npx"
args = ["-y", "ioffice-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ioffice-mcp": {
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ioffice-mcp": {
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IOFFICE_HOST (Your iOffice tenant hostname (e.g. yourcompany.ioffice.com)), IOFFICE_TOKEN (Your iOffice API token (preferred over username/password)), IOFFICE_USERNAME (Your iOffice username (used if no API token)), IOFFICE_PASSWORD (Your iOffice password (used if no API token)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ioffice MCP

same job, measured the same way
Clarik MCP Server
by mikerichardmail

Clarity and memory persistent workspace context manager for Claude.

35 installs/wk local only
openstatus
by openstatus

Manage monitors, status pages, incidents and maintenances in your openstatus workspace.

answering
MFIT Personal
by mcp-dir

Client, workout, body composition, retention and finance management for personal trainers.

48 tools answering
EZ@Work
by eranfinish

Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.

answering
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
Resy MCP
by chrischall

Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude

671 installs/wk local only
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

54 installs/wk local only
Gtm Ga4
by mharnett

GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.

38 installs/wk local only

Ioffice MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ioffice MCP?
Ioffice MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ioffice-mcp was installed 289 times last week.
How do I connect Ioffice MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ioffice-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ioffice MCP?
The npm package ioffice-mcp was installed 289 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ioffice MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.