Skip to main content
Skip the dashboard. With our remote MCP server, your agent can manage your Outseta account and analyze your business data directly. The server is available at:
https://mcp.outseta.com

Install MCP server

Pick your client below for setup instructions.
Add the MCP server using the command line:
claude mcp add --scope project --transport http outseta https://mcp.outseta.com
Alternatively, add this configuration to .mcp.json:
{
  "mcpServers": {
    "outseta": {
      "type": "http",
      "url": "https://mcp.outseta.com"
    }
  }
}
After configuring the MCP server, you need to authenticate. In a regular terminal (not the IDE extension) run:
claude /mcp
Select the outseta server, then Authenticate to begin the authentication flow.Need help? View Claude Code docs
AuthenticationSome MCP clients will automatically prompt you to log in during setup, while others require the manual step above. Either way, a browser window opens where you can log in to your Outseta account and grant the MCP client access.No personal access token or API key is required — authentication is handled through your Outseta login.