120+ LinkedIn actions.
One connector.
The Curviate MCP server gives your agent LinkedIn as native tools. Add one connector to Claude, ChatGPT or Cursor and the model can search, message, publish and recruit through the LinkedIn account you connect. No wrapper code, no browser puppetry.
Curviate/curviate-mcpCurviate connects over Streamable HTTP, the quickest way in: paste one URL, nothing to install. Prefer to run it yourself? The local MCP client is open source on GitHub.
Connect Claude or ChatGPT in two steps.
One connector sits between your agent and LinkedIn. Paste a single URL, sign in, approve once. No code, no key to copy.
https://app.curviate.com/mcpCurviate signs you in, so there is no API key to copy. Approve once and your agent runs LinkedIn natively. Revoke access anytime from your dashboard.
AdvancedConnect with an API key instead
?token=cvt_live_YOUR_KEY to the URL. The transport is Streamable HTTP on the official MCP SDK, so any spec-conforming client connects. Your key is a full-access workspace credential, so keep it secret. Per-client walkthroughs live in the docs.Claude Code and Codex, one command.
The same connector, straight from your terminal. Run one command, approve in your browser, and your agent runs LinkedIn natively. No wrapper code, no SDK to install, no key to paste.
claude mcp add --transport http curviate https://app.curviate.com/mcp
codex mcp add --transport http curviate https://app.curviate.com/mcp
?token=cvt_live_YOUR_KEY to the URL. To run the client yourself, the open-source @curviate/mcp is developed in the open at github.com/Curviate/curviate-mcp, or drive the Curviate CLI directly with your key. Your key is a full-access workspace credential, so keep it secret.What can your agent do?
The platform behind the connector exposes 120+ LinkedIn actions, and the MCP server puts them in your agent's reach as intent-named tools: people and company search, messaging and inbox triage, posting and commenting, connection requests, jobs, Sales Navigator lead work and Recruiter pipelines, with 30+ actions dedicated to the two premium surfaces.
The full action inventory, honestly labelled: the LinkedIn actions catalogue.
Where MCP fits
| Curviate MCP | Browser-using agents | |
|---|---|---|
| Setup | One connector URL | Install and script a browser |
| Coverage | 120+ platform actions, scoped to your seat | Whatever the DOM allows today |
| Maintenance | Curviate maintains the surface | Breaks when the page changes |
| Fit | Chat and IDE agents (Claude, ChatGPT, Cursor) | Demos; unreliable for real operations |
| Time to first action | Paste one connector URL and start calling | Script a browser per site |
The connector fronts the REST API; developers embedding LinkedIn get the typed SDK, and terminal loops get the CLI.
Questions, answered
Yes. Curviate ships a hosted MCP server that exposes 120+ LinkedIn actions to any MCP-capable agent. You add https://app.curviate.com/mcp as a custom connector. Claude and ChatGPT sign you in with OAuth (no key to copy), while Cursor and other clients use your API key. The tools appear in your client scoped to what your connected account holds.
Add Curviate as a custom connector in Claude's settings using https://app.curviate.com/mcp, then click Approve on the Curviate screen that appears: sign in and approve once, no API key to copy. Connect a LinkedIn account in the Curviate dashboard and Claude sees LinkedIn tools natively: search, messaging, posting, invitations and more. ChatGPT uses the same OAuth flow; Cursor and other clients connect with your API key instead.
Streamable HTTP, on the official MCP SDK. Clients that cannot set an Authorization header can pass the API key as a ?token= query parameter. Sessions are stateful with a session ID issued at initialization, per the MCP specification.
If your seat carries the premium, yes: the toolset adapts to the connected account, and 30+ actions across the platform are dedicated to Sales Navigator and Recruiter. Without the premium, those tool groups stay out of your agent's list instead of failing at call time.