Skip to main content
This guide walks you through connecting your AI tool to Profound using our hosted MCP server.

Claude Code

1
Run this command in your terminal:
2
Use /mcp in Claude Code to confirm the server is installed and complete any authentication flow if prompted.
  • --scope local installs the server only for the current project
  • --scope project shares the configuration with your team in the project
  • --scope user installs the server across your projects
For more details, see Claude Code MCP Installation Scopes.

Claude Desktop

1
Open Settings -> Connectors in Claude Desktop.
2
Click Add Custom Connector and enter the server URL:
3
Save the connector and complete any authentication flow if prompted.
Remote MCP servers in Claude Desktop are configured through Settings -> Connectors, not through claude_desktop_config.json.

Cursor

1
Open Cursor Settings -> Tools & MCPs -> New MCP Server.
2
Add the following configuration:
3
Save changes to the config.
4
Open Cursor Settings -> Tools & MCPs -> New MCP Server.
5
Look for the profound MCP server entry, click the Connect button, and complete any authentication flow if prompted.

OpenCode

Add Profound MCP to your OpenCode config:
If OpenCode prompts for authentication, run opencode mcp auth profound.

VS Code

1
Create a .vscode/mcp.json file in your workspace:
2
Open the Command Palette and run MCP: List Servers.
3
Start the Profound server and complete any authentication flow if prompted.

Windsurf

1
Open Windsurf Settings and search for MCP.
2
Open the raw mcp_config.json file and add the following configuration:
3
Save the configuration and restart Windsurf.

Other Tools

JSON Configuration Format

Most MCP clients accept a JSON configuration.

Troubleshooting

Authentication Issues

If your client prompts for authentication and the connection fails, try restarting the client and reconnecting. If your client offers a disconnect option for MCP servers, disconnect the existing connection and try again. If you need a long-lived credential instead of the OAuth flow, see Authentication for the Bearer token (API key) alternative.