What is the Postproxy MCP server?
Publish, schedule, and manage social media posts across major platforms via the Postproxy API.
How to install Postproxy
Copy-paste configuration for popular MCP clients.
X-PostProxy-API-KeysecretYour Postproxy API key (from the Postproxy dashboard). Optional: leave blank to authenticate via OAuth (the server supports dynamic client registration) instead.
{
"mcpServers": {
"postproxy": {
"url": "https://mcp.postproxy.dev/mcp"
}
}
}{
"mcpServers": {
"postproxy": {
"serverUrl": "https://mcp.postproxy.dev/mcp"
}
}
}{
"servers": {
"postproxy": {
"type": "http",
"url": "https://mcp.postproxy.dev/mcp"
}
}
}{
"mcpServers": {
"postproxy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.postproxy.dev/mcp"
]
}
}
}claude mcp add --transport http postproxy https://mcp.postproxy.dev/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.