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. The server runs locally, launched by your MCP client over stdio through npx. There is no hosted or remote endpoint for the OutX API, so there is no URL to point a client at. If your client offers to connect an OutX AI Docs MCP advertised from this site’s /.well-known, that is a different thing: Mintlify publishes it automatically and it only searches these documentation pages. It cannot create watchlists, read posts, or take any action on your account. For that, use outx-mcp-server locally as shown above.

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

33 tools covering the full OutX API. Both create modes live on one tool: pass prompt for AI mode or keywords for direct mode.

Posts, Engagement & Account

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 published on npm as outx-mcp-server. Version 1.8.0 (2026-08-28) adds list_watchlists, member editing on people and company watchlists, labels=default on get_posts, and failure reasons on task status.

Partnerships

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

Learn More