MrBoor/officernd-mcp
Read-only MCP server for the OfficeRnD coworking/flex-space management API
Platform-specific configuration:
{
"mcpServers": {
"officernd-mcp": {
"command": "npx",
"args": [
"-y",
"officernd-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A read-only Model Context Protocol (MCP) server that connects AI assistants to the OfficeRnD coworking and flex-space management platform. Query members, companies, bookings, billing, and more through natural language.
This server exposes OfficeRnD data through 5 domain-grouped tools, covering 25+ entity types:
| Tool | Entities | Example queries | |---|---|---| | community | Members, companies, memberships, check-ins, contracts, visits, visitors, opportunities | "List all active members" / "Show me visits from last week" | | space | Resources, bookings, booking occurrences, floors, assignments, amenities, passes, credits | "What meeting rooms are available?" / "List bookings for today" | | billing | Payments, fees, plans, coin/credit stats | "Show pending payments" / "Get credit balance for March" | | collaboration | Events, tickets, posts | "List open tickets" / "What events are coming up?" | | settings | Locations, resource types, business hours, custom properties | "List all office locations" |
All tools are read-only — no data can be created, modified, or deleted.
git clone https://github.com/MrBoor/officernd-mcp.git
cd officernd-mcp
npm install
npm run buildSet three environment variables (via .env file or directly):
OFFICERND_CLIENT_ID=your_client_id
OFFICERND_CLIENT_SECRET=your_client_secret
OFFICERND_ORG_SLUG=your_organization_slugThe org slug is the identifier in your OfficeRnD URL: app.officernd.com/.../{your_org_slug}.
claude_desktop_config.json:``
Loading reviews...