postnext for Claude Desktop
io.postnext/postnext
Schedule, publish and track posts on X, Instagram, LinkedIn, TikTok, YouTube, Threads and Bluesky.
client:Claude Desktop
transport:streamable-http
Install postnext in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"postnext": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.postnext.io/api"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs