Post Assembly
Rank #1,148com.postassembly/post-assembly
Editorial tools for LinkedIn. Capture ideas, draft posts, build narrative arcs, manage a schedule.
Post Assembly is a Model Context Protocol (MCP) server published by toddwilkens. It ranks #1,148 of 115,460 servers tracked on MCP Toplist, and its repository has 223 GitHub stars. Post Assembly is listed on Official MCP, with 3 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 114,312 of 115,460 servers on MCP Toplist.
Use Post Assembly
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http post-assembly https://app.postassembly.com/api/mcp[mcp_servers.post-assembly]
url = "https://app.postassembly.com/api/mcp"Add to ~/.codex/config.toml.
https://app.postassembly.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"post-assembly": {
"url": "https://app.postassembly.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"post-assembly": {
"type": "http",
"url": "https://app.postassembly.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"post-assembly": {
"serverUrl": "https://app.postassembly.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"post-assembly": {
"url": "https://app.postassembly.com/api/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/com.postassembly%2Fpost-assembly)<a href="https://mcptoplist.com/server/com.postassembly%2Fpost-assembly"><img src="https://mcptoplist.com/badge/com.postassembly%2Fpost-assembly.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
toddwilkens
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Apr 2, 2026 |
| 1.0.0 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Post Assembly?
- Post Assembly is maintained by toddwilkens, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Post Assembly listed on the Official MCP Registry?
- Yes — Post Assembly is listed on the Official MCP Registry.
- How many versions does Post Assembly have?
- MCP Toplist tracks 3 versions of Post Assembly, most recently published on Apr 2, 2026.
- Where can I find the source code for Post Assembly?
- The source code for Post Assembly is hosted at github.com/toddwilkens/postassembly-app.