Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Writio
W
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:24:46 AM

Writio

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

LinkedIn-native AI content creation, scheduling & analytics via MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "writio": {
      "command": "npx",
      "args": [
        "-y",
        "writio"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

Writio MCP Server

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

1. Create a Writio account

Sign up for free at writio.ai and connect your LinkedIn account.

2. Get your API token

Go to Writio β†’ Settings β†’ API Access to generate a token.

3. Configure in Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "writio": {
      "command": "npx",
      "args": ["-y", "@writio/mcp-server"],
      "env": {
        "WRITIO_API_TOKEN": "your-token-here"
      }
    }
  }
}

4. Configure in Cursor

Add to your .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "writio": {
      "command": "npx",
      "args": ["-y", "@writio/mcp-server"],
      "env": {
        "WRITIO_API_TOKEN": "your-token-here"
      }
    }
  }
}

5. Configure in Windsurf / Other Clients

Any MCP-compatible client can connect using:

config.json
{
  "command": "npx",
  "args": ["-y", "@writio/mcp-server"],
  "env": {
    "WRITIO_API_TOKEN": "your-token-here"
  }
}

Available Tools (23)

Content Creation

ToolDescription
create_draftCreate a new LinkedIn post draft (supports personal & company pages)
generate_hooksGenerate 5 attention-grabbing hooks for a topic
generate_hashtagsGenerate 20-30 relevant hashtags optimized for reach
generate_carouselGenerate a complete carousel structure (Pro)
enhance_postRemix/rewrite a post with tone, style, and formatting improvements
get_post_feedbackGet AI feedback on hook quality, clarity, hashtags, and more

Post Management

ToolDescription
list_postsList posts filtered by status (draft/scheduled/published)
get_postGet full details of a specific post

Scheduling & Queue

ToolDescription
schedule_postSchedule a post for the next available time slot
post_nowImmediately publish a post to LinkedIn
list_queueList upcoming scheduled posts in the queue
get_next_slotGet the next available posting time
get_scheduleView your weekly posting schedule
retry_failed_postRetry a failed scheduled post

Analytics

ToolDescription
get_dashboardOverview of posts, usage, and LinkedIn connection status
get_analyticsDetailed engagement metrics (impressions, likes, comments, reshares) and best posting times
get_followersCurrent LinkedIn follower count
get_usageAccount tier and usage limits

Company Page Posting

ToolDescription
list_organizationsList LinkedIn company pages you can post as
get_org_analyticsGet analytics for a company page (share stats, follower counts, top posts)

Inspirations

ToolDescription
get_inspirationsCurated news-based LinkedIn post ideas tailored to your topics
use_inspiration_as_draftConvert an inspiration into a draft post

Example Workflows

Morning content routine:

"Check my analytics, generate 3 hooks about AI productivity, pick the best one, write a full post, and schedule it for next available slot"

Company page management:

"List my organizations, then create a product announcement draft and schedule it as my company page"

Content repurposing:

"Get my top performing post from this week, remix it with a different angle, and save as draft"

Environment Variables

VariableRequiredDefaultDescription
WRITIO_API_TOKENYesβ€”API token from Writio Settings
WRITIO_API_URLNohttps://app.writio.aiBase URL for the Writio API

Requirements

  • Node.js 18+
  • A Writio account (free tier available)
  • LinkedIn account connected in Writio

Architecture

Code
@writio/mcp-server
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts        # MCP server β€” tool definitions and handlers
β”‚   └── api-client.ts   # Typed Writio REST API client
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── README.md

The server uses stdio transport (standard for MCP) and authenticates against Writio's REST API using a Bearer token. All tools map directly to existing Writio API endpoints.

Links

  • Website: writio.ai
  • App: app.writio.ai
  • Support: app.writio.ai/settings/feedback

License

MIT

Related MCP Servers

View all in Social Media View all alternatives
  • Reddit Mcp Buddy logoReddit Mcp Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media4 views
    Compare vs Reddit Mcp Buddy β†’
  • Ads logoAds

    Remote MCP for cross-platform ad creation (Google Ads, TikTok). OAuth 2.1 with progress streaming.

    🌐 Social Media0 views
    Compare vs Ads β†’
  • Mcp logoMcp

    Social media search and analytics across X, Reddit, Bluesky, YouTube, and more

    🌐 Social Media0 views
    Compare vs Mcp β†’
  • I
    Iridium

    LinkedIn outreach, commenting, scheduling, and data via Claude and human approval gates.

    🌐 Social Media0 views
    Compare vs Iridium β†’

Frequently Asked Questions about Writio

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "writio": { "command": "npx", "args": ["-y", "writio"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWritio AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/writio?style=directory)](https://allmcps.com/mcp/writio)
HTML Embed
<a href="https://allmcps.com/mcp/writio"><img src="https://allmcps.com/api/badge/writio?style=directory" alt="Writio on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Writio β†’Install in Claude DesktopInstall in CursorInstall in VS Code