Skip to content
Windsurf

Postlint MCP Server for Windsurf

io.github.conorbronsdon/postlint-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Postlint MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Postlint MCP Server in other clients