> 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/claude-code-mcp-server-integration.md).

# Claude Code MCP Server Integration

Connect Claude Code to the TalorData MCP server (featuring over 60 tools) using a single installation command to equip your coding agent with real-time web search and scraping capabilities.

{% stepper %}
{% step %}

#### Quick Installation

To integrate TalorData into Claude Code, simply copy the following command into your terminal:

```
claude mcp add talordata --transport http talordata https://mcp.talordata.net/YOUR_USER_TOKEN/mcp
```

{% endstep %}

{% step %}

#### Verification

Run the following command to verify the integration:

```
claude mcp list
```

You should see the following output, confirming a successful connection:

```
talordata: https://mcp.talordata.com/YOUR_API_TOKEN/mcp - ✓ C
```

{% endstep %}

{% step %}

#### Monitor usage

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

{% endstep %}
{% endstepper %}
