Odel
postbag

postbag

Local
@faahimTypeScriptAGPL-3.0Updated 1w ago

Form backend that routes: one tool per Postbag API operation, plus quickstart and explain.

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).

npm@postbag/mcpv0.1.1

Run

npx -y @postbag/mcp

MCP client config

{
  "mcpServers": {
    "postbag": {
      "command": "npx",
      "args": [
        "-y",
        "@postbag/mcp"
      ]
    }
  }
}