Postlint MCP Server for VS Code
io.github.conorbronsdon/postlint-mcp
Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.
client:VS Code
transport:stdio
runtime:npm
Install Postlint MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"postlint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs