SuperOffice MCP Server

Environment: prod

Model Context Protocol server for SuperOffice CRM. Connects an MCP-aware AI client to SuperOffice search, contact, and identity tools.

Endpoint

https://mcp.superoffice.com/mcp

Authentication

Clients authenticate via SuperOffice OpenID Connect. The server proxies OIDC to SuperOffice and requires a valid access token on every request.

Install as MCP bundle

Download the bundle and open it in any MCPB-compatible MCP client for one-click installation and automatic OAuth login.

Download SuperOffice MCP bundle (.mcpb)

Connect a client manually

Add this to your MCP client configuration (for example, Claude Desktop's mcpServers block):

{
  "mcpServers": {
    "superoffice": {
      "url": "https://mcp.superoffice.com/mcp"
    }
  }
}

How to connect

Step-by-step guides for connecting your AI client:

ChatGPT Claude Desktop Claude Code GitHub Copilot in VS Code Microsoft Copilot Studio

Tools