Cursor MCP Integration
Step-by-step guide of how to setup Similarweb MCP in Cursor
Cursor Setup
Step 1: Access MCP Settings
- Open Cursor
- Navigate to Settings → MCP & Integrations → New MCP Server
Step 2: Add Configuration
Paste the following configuration and replace your-api-key
:
{
"similarweb-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.similarweb.com/",
"--header",
"api-key: your-api-key"
]
}
}
Step 3: Verify Connection
- Save the configuration
- Restart Cursor
- Confirm the MCP server appears as connected in settings
Updated 1 day ago