Skip to main content

Overview

Claude Code is Anthropic’s CLI for developers. It provides built-in commands for managing MCP servers.
For complete Claude Code MCP documentation, see the official MCP guide.

Setup

The fastest way to get your configuration is directly from the StackOne dashboard — it generates a ready-to-paste claude mcp add command. See Connect from Dashboard.
1

Get your MCP URL from the dashboard

  1. Go to Connectors in the left nav and open the connector you want to use
  2. Click Use Connector in the top right
  3. On the Use tab, click MCP Server under “Use with Agent Client”
  4. Select a linked account from the dropdown
  5. Choose Claude Code as the client
  6. Copy the generated command
The command uses a single token URL — no API key encoding required.
The token expires after one year. Regenerate it at any time using the refresh button in the MCP tile.
2

Add StackOne MCP Server

Run the command from the dashboard in your terminal. It looks like this:
Use short names for easier CLI usage: gsheets, slack, hubspot-sales. You can prefix with stackone- or s1- if you have other MCP servers, but it’s not required.
If you prefer to use your API key and account ID directly, set your encoded API key as an environment variable first:
Then add the server:
3

Verify Connection

Check the server status:
claude mcp list output showing multiple connected MCP servers

Screenshots show 'stackone-' prefix — this is optional.

Within a Claude Code session, use the /mcp command to view server details and available tools:
Claude Code /mcp command showing server details including status, URL, capabilities and tool count
Select “View tools” to browse available operations:
Claude Code /mcp command showing list of available tools for googlesheets server

Adding Multiple Accounts

Get a separate token for each account from the dashboard, then add them as distinct servers:

Scope Options

Control where the configuration is stored: Example with user scope (available across all projects):

Management Commands

Programmatic Integration

For programmatic integration with Anthropic’s Claude API, see the Anthropic SDK Framework Guide.

Next Steps

Claude Desktop

Set up MCP in the Claude Desktop app

Authentication Guide

Configure authentication and security