TalkToHumans MCP

official

Securely 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)

  1. Go to claude.ai/settings/integrations
  2. Click Add custom connector
  3. Enter the name "TalkToHumans" and paste the remote MCP server URL:
https://api.talktohumans.app/mcp
  1. 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)

  1. Open Settings > Connectors or Customize > Connectors
  2. Click Add Connector and enter the URL:
https://api.talktohumans.app/mcp
  1. Complete the sign-in flow to connect your TalkToHumans account

ChatGPT (Web)

  1. In ChatGPT, go to Settings > Apps > Create
  2. Enter the name "TalkToHumans" and paste the URL:
https://api.talktohumans.app/mcp
  1. 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

ToolPurpose
talktohumans_linkedin_list_accountsSee which LinkedIn accounts are connected.
talktohumans_linkedin_search_contactsFind people by name, company, role, tag, location, or relationship state.
talktohumans_linkedin_search_networkFind connected LinkedIn contacts only.
talktohumans_linkedin_search_conversationsFind LinkedIn or Sales Navigator threads by contact or participant tag.
talktohumans_linkedin_get_conversation_messagesList message history for a specific conversation.
talktohumans_linkedin_create_contact_viewCreates a contact list/view filtered by specific contacts.
talktohumans_linkedin_update_contactUpdate a specific contact's details, including tags and notes.
talktohumans_linkedin_enrich_profileEnrich a LinkedIn member profile and its primary company in TalkToHumans.