Connect MCP server

Every server in the MCPs catalog (and any external tool that exposes an MCP server) connects through the same wizard. The process has three steps: Connection → Select tools → Done.

You can reach this wizard from two places, and the result is the same:

  • The main Integrations page — by clicking one of the catalog cards (Shopify, Notion, GitHub…), which open the wizard with their ready-made preset.
  • Functions → MCPs — from the Quick connectors (the same presets) or with "New MCP" for any other server.

You can start from a preset (which preloads most of the configuration) or use "Other provider" to configure the connection manually.


Step 1: Connection

Option A: Use a catalog preset

When you pick a featured app (for example, Shopify), the wizard preloads the name, description, and MCP server URL, and shows you a "How it connects" box with that provider's specific instructions.

For Shopify you only need to fill in your store subdomain (what appears before .myshopify.com); the server URL is built automatically from that.

Option B: Other provider

If the tool you want isn't in the catalog, click "Other provider" (top-right corner) to configure the connection manually.

Connection fields

FieldDescription
NameHow you'll identify this integration within Platica.
DescriptionA short note about what the integration is for (optional).
MCP server URLThe address of the MCP server you'll connect to. Presets fill it in for you; with "Other provider" you enter it manually.
AuthenticationThe method Platica uses to authenticate with the server.
Additional headersExtra HTTP headers the server may require (optional).

Authentication methods

The right method depends on each server; the preset's "How it connects" box tells you which one to use.

MethodWhen to use it
No authThe server is public or offers a free tier with no credentials (for example, Shopify's Storefront MCP or Exa on its free tier).
BearerThe server expects a bearer token. Useful for a Personal Access Token (for example, on GitHub).
API KeyThe server authenticates with an API key. When you pick it, you can set the header name and an optional prefix (for example, Authorization + Bearer, or a custom header like x-api-key). Some servers embed the key directly in the URL (like Browserbase).
OAuth 2.0The server uses the OAuth 2.0 authorization flow (common in Notion, Linear, or HubSpot).

Advanced configuration

Some servers need extra data that appears when you expand the "Advanced" section:

FieldWhat it's for
ScopeLimits the permissions the authorization will request (optional).
Client ID / Client SecretCredentials for your own OAuth App, required when the server doesn't support Dynamic Client Registration (GitHub, HubSpot, Asana, Salesforce…).

In addition, some servers adjust their scope through URL parameters or an extra header:

  • Supabase accepts ?project_ref=<your-ref> or ?read_only=true at the end of the URL to narrow access.
  • Wix requires an extra wix-account-id header with your Account ID.

When you've filled in the details, click "Connect and discover".


Step 2: Select tools

Platica connects to the MCP server and automatically discovers the tools it exposes. You'll see how many it found along with the server's identity (name, version, protocol, and transport).

Each tool appears with its name and a short description of what it does. They all come checked by default; the ones you leave selected will be installed in your workspace. For example, the Shopify server exposes:

ToolWhat it does
search_catalogSearches for products from the online store.
get_cartGets a cart (items, shipping, discounts, and checkout URL).
update_cartUpdates a cart: add or remove items, buyer info, shipping, discount codes, etc.
search_shop_policies_and_faqsLooks up the store's policies, products, or services.
get_product_detailsGets a product's details by its ID.

Once you've made your selection, click "Install N tools".


Step 3: Done

The integration is installed and its tools available in your workspace.

From here you can "Back to list" or go to "View details" of the server you just connected.


Manage a connected server

Clicking a server from the list opens its detail view, where you can monitor and manage the connection.

Connection information:

FieldDescription
URLThe MCP server's address.
AuthThe configured authentication method (No auth, Bearer, API Key, or OAuth 2.0).
Config IDInternal identifier for this configuration.
TransportThe transport used (Streamable HTTP).
ServerName and version of the MCP server.
Last syncDate and time Platica last synced the tools.

Other sections of the view:

  • StatisticsTool call activity over the last 24 hours, 7 days, or 30 days.
  • Tools — Which tools you have installed out of those the server exposes.
  • Logs — A record of the server's activity.

From this screen you can also Refresh the connection (to rediscover and resync the tools if the server changed) or Delete the integration entirely.