Add a third-party MCP server
To connect a third-party MCP server to Agent Builder:1
Navigate to MCP server settings
In the LangSmith UI, select Settings in the lower left sidebar, then choose the MCP Servers tab.
2
Add the server
Click Add server and enter:
- Name: A descriptive name for the server
- URL: The MCP server endpoint URL
3
Configure authentication
Select an authentication type based on the server’s requirements:
- Headers: Add key-value pairs sent with every request.
- OAuth 2.1 (Auto): Select this for servers that support OAuth via dynamic client registration. You’ll be prompted to log in with your account for that service.
- OAuth 2.1 (Manual): Select this for servers that support OAuth, but require specifying the client ID/secret beforehand. OAuth providers used in this flow must have PKCE enabled.
4
Save and verify
Click Save server. Agent Builder will discover available tools from the server.
Supported servers
Arcade
Arcade provides a gateway for connecting to various tools and services. Configuration details| Setting | Value |
|---|---|
| URL | Dynamic. Create an MCP gateway in your Arcade dashboard, select the tools you want, then copy the generated URL. |
| Auth type | Headers or OAuth 2.1 (Auto). See below for specific details. |
| Header | Value |
|---|---|
Authorization | Bearer ARCADE_API_KEY |
Arcade-User-Id | Your email address |
- Select OAuth 2.1 (Auto) as the auth type when adding the server.
- Log in with your Arcade account when prompted.
Parallel
Parallel provides search and task automation tools. Configuration details| Setting | Value |
|---|---|
| URL | https://search-mcp.parallel.ai/mcp |
| Auth type | Headers |
| Header | Value |
|---|---|
Authorization | Bearer PARALLEL_API_KEY |
Notion
Notion provides tools for interacting with your Notion workspace. Configuration details| Setting | Value |
|---|---|
| URL | https://mcp.notion.com/mcp |
| Auth type | OAuth 2.1 (Auto) |
- Select OAuth 2.1 (Auto) as the auth type when adding the server.
- Log in with your Notion account when prompted.