Skip to main content
The OutX MCP server lets AI agents interact with the full OutX API through the Model Context Protocol. Create watchlists, search posts, fetch profiles, and engage on LinkedIn, all via natural language prompts.

Install

Requires Node.js 18+ and an OutX API key. Get your key.

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.
LinkedIn Data tools require the OutX Chrome extension to be active within the last 48 hours.

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?”
Profile & company research:
  • “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”
Engagement & messaging:
  • “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:
  1. The server translates the tool call into an OutX API request
  2. For LinkedIn Data tools, it automatically submits the async task and polls until complete
  3. Results are returned as structured JSON the agent can reason about

Source Code

The MCP server is open source: github.com/outxai/outx-mcp-server

Partnerships

Interested in a collaboration or affiliate partnership? Reach out at support@outx.ai.

Learn More