MCP Store

Browse and connect to pre-built MCP servers from the marketplace.

The MCP Store is a marketplace of pre-built MCP servers you can connect to your workflows. Browse available integrations, filter by category, and connect with one click.

  1. Open the sidebar menu
  2. Click Gateway to expand
  3. Select MCP Store

Store Features

Search & Filter

  • Search: Find servers by name or description
  • Categories: Filter by type (fetch, gsuite, hubspot, etc.)
  • Provider Types: Filter by auth requirement
  • Tags: Filter by functionality tags

MCP Store Fig : MCP Store

Available Servers

ServerCategoryDescription
Fetchhttp, fetchMake HTTP requests to any URL
Gsuitegoogle, gsuiteGoogle Workspace integration (Drive, Sheets, Gmail, etc.)
Hubspothubspot-apiCRM, contacts, deals, marketing automation
Brave Searchbrave-searchWeb search capabilities
CalculatormathMathematical calculations
Sequential ThinkingthinkingStep-by-step reasoning tools

Connect an MCP Server

Step 1: Find the Server

  1. Browse or search for the server you need
  2. Review the description and available tools

Step 2: Click Connect

  1. Click the Connect button on the server card
  2. A configuration dialog will appear

Step 3: Select Profile

  1. Choose an existing profile from your configured providers
  2. Or create a new provider configuration first

Note:

You must configure a provider with the correct auth type before connecting. For example, Hubspot requires an API Key provider, Gsuite requires Google OAuth2.

Step 4: Configure Connection

FieldDescription
ProfileAuth profile to use
NameDisplay name for this connection
TransportConnection type (STDIO, SSE, WS, HTTP)

Step 5: Save & Test

  1. Click Save to create the connection
  2. The server will appear in My Servers
  3. Tools are automatically discovered and listed

MCP Server Connect Fig : MCP Store Choose Profile

MCP Server Connect Fig : MCP Store Start OAuth2 Flow

Bring Your Own MCP Server

Don't see the MCP server you need? Onboard your own custom server using the 5-step wizard.

  1. Click Bring MCP Server to your workflows card
  2. Complete the configuration wizard
  3. Server appears in My Servers when ready

Wizard Steps

① Basic Info → ② Security → ③ Connection → ④ Environment → ⑤ Review

Step 1: Basic Info

Server name and transport configuration.

FieldDescriptionExample
Server NameUnique identifiergsuite, linkedin, upstash
DescriptionWhat the server does"A MCP server for Google Suite"
Transport TypeConnection methodSTDIO, SSE, HTTP, WebSocket

Transport Types

TypeBest For
STDIOLocal development with direct process communication
SSERemote servers with streaming responses
HTTPStandard REST API endpoints
WebSocketReal-time bidirectional communication

Step 2: Security

Authentication configuration.

  • Select an existing Provider Profile or create new
  • Configure auth method (API Key, OAuth, Bearer, etc.)
  • Set required credentials

Step 3: Connection

Server connection details based on transport type.

TransportFields
STDIOCommand, Arguments, Working Directory
SSE/HTTPServer URL, Headers
WebSocketWebSocket URL

Step 4: Environment

Environment variables for the MCP server.

  • Add key-value pairs for configuration
  • Reference secrets from Config Management
  • Set runtime environment options

Step 5: Review

Review and generate configuration.

  • Verify all settings
  • Preview the generated config
  • Click Create to finish

Note:

Custom servers appear alongside store servers and can be shared within your workspace. They show in My Servers once configured with tools automatically discovered.

Server Categories

CategoryServersUse Cases
HTTP/FetchFetchAPI calls, webhooks
ProductivityGsuiteDocuments, email, calendar
CRMHubspotCustomer data, marketing
SearchBrave SearchWeb search, research
UtilitiesCalculatorMath operations
AI/ReasoningSequential ThinkingComplex reasoning

Best Practices

  • Start simple: Begin with servers that don't require auth (Calculator, Fetch)
  • Test first: Connect and test before using in production workflows
  • Scope access: Only connect servers you actually need
  • Review tools: Check available tools before connecting

Next: Manage Connections