LinkedIn-native AI content creation, scheduling & analytics via MCP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"writio": {
"env": {
"WRITIO_API_TOKEN": "your-token-here"
},
"args": [
"-y",
"@writio/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-native LinkedIn content creation, scheduling, and analytics — powered by Model Context Protocol.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / writing
DataForSEO API modelcontextprotocol server
【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights.
AI prompt optimization for 58+ platforms across 7 categories with custom platforms
MCP Security Weekly
Get CVE alerts and security updates for io.github.alexlarcheveque/writio and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Sign up for free at writio.ai and connect your LinkedIn account.
Go to Writio → Settings → API Access to generate a token.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"writio": {
"command": "npx",
"args": ["-y", "@writio/mcp-server"],
"env": {
"WRITIO_API_TOKEN": "your-token-here"
}
}
}
}
Add to your .cursor/mcp.json:
{
"mcpServers": {
"writio": {
"command": "npx",
"args": ["-y", "@writio/mcp-server"],
"env": {
"WRITIO_API_TOKEN": "your-token-here"
}
}
}
}
Any MCP-compatible client can connect using:
{
"command": "npx",
"args": ["-y", "@writio/mcp-server"],
"env": {
"WRITIO_API_TOKEN": "your-token-here"
}
}
| Tool | Description |
|---|---|
create_draft | Create a new LinkedIn post draft (supports personal & company pages) |
generate_hooks | Generate 5 attention-grabbing hooks for a topic |
generate_hashtags | Generate 20-30 relevant hashtags optimized for reach |
generate_carousel | Generate a complete carousel structure (Pro) |
enhance_post | Remix/rewrite a post with tone, style, and formatting improvements |
get_post_feedback | Get AI feedback on hook quality, clarity, hashtags, and more |
| Tool | Description |
|---|---|
list_posts | List posts filtered by status (draft/scheduled/published) |
get_post | Get full details of a specific post |
| Tool | Description |
|---|---|
schedule_post | Schedule a post for the next available time slot |
post_now | Immediately publish a post to LinkedIn |
list_queue | List upcoming scheduled posts in the queue |
get_next_slot | Get the next available posting time |
get_schedule | View your weekly posting schedule |
retry_failed_post | Retry a failed scheduled post |
| Tool | Description |
|---|---|
get_dashboard | Overview of posts, usage, and LinkedIn connection status |
get_analytics | Detailed engagement metrics (impressions, likes, comments, reshares) and best posting times |
get_followers | Current LinkedIn follower count |
get_usage | Account tier and usage limits |
| Tool | Description |
|---|---|
list_organizations | List LinkedIn company pages you can post as |
get_org_analytics | Get analytics for a company page (share stats, follower counts, top posts) |
| Tool | Description | |