Home › Communication › 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.
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_KEYrequired 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
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry