Connecting the Semrush MCP to your AI tools takes just a few minutes. Follow the setup instructions for your specific platform below.
ChatGPT
- In ChatGPT, navigate to Account → Settings → Apps
- Find and select Semrush
- Click Connect to enable the app
- In the modal, click Continue
- Review the access details on the permission screen, then click Approve
To use the Semrush app within ChatGPT chats, tag it directly as @Semrush in your prompts.

Claude
- Open Claude and navigate to Settings → Connectors → Add custom connector
-
Name the connector and add the Semrush MCP server URL: https://mcp.semrush.com/v1/mcp
- Save the changes

Claude Code
- Open your terminal and run this command: claude mcp add semrush https://mcp.semrush.com/v1/mcp -t http
- Open Claude Code and run the /mcp command
- Select Semrush MCP from the list of MCP integrations
- Select Authenticate
Cursor
- Open Cursor and go to Settings → Cursor Settings → Tools & MCP
- Add the following Semrush MCP configuration to your Cursor MCP settings:
{ "mcpServers": { "semrush": { "url": "https://mcp.semrush.com/v1/mcp" } } } - Save the changes
VS Code
- Create a .vscode/mcp.json file in your VS Code workspace
- Add the following MCP configuration to the file:
{ "servers": { "semrush": { "url": "https://mcp.semrush.com/v1/mcp", "type": "http" } } } - Save the changes