Postlint MCP Server for Cursor
io.github.conorbronsdon/postlint-mcp
Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.
client:Cursor
transport:stdio
runtime:npm
Install Postlint MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postlint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs