← SuperOffice MCP Server

Connect with Claude Code

Add the SuperOffice MCP Server to Claude Code.

Option 1 — User-level (all projects)

Run the following command to add the server for all projects:

claude mcp add --transport http --scope user superoffice https://mcp.superoffice.com/mcp

Then start Claude Code:

claude
  1. Run /mcp to list servers and find superoffice
  2. Authenticate when prompted
Claude Code — /mcp command showing SuperOffice server

Option 2 — Project-level (single project)

Navigate to your project:

cd /path/to/your/project

Run the following command to add the server for this project only:

claude mcp add --transport http --scope project superoffice https://mcp.superoffice.com/mcp

This creates or updates .mcp.json in the project root.

Start Claude Code:

claude
  1. Run /mcp and approve the project-scoped server when prompted
  2. Authenticate with SuperOffice credentials