Install
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: passprompt 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.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
Source Code
The MCP server is published on npm as outx-mcp-server. Version 1.8.0 (2026-08-28) addslist_watchlists, member editing on people and company watchlists, labels=default on get_posts, and failure reasons on task status.

