> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/integration/mcp-integration/cursor-mcp-server-integration.md).

# Cursor MCP Server Integration

Connect Cursor IDE to the TalorData MCP server (featuring over 30 engines) to enable web search and scraping capabilities for the AI ​​coding assistant.

### Hosted MCP

Before you begin, please ensure you have the following items ready:

* [Node.js](https://nodejs.org/en/download) Installed and the latest version
* [TalorData account](https://www.talordata.com/) (New users receive a free trial credit; subsequent usage is pay-as-you-go.)
* [SERP API-API Token](https://dashboard.talordata.com/scraping/serp-api/api-token/) page's API Token

#### Basic Configuration

Go to "<kbd>Cursor</kbd>" -> <kbd>click the gear icon</kbd> -> "<kbd>Tools and Integrations</kbd>" -> "<kbd>Add Custom MCP</kbd>" -> add the following:

```
{
    "mcpServers": {
    "talor-serp": {
      "url": "https://mcp.talordata.net/API_TOKEN/mcp"
    }
    }
}
```

<figure><img src="/files/BbS2SZDBdPw1tXZ2fpf4" alt=""><figcaption></figcaption></figure>

Then you need to take a look at:

<div align="left"><figure><img src="/files/YhwMPM4FPqd8BYKZGnLT" alt=""><figcaption></figcaption></figure></div>

#### Monitor usage

View your API usage in the [TalorData SERP API usage logs](https://dashboard.talordata.com/scraping/serp-api/history).
