Skip to Content
MCP ServersOfficial vs Custom

Official vs Custom MCP Servers

auxilia supports two categories of MCP servers: official (pre-configured) and custom (user-registered).

Official MCP Servers

Official servers are pre-configured in auxilia with their URLs, metadata, and OAuth capabilities. They appear in a dedicated section on the MCP Servers page with an Install button.

Currently available official servers include:

ServerAuth TypeOAuth Method
NotionOAuth 2.0DCR
AtlassianOAuth 2.0DCR
LinearOAuth 2.0DCR
SentryOAuth 2.0DCR
StripeOAuth 2.0DCR
CanvaOAuth 2.0DCR
IntercomOAuth 2.0DCR
SupabaseOAuth 2.0DCR
HubSpotOAuth 2.0Static credentials
GitHubOAuth 2.0Static credentials
BigQueryOAuth 2.0Static credentials

When you install an official server, auxilia creates a workspace MCP server entry with the correct URL and authentication configuration.

DCR Servers

Servers that support Dynamic Client Registration (DCR) handle OAuth automatically. When you click Connect, auxilia registers itself as an OAuth client with the MCP server on the fly. No client ID or secret is needed from you.

Static Credential Servers

Some servers (HubSpot, GitHub, BigQuery) require you to register an OAuth app yourself and provide the client ID and secret. See the setup examples for step-by-step guides.

Custom MCP Servers

You can add any remote MCP server by providing its URL. Click Add MCP Server and fill in:

FieldRequiredDescription
URLYesThe MCP server endpoint (must support SSE)
NameYesDisplay name in the UI
DescriptionNoBrief description of what the server provides
Icon URLNoURL to an icon for the server card
Auth TypeYesNone, API Key, or OAuth 2.0

When to Use Custom Servers

  • Self-hosted MCP servers within your infrastructure
  • MCP servers not yet in the official list
  • Servers requiring specific authentication configurations
Last updated on