Posthell for Claude Desktop
io.github.rohan27s/posthell
Social media scheduler for AI agents: draft posts into a human-approved queue for 15 networks.
client:Claude Desktop
transport:streamable-http
tools:4
Install Posthell in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"posthell": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.posthell.com/api/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