SocialSpool
Rank #58,063io.github.TheSethRose/socialspool
Create, schedule, and publish social posts through the hosted SocialSpool MCP connector.
SocialSpool is a Model Context Protocol (MCP) server published by TheSethRose. It ranks #58,063 of 115,460 servers tracked on MCP Toplist. SocialSpool is listed on Official MCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 57,397 of 115,460 servers on MCP Toplist.
Use SocialSpool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http socialspool https://mcp.socialspool.com/mcp[mcp_servers.socialspool]
url = "https://mcp.socialspool.com/mcp"Add to ~/.codex/config.toml.
https://mcp.socialspool.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"socialspool": {
"url": "https://mcp.socialspool.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"socialspool": {
"type": "http",
"url": "https://mcp.socialspool.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"socialspool": {
"serverUrl": "https://mcp.socialspool.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"socialspool": {
"url": "https://mcp.socialspool.com/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.TheSethRose%2Fsocialspool)<a href="https://mcptoplist.com/server/io.github.TheSethRose%2Fsocialspool"><img src="https://mcptoplist.com/badge/io.github.TheSethRose%2Fsocialspool.svg" alt="MCP Toplist: #58,063 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
TheSethRose
Other servers by TheSethRose
- MCP Server Starter#16,856
- Fetch Browser#17,808
- Alexa Shopping List#18,595
- SocialData MCP Server#28,565
- Typefully MCP Server#69,015
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jun 19, 2026 |
Frequently asked questions
- Who maintains SocialSpool?
- SocialSpool is maintained by TheSethRose, which publishes 6 MCP servers (1 total version) tracked on MCP Toplist.
- Is SocialSpool listed on the Official MCP Registry?
- Yes — SocialSpool is listed on the Official MCP Registry.
- How many versions does SocialSpool have?
- MCP Toplist tracks 1 version of SocialSpool, most recently published on Jun 19, 2026.
- Where can I find the source code for SocialSpool?
- The source code for SocialSpool is hosted at github.com/TheSethRose/Socialspool.