MCP server for OutX — connect AI agents to LinkedIn social listening & data API. 20 tools for watchlists, post search, profile fetching, and engagement.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"outx-mcp-server": {
"command": "npx",
"args": [
"-y",
"outxai/outx-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add outx-mcp-server npx -y outxai/outx-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"outx-mcp-server": {
"command": "npx",
"args": [
"-y",
"outxai/outx-mcp-server"
]
}
}
}
📋 Copy