SocialSpool for Claude Desktop
io.github.thesethrose/socialspool
Create, schedule, and publish social posts through the hosted SocialSpool MCP connector.
client:Claude Desktop
transport:streamable-http
Install SocialSpool in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"socialspool": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialspool.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs