Connect LinkedIn to Claude
Veezee is a hosted LinkedIn MCP server: paste one URL into Claude and Claude gets LinkedIn people search, full profiles, companies, and posts as tools. Nothing to install, no LinkedIn login, and trying it is free.
Add it to claude.ai#
- Open Settings, then Connectors, then Add custom connector.
- Paste this URL:
https://mcp.veezee.io/linkedin?src=connect-lp - Ask Claude to look up a public LinkedIn profile URL and summarize the person's experience.
That URL carries the LinkedIn tools. Paste https://mcp.veezee.io/all?src=connect-lp instead to add Reddit and X tools over the same connection.
Using Claude Code?#
claude mcp add --transport http veezee "https://mcp.veezee.io/all?src=connect-lp"
Cursor, ChatGPT, VS Code, and the other MCP clients are covered in /docs/clients.
What Claude can do once connected#
- Search people by title, company, school, or location (
linkedin_search_people). - Fetch a full profile with experience and education from a URL, slug, or name (
linkedin_get_profile). - Look up a company's size, industry, and page posts (
linkedin_get_company,linkedin_get_posts).
Ask in plain words: "prep me for my next call with this profile URL", "who runs data engineering at this company", "what did their company page post this month".
What it costs#
Trying it is free: 200 credits a day, no card, no signup. Adding your email claims a one-time 10,000-credit grant. After that it is pay as you go at $2 per 1,000 credits; a profile fetch costs 4 credits, a people search 10 credits. Failed calls refund automatically. Full price list: /pricing.
Common questions#
Does it touch my LinkedIn account? No. It does not ask for your LinkedIn login or cookies, and there is no browser extension. Claude reads public LinkedIn data through Veezee's managed API.
What are the free limits? A free connection searches up to 10 results per call, returns the first page only, and serves cached data. Paid credits raise the search limit to 30 and unlock pagination and realtime fetches.
What is an MCP server? The standard way to give tools to Claude and other AI assistants. You paste a URL once; the assistant discovers the tools by itself.
Full reference: /docs. Agent-first setup: /agent-setup.