Skip to main content

Documentation Index

Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

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_create_contact_viewCreates a contact list/view filtered by specific contacts.
talktohumans_linkedin_update_contactUpdate a specific contact’s details, including tags and notes.