iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
The iOffice MCP server is well-constructed with proper authentication handling, input validation via Zod, and appropriate HTTP client patterns. The server requires explicit configuration via environment variables (IOFFICE_HOST, IOFFICE_USERNAME/PASSWORD or IOFFICE_TOKEN) and defers authentication validation until request time, allowing graceful server startup. No malicious patterns, code injection vulnerabilities, or credential exfiltration were detected. Permissions align appropriately with the server's purpose of managing iOffice facility data. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: IOFFICE_HOST
Environment variable: IOFFICE_TOKEN
Environment variable: IOFFICE_USERNAME
Environment variable: IOFFICE_PASSWORD
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"
}
}
}From the project's GitHub README.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.