TalkToHumans MCP
官方安全搜尋您的 LinkedIn 網絡與對話,以尋找溫暖的潛在客戶、介紹人、合作夥伴、候選人及機會。
你可以用 TalkToHumans MCP 做什麼?
- 列出 LinkedIn 帳號與聯絡人 — 請助理透過
linkedin_list_accounts和linkedin_list_contacts顯示已連結的帳號或網路聯絡人。 - 匯入與豐富化個人檔案 — 請助理使用
linkedin_import_contact從個人檔案網址匯入聯絡人,或使用linkedin_enrich_profile豐富化個人檔案與公司資料。 - 管理對話與草稿 — 可要求列出對話、擷取訊息串,或使用
linkedin_list_conversations和linkedin_create_message_draft草擬外聯訊息。 - 追蹤與摘要外聯活動 — 透過
activity_list和activity_summary取得回覆、接受率與範本成效的報告。
文件
MCP
將 AI 用戶端連線到您的 LinkedIn 資料
TalkToHumans MCP 讓 AI 用戶端(例如 Claude Cowork、Claude Code、Codex 或 Cursor)能安全地與您的 LinkedIn 工作區資料互動。
它專為需要即時存取工作區資料、並能受惠於結構化工具輸出的 AI 代理程式所設計。
伺服器:
https://api.talktohumans.app/mcp
安裝方式
Claude Code
在終端機中執行:
claude mcp add --transport http talktohumans https://api.talktohumans.app/mcp
然後在 Claude Code 中執行 /mcp 進行驗證,並依照登入流程操作。
Codex
在終端機中執行:
codex mcp add talktohumans --url https://api.talktohumans.app/mcp
codex mcp login talktohumans
Claude(網頁版)
- 前往 claude.ai/settings/integrations
- 點擊 Add custom connector
- 輸入名稱「TalkToHumans」,並貼上遠端 MCP 伺服器 URL:
https://api.talktohumans.app/mcp
- 接著在連接器清單中點擊 Connect
開始新的對話,TalkToHumans 的工具就會出現在工具選單中。
Claude App(MacOS / Windows)
- 開啟 Settings > Connectors 或 Customize > Connectors
- 點擊 Add Connector 並輸入 URL:
https://api.talktohumans.app/mcp
- 完成登入流程以連結您的 TalkToHumans 帳戶
ChatGPT(網頁版)
- 在 ChatGPT 中,前往 Settings > Apps > Create
- 輸入名稱「TalkToHumans」並貼上 URL:
https://api.talktohumans.app/mcp
- 點擊 Create 並完成 OAuth 流程以連結您的 TalkToHumans 帳戶
Cursor
{
"mcpServers": {
"talktohumans": {
"url": "https://api.talktohumans.app/mcp"
}
}
}
VS Code
{
"servers": {
"talktohumans": {
"type": "http",
"url": "https://api.talktohumans.app/mcp"
}
}
}
新增伺服器後,請在用戶端完成 OAuth 流程。連線的使用者必須屬於具備 TalkToHumans API 存取權限的工作區。
試用產品工作流程
使用您的 AI 用戶端尋找聯絡人、草擬外聯訊息,並建立團隊報告。可用的 MCP 工具
帳戶與聯絡人
`linkedin_list_accounts`列出已連線到工作區的 LinkedIn 帳戶。
`linkedin_list_contacts`
列出人脈網絡與匯入的 LinkedIn 聯絡人。
`linkedin_import_contact`
從會員個人檔案 URL 匯入 LinkedIn 聯絡人。
`linkedin_enrich_profile`
豐富聯絡人個人檔案及其主要公司的資料。
`linkedin_create_contact_view`
建立篩選至特定聯絡人群組的檢視。
`linkedin_update_contact`
更新 LinkedIn 聯絡人的標籤與備註。
對話
`linkedin_list_conversations`列出 LinkedIn 對話。
`linkedin_get_conversation_messages`
取得 LinkedIn 對話中的訊息。
`linkedin_create_message_draft`
為聯絡人草擬訊息或連線邀請備註。
活動與報告
`activity_list`列出 LinkedIn 活動以供報告使用。
`activity_summary`
摘要外聯、回覆、接受率與範本成效。