Postlint MCP Server
Rank #19,011io.github.conorbronsdon/postlint-mcp
Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.
Postlint MCP Server is a Model Context Protocol (MCP) server published by conorbronsdon. It ranks #19,011 of 115,591 servers tracked on MCP Toplist. Postlint MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 96,580 of 115,591 servers on MCP Toplist.
Use Postlint MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add postlint-mcp -- npx -y @conorbronsdon/postlint-mcp[mcp_servers.postlint-mcp]
command = "npx"
args = ["-y", "@conorbronsdon/postlint-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"postlint-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"postlint-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"postlint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"postlint-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"postlint-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/postlint-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.conorbronsdon%2Fpostlint-mcp)<a href="https://mcptoplist.com/server/io.github.conorbronsdon%2Fpostlint-mcp"><img src="https://mcptoplist.com/badge/io.github.conorbronsdon%2Fpostlint-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
conorbronsdon
Other servers by conorbronsdon
- Substack MCP Server#3,335 · 3 vers
- Google Workspace MCP Server#4,814 · 2 vers
- Transistor MCP Server#16,193 · 2 vers
- Podcast Index MCP Server#16,725 · 2 vers
- Google Search Console MCP Server#17,028 · 1 ver
- OP3 MCP Server#18,001 · 2 vers
- avoid-ai-writing-mcp#20,637 · 1 ver
- Apple Podcasts MCP Server#21,511 · 1 ver
- yt-analytics-mcp#52,138
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Postlint MCP Server?
- Postlint MCP Server is maintained by conorbronsdon, which publishes 10 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Postlint MCP Server listed on the Official MCP Registry?
- Yes — Postlint MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Postlint MCP Server have?
- MCP Toplist tracks 1 version of Postlint MCP Server, most recently published on Aug 2, 2026.
- Where can I find the source code for Postlint MCP Server?
- The source code for Postlint MCP Server is hosted at github.com/conorbronsdon/postlint-mcp.