LiGo MCP is the first Claude + ChatGPT integration designed specifically for LinkedIn creators.
It gives your AI assistant access to your actual post history - so it can analyze what’s working, suggest what to write next, rewrite in your tone, and even publish or schedule posts for you.
MCP runs through a simple runner setup and supports both Claude’s desktop app and ChatGPT’s Custom GPTs. You can see it live on LiGo’s leaderboard (https://ligo.ertiqah.com/mcp-leaderboard), every post made via MCP appears there, fully attributed.
Use this to:
- Build a LinkedIn-native content engine
- Skip prompt engineering — just talk
- Generate smarter, on-brand content
- Schedule posts without opening another tab
Set it up once. Use it every day.
Server Config
{
"mcpServers": {
"linkedin": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-runner"
],
"env": {
"LINKEDIN_MCP_API_KEY": "<YOUR_API_KEY> (fetch from ligo.ertiqah.com/integrations/claude"
}
}
}
}