iOffice
Rank #8,424io.github.chrischall/ioffice-mcp
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
iOffice is a Model Context Protocol (MCP) server published by chrischall. It ranks #8,424 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. iOffice is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on May 24, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 107,036 of 115,460 servers on MCP Toplist.
Use iOffice
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ioffice-mcp -e "IOFFICE_HOST=<your IOFFICE_HOST>" -e "IOFFICE_TOKEN=<your IOFFICE_TOKEN>" -e "IOFFICE_USERNAME=<your IOFFICE_USERNAME>" -e "IOFFICE_PASSWORD=<your IOFFICE_PASSWORD>" -- npx -y ioffice-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ioffice-mcp]
command = "npx"
args = ["-y", "ioffice-mcp"]
[mcp_servers.ioffice-mcp.env]
IOFFICE_HOST = "<your IOFFICE_HOST>"
IOFFICE_TOKEN = "<your IOFFICE_TOKEN>"
IOFFICE_USERNAME = "<your IOFFICE_USERNAME>"
IOFFICE_PASSWORD = "<your IOFFICE_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fioffice-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fioffice-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fioffice-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (4)
| Version | Published |
|---|---|
| 2.1.10 | Aug 28, 2026 |
| 2.1.9 | Jul 19, 2026 |
| 2.1.5 | Jun 13, 2026 |
| 2.1.3 | May 26, 2026 |
Frequently asked questions
- Who maintains iOffice?
- iOffice is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is iOffice listed on the Official MCP Registry?
- Yes — iOffice is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does iOffice have?
- MCP Toplist tracks 4 versions of iOffice, most recently published on Aug 28, 2026.
- Where can I find the source code for iOffice?
- The source code for iOffice is hosted at github.com/chrischall/ioffice-mcp.