TalkToHumans MCP
officialSecurely search your LinkedIn network and conversations to find warm leads, intros, partners, candidates, and opportunities.
What can you do with Talk To Humans MCP?
- List connected LinkedIn accounts — See which LinkedIn accounts are linked to your workspace with
talktohumans_linkedin_list_accounts. - Search contacts by filters — Find people by name, company, role, tag, location, or relationship state using
talktohumans_linkedin_search_contacts. - Search your network — Look up only your connected LinkedIn contacts via
talktohumans_linkedin_search_network. - Search conversations — Locate LinkedIn or Sales Navigator threads by contact or participant tag with
talktohumans_linkedin_search_conversations. - Retrieve message history — Get the full message list for a specific conversation using
talktohumans_linkedin_get_conversation_messages. - Update a contact — Modify a contact's details, tags, and notes through
talktohumans_linkedin_update_contact.
Documentation
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.
MCP tools available
| Tool | Purpose |
|---|---|
talktohumans_linkedin_list_accounts | See which LinkedIn accounts are connected. |
talktohumans_linkedin_search_contacts | Find people by name, company, role, tag, location, or relationship state. |
talktohumans_linkedin_search_network | Find connected LinkedIn contacts only. |
talktohumans_linkedin_search_conversations | Find LinkedIn or Sales Navigator threads by contact or participant tag. |
talktohumans_linkedin_get_conversation_messages | List message history for a specific conversation. |
talktohumans_linkedin_create_contact_view | Creates a contact list/view filtered by specific contacts. |
talktohumans_linkedin_update_contact | Update a specific contact's details, including tags and notes. |
talktohumans_linkedin_enrich_profile | Enrich a LinkedIn member profile and its primary company in TalkToHumans. |