iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
This iOffice MCP server demonstrates solid security practices with proper authentication handling, good input validation via Zod schemas, and a thoughtful confirm-gate pattern for destructive operations. Environment variables are used appropriately for credentials, and the code shows no malicious patterns or dangerous operations. Minor code quality observations do not materially impact the security posture for a developer tool in this category. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
7 files analyzed · 5 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
Read, search, and manipulate Git repositories programmatically
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.