Odel
Postlint MCP Server

Postlint MCP Server

Local
@conorbronsdonTypeScriptApache-2.0Updated Yesterday

Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@conorbronsdon/postlint-mcpv1.1.0

Run

npx -y @conorbronsdon/postlint-mcp

MCP client config

{
  "mcpServers": {
    "postlint-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/postlint-mcp"
      ]
    }
  }
}