PostLake MCP Server
Rank #39,762dev.postlake/social
Post, schedule, reply and measure across X, LinkedIn, Instagram, TikTok, YouTube, Threads, Bluesky
PostLake MCP Server is a Model Context Protocol (MCP) server published by postlake. It ranks #39,762 of 115,591 servers tracked on MCP Toplist. PostLake MCP Server is listed on Official MCP, with 4 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 75,829 of 115,591 servers on MCP Toplist.
Use PostLake MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http social https://api.postlake.dev/mcp[mcp_servers.social]
url = "https://api.postlake.dev/mcp"Add to ~/.codex/config.toml.
https://api.postlake.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"social": {
"url": "https://api.postlake.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"social": {
"type": "http",
"url": "https://api.postlake.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"social": {
"serverUrl": "https://api.postlake.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"social": {
"url": "https://api.postlake.dev/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/dev.postlake%2Fsocial)<a href="https://mcptoplist.com/server/dev.postlake%2Fsocial"><img src="https://mcptoplist.com/badge/dev.postlake%2Fsocial.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
postlake
Available versions (4)
| Version | Published |
|---|---|
| 1.4.0 | Aug 29, 2026 |
| 1.1.0 | Jul 25, 2026 |
| 1.0.1 | Jul 24, 2026 |
| 1.0.0 | Jul 22, 2026 |
Frequently asked questions
- Who maintains PostLake MCP Server?
- PostLake MCP Server is maintained by postlake, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is PostLake MCP Server listed on the Official MCP Registry?
- Yes — PostLake MCP Server is listed on the Official MCP Registry.
- How many versions does PostLake MCP Server have?
- MCP Toplist tracks 4 versions of PostLake MCP Server, most recently published on Aug 29, 2026.
- Where can I find the source code for PostLake MCP Server?
- The source code for PostLake MCP Server is hosted at github.com/postlake/postlake-mcp.