> 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

Integrate Talordata MCP Server with Cursor to give AI agents access to real-time SERP data and structured search results.

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="https://1563576391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8nDscYLNSmSnujUsW4Dv%2Fuploads%2FsHa9lwPvZ7NKcGzxvZZk%2FImage1.png?alt=media&amp;token=a428fb25-4bdd-4ac9-9a4e-8cdd35a9402c" alt=""><figcaption></figcaption></figure>

Then you need to take a look at:

<div align="left"><figure><img src="https://1563576391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8nDscYLNSmSnujUsW4Dv%2Fuploads%2F2ScHyX2myoVVw1upqo2r%2Fimage.png?alt=media&amp;token=33bf817c-cfe8-481a-9a90-e25a1a78f9c1" 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).
