HomeCommunication › GTM API: LinkedIn MCP Server

GTM API: LinkedIn MCP Server

Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

TypeScript Remote
★ 90 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.gtm-api.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http linkedin-mcp https://mcp.gtm-api.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "linkedin-mcp": {
      "url": "https://mcp.gtm-api.com/mcp"
    }
  }
}

Package (npm 1.1.0)

npx -y @gtm-api/linkedin-mcp@1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "linkedin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gtm-api/linkedin-mcp@1.1.0"
      ],
      "env": {
        "GTM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GTM_API_KEY required secret — API key from app.gtm-api.com (7-day trial). The launcher sends it as the Authorization Bearer to the hosted endpoint.

Related servers

Data from the Official MCP Registry