- Writio - LinkedIn AI Post Writer, Scheduler & Analytics
Writio - LinkedIn AI Post Writer, Scheduler & Analytics
AI-native LinkedIn content creation, scheduling, and analytics — powered by Model Context Protocol.
Connect Writio to Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI client to manage your entire LinkedIn workflow through natural language.
What You Can Do
- Draft posts — "Write a LinkedIn post about remote work trends"
- Generate hooks — "Give me 5 hooks for a post about AI in marketing"
- Generate hashtags — "What hashtags should I use for my startup funding post?"
- Build carousels — "Create a carousel about 5 leadership lessons" (Pro)
- Enhance posts — "Make this post more conversational and add a CTA"
- Get AI feedback — "Analyze my draft and tell me how to improve it"
- Schedule posts — "Schedule my latest draft for the next available slot"
- Publish instantly — "Post this to LinkedIn right now"
- Check analytics — "How did my posts perform this week?"
- Manage company pages — "List my organizations" / "Post this as my company page"
- Get inspirations — "Show me trending content ideas for my niche"
Quick Start
- Sign up free at writio.ai and connect your LinkedIn account
- Go to Settings → API Access to generate your token
- Add the server config to your MCP client
Available Tools (23)
Content Creation: create_draft, generate_hooks, generate_hashtags, generate_carousel, enhance_post, get_post_feedback
Post Management: list_posts, get_post
Scheduling & Queue: schedule_post, post_now, list_queue, get_next_slot, get_schedule, retry_failed_post
Analytics: get_dashboard, get_analytics, get_followers, get_usage
Company Pages: list_organizations, get_org_analytics
Inspirations: get_inspirations, use_inspiration_as_draft
Requirements
- Node.js 18+
- A Writio account (free tier available)
- LinkedIn account connected in Writio
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"
}
}
}
}