Skip to main content
Connect third-party MCP servers to give your agent access to external services like Notion, databases, and more.
Looking to connect your own backend as an MCP server? See Server-Side MCP instead. This page is for connecting external MCP servers you don’t control.
What are MCP tools? MCP is an open standard that lets AI agents connect to external services. By adding an MCP server, your Crow agent gains access to all tools that server exposes—no custom code required.
Example use cases:
  • Connect a database MCP server so your agent can query customer data
  • Add a CRM server so your agent can look up and update contacts
  • Integrate internal APIs that already have MCP endpoints

Add a Server

  1. Go to Integration
  2. Click Add Server
  3. Fill in:
FieldDescription
Server NameFriendly name (e.g., customer-api)
Server URLMCP endpoint URL
TransportStreamable HTTP (recommended) or SSE
HeadersOptional auth headers (Key: Value)
  1. Click Test Connection
  2. Save

Managing Servers

  • Enable/Disable — Toggle without removing
  • View Tools — Expand to see available tools
  • Edit — Change URL, transport, headers
  • Delete — Remove entirely

Configuring Tools

After connecting, go to Actions to enable or disable individual tools for your agent. Only enabled tools will be available when your agent responds to users.

Pre-built Integrations

Notion — Connect via Knowledge BaseNotion (uses MCP under the hood) Coming soon: Slack, GitHub, Google Drive

Troubleshooting

IssueSolution
Connection failedVerify URL, check headers, try other transport
Tools not appearingExpand server to trigger discovery
Agent not using toolsEnable in Actions, test in Sandbox