> 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-desktop-integration.md).

# Claude Desktop Integration

Connect Claude Desktop to the TalorData MCP server to enable real-time web searches, data scraping, and access to structured data. Over 60 tools are available.

### Hosted MCP

{% stepper %}
{% step %}

#### Get your API token

* Go to [SERP API-API Token](https://dashboard.talordata.com/scraping/serp-api/api-token/) to create an API token.
* Copy your API token (format as: `sk_7qBRe***************************`）

{% endstep %}

{% step %}

#### Configure your MCP server

* Open Claude Desktop
* Go to: Settings → Developer options → Edit configuration
* Add this to your `claude_desktop_config.json`：

```
{
  "mcpServers": {
    "TalorData": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.talordata.net/YOUR_API_TOKEN_HERE/mcp"
      ]
    }
  }
}
```

* `Replace YOUR_API_TOKEN_HERE`Use the actual API token you obtained in Step 1.
* Save and restart Claude Desktop

{% endstep %}

{% step %}

#### Testing to see if it works.

* Ask your AI: "Can you use Google to search for 'today's weather'?"
* Claude will ask for permission—click "Allow".
* You should be able to see results!
  {% 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 %}
