Officernd MCP Server

MCP server for OfficeRnD API

Local serverstdioGo

What is the Officernd MCP MCP server?

If you already use Officernd MCP, the officernd mcp mcp server is the piece that lets your assistant work with it directly. MCP server for OfficeRnD API.

What the server does

This server exposes OfficeRnD data through 5 domain-grouped tools, covering 25+ entity types:

Installation

npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Operation — Per Minute
  • community — The community tool exposed by this server
  • space — Resource types for the type filter: meeting_room, team_room, desk, hotdesk, desk_tr, desk_na
  • billing — Special action — coin_stats: Get coin/credit balance for a member or company in a given month. Parameters: member, company, month (e.g., 2026-03)
  • collaboration — The collaboration tool exposed by this server
  • settings — The settings tool exposed by this server
  • Architecture — The Architecture tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: OFFICERND_CLIENT_ID, OFFICERND_CLIENT_SECRET, OFFICERND_ORG_SLUG. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js 18+ - OfficeRnD API credentials — client ID, client secret, and organization slug (from your OfficeRnD admin dashboard under Integrations > API)

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Officernd MCP's toolset — Operation, community, space and 4 more — is a fair guide to whether it matches your workflow. It is maintained by mrboor; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
OperationPer Minute
communityThe community tool exposed by this server.
spaceResource types for the type filter: meeting_room, team_room, desk, hotdesk, desk_tr, desk_na.
billingSpecial action — coin_stats: Get coin/credit balance for a member or company in a given month. Parameters: member, company, month (e.g., 2026-03).
collaborationThe collaboration tool exposed by this server.
settingsThe settings tool exposed by this server.
ArchitectureThe Architecture tool exposed by this server.

How to install the Officernd MCP MCP server

{
  "mcpServers": {
    "officernd": {
      "command": "npx",
      "args": ["-y", "npm"],
      "env": {
        "OFFICERND_CLIENT_ID": "your-value",
        "OFFICERND_CLIENT_SECRET": "your-value",
        "OFFICERND_ORG_SLUG": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - OfficeRnD API credentials — client ID, client secret, and organization slug (from your OfficeRnD admin dashboard under Integrations > API)
VariableDescriptionRequired
OFFICERND_CLIENT_IDConfiguration value read at startup.Optional
OFFICERND_CLIENT_SECRETCredential the server authenticates with.Yes
OFFICERND_ORG_SLUGConfiguration value read at startup.Optional

Example prompts to try

  • Use Officernd MCP to Operation.
  • Use Officernd MCP to community.
  • Use Officernd MCP to space.

Frequently asked questions

It connects Officernd MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Operation, community, space, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Officernd MCP directly.