> 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/cn-tw/serp-api/integration/mcp-integration/claude-desktop-integration.md).

# Claude桌面集成

將Claude Desktop連接到TalorData MCP服務器，即可讓Claude進行實时網絡搜索、數據抓取和結構化數據訪問。 提供60多種工具。

### 託管 MCP

{% stepper %}
{% step %}

#### 獲取**您的 API 令牌**

* 前往 [SERP API-API Token](https://dashboard.talordata.com/scraping/serp-api/api-token/) 創建API Token
* 複製您的 API 令牌（格式如下：`sk_7qBRe***************************`）

{% endstep %}

{% step %}

#### 配寘您的 MCP 服務器

* 打開 Claude 桌面
* 前往：設定→開發者選項→編輯配寘
* 将此添加到您的`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`使用您在步驟 1 中獲取的實際 API Token
* 保存並重啓 Claude Desktop

{% endstep %}

{% step %}

#### 測試一下是否有效

* 問你的人工智能：“你能用 Google 搜索‘今天的天氣’嗎？”
* Claude會請求許可——點擊“允許”。
* 你應該能看到效果！
  {% endstep %}

{% step %}

#### 監控使用情况

在 TalorData [**SERP API-使用記錄**](https://dashboard.talordata.com/scraping/serp-api/history) 中查看您的 API 使用情况。

{% endstep %}
{% endstepper %}
