Odel
postall mcp server

postall mcp server

Local
@postall-ioJavaScriptUpdated 3mo ago

Post to 35+ social media platforms. Schedule & publish from Claude AI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpostall-mcp-serverv1.0.0

Run

npx -y postall-mcp-server

MCP client config

{
  "mcpServers": {
    "postall-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "postall-mcp-server"
      ]
    }
  }
}