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
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.
What You'll Need
Set these up before or after installing:
Environment variable: IOFFICE_HOST
Environment variable: IOFFICE_TOKEN
Environment variable: IOFFICE_USERNAME
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 GitHubFrom the project's GitHub README.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.