Draft, schedule, publish, and analyze LinkedIn posts with AI. Create hooks, carousels, hashtags, and manage company pages — all from Claude, Cursor, or any MCP client.
Overview
Sign up free at writio.ai, then go to Settings → API Access to get your token. Supports 23 tools: draft posts, generate hooks, hashtags, carousels, enhance posts, get AI feedback, schedule, publish instantly, analytics, company page management, and content inspirations.
Server Config
{
"mcpServers": {
"writio": {
"command": "npx",
"args": [
"-y",
"@writio/mcp-server"
],
"env": {
"WRITIO_API_TOKEN": "<your_token_here> // Sign up free at writio.ai → Settings → API Access"
}
}
}
}