TalkToHumans MCP
resmiCari jaringan dan percakapan LinkedIn Anda dengan aman untuk menemukan prospek hangat, perkenalan, mitra, kandidat, dan peluang.
Apa yang bisa Anda lakukan dengan Talk To Humans MCP?
- List linked accounts — Retrieve all LinkedIn accounts connected to your workspace with
linkedin_list_accounts. - Manage contacts — List, import, enrich, update, or create filtered views of your LinkedIn contacts using
linkedin_list_contacts,linkedin_import_contact,linkedin_enrich_profile,linkedin_update_contact, andlinkedin_create_contact_view. - Review conversations — List LinkedIn conversations and retrieve their messages with
linkedin_list_conversationsandlinkedin_get_conversation_messages. - Draft outreach — Create a message draft or connection request note for a contact via
linkedin_create_message_draft. - Analyze activity — List and summarize LinkedIn outreach activity, including replies, acceptance rates, and template performance with
activity_listandactivity_summary.
Dokumentasi
MCP
Connect AI clients to your LinkedIn data
The TalkToHumans MCP lets AI clients (like Claude Cowork, Claude Code, Codex, or Cursor) securely interact with your LinkedIn workspace data.
It is designed for AI agents that need real-time access to workspace data and can benefit from the structured tool outputs.
Server:
https://api.talktohumans.app/mcp
How to install
Claude Code
In a terminal, run:
claude mcp add --transport http talktohumans https://api.talktohumans.app/mcp
Then authenticate by running /mcp in Claude Code and following the sign-in flow.
Codex
In a terminal, run:
codex mcp add talktohumans --url https://api.talktohumans.app/mcp
codex mcp login talktohumans
Claude (Web)
- Go to claude.ai/settings/integrations
- Click Add custom connector
- Enter the name "TalkToHumans" and paste the remote MCP server URL:
https://api.talktohumans.app/mcp
- Then click Connect in the connectors list
Start a new chat and TalkToHumans's tools will appear in the tools menu.
Claude App (MacOS / Windows)
- Open Settings > Connectors or Customize > Connectors
- Click Add Connector and enter the URL:
https://api.talktohumans.app/mcp
- Complete the sign-in flow to connect your TalkToHumans account
ChatGPT (Web)
- In ChatGPT, go to Settings > Apps > Create
- Enter the name "TalkToHumans" and paste the URL:
https://api.talktohumans.app/mcp
- Click Create and complete the OAuth flow to connect your TalkToHumans account
Cursor
{
"mcpServers": {
"talktohumans": {
"url": "https://api.talktohumans.app/mcp"
}
}
}
VS Code
{
"servers": {
"talktohumans": {
"type": "http",
"url": "https://api.talktohumans.app/mcp"
}
}
}
After adding the server, complete the OAuth flow in the client. The connected user must belong to a workspace with TalkToHumans API access.
Try a product workflow
Find contacts, draft outreach, and build team reports with your AI client.MCP tools available
Accounts and contacts
`linkedin_list_accounts`List the LinkedIn accounts connected to the workspace.
`linkedin_list_contacts`
List network connections and imported LinkedIn contacts.
`linkedin_import_contact`
Import a LinkedIn contact from a member profile URL.
`linkedin_enrich_profile`
Enrich a contact profile and its primary company.
`linkedin_create_contact_view`
Create a view filtered to a specific set of contacts.
`linkedin_update_contact`
Update a LinkedIn contact's tags and notes.
Conversations
`linkedin_list_conversations`List LinkedIn conversations.
`linkedin_get_conversation_messages`
Get the messages in a LinkedIn conversation.
`linkedin_create_message_draft`
Draft a message or connection request note for a contact.
Activity and reporting
`activity_list`List LinkedIn activity for reporting.
`activity_summary`
Summarize outreach, replies, acceptance rates, and template performance.