Install
Setup
Claude Desktop
Add to~/Library/Application Support/Claude/claude_desktop_config.json:
Cursor
Add to.cursor/mcp.json in your project:
Claude Code
Add to.mcp.json in your project:
Available Tools
Watchlist Management
28 tools covering the full OutX API:Posts & Engagement
LinkedIn Data API
These tools wrap the async LinkedIn Data API. The MCP server handles polling automatically — you get the result directly.Example Prompts
Once connected, try these with your AI agent: Social listening:- “Create a watchlist to monitor LinkedIn posts about AI startups raising Series A”
- “Show me trending posts from my watchlists this week”
- “What are VPs posting about machine learning?”
- “Fetch the LinkedIn profile for williamhgates”
- “Get recent posts from this prospect’s profile”
- “Get company info and recent posts for OpenAI”
- “Search for VPs of Engineering at Google in the US”
- “Show me my most recently added connections”
- “Like the most engaging post about product management”
- “Comment ‘Great insights!’ on this post”
- “Send a message to this connection thanking them for connecting”
How It Works
The MCP server connects to the OutX API using your API key. When an AI agent calls a tool:- The server translates the tool call into an OutX API request
- For LinkedIn Data tools, it automatically submits the async task and polls until complete
- Results are returned as structured JSON the agent can reason about

