Postbag
Rank #8,909dev.postbag/mcp
Form backend that routes: one tool per Postbag API operation, plus quickstart and explain.
Postbag is a Model Context Protocol (MCP) server published by faahim. It ranks #8,909 of 132,046 servers tracked on MCP Toplist. Postbag is listed on Official MCP, with 1 tracked version. It was first listed on Aug 21, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 123,137 of 132,046 servers on MCP Toplist.
Use Postbag
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add postbag -e "POSTBAG_API_KEY=<your POSTBAG_API_KEY>" -e "POSTBAG_API_URL=<your POSTBAG_API_URL>" -- npx -y @postbag/mcpReplace each placeholder with your own value before saving.
[mcp_servers.postbag]
command = "npx"
args = ["-y", "@postbag/mcp"]
[mcp_servers.postbag.env]
POSTBAG_API_KEY = "<your POSTBAG_API_KEY>"
POSTBAG_API_URL = "<your POSTBAG_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postbag": {
"command": "npx",
"args": [
"-y",
"@postbag/mcp"
],
"env": {
"POSTBAG_API_KEY": "<your POSTBAG_API_KEY>",
"POSTBAG_API_URL": "<your POSTBAG_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postbag": {
"command": "npx",
"args": [
"-y",
"@postbag/mcp"
],
"env": {
"POSTBAG_API_KEY": "<your POSTBAG_API_KEY>",
"POSTBAG_API_URL": "<your POSTBAG_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postbag": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@postbag/mcp"
],
"env": {
"POSTBAG_API_KEY": "<your POSTBAG_API_KEY>",
"POSTBAG_API_URL": "<your POSTBAG_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postbag": {
"command": "npx",
"args": [
"-y",
"@postbag/mcp"
],
"env": {
"POSTBAG_API_KEY": "<your POSTBAG_API_KEY>",
"POSTBAG_API_URL": "<your POSTBAG_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postbag": {
"command": "npx",
"args": [
"-y",
"@postbag/mcp"
],
"env": {
"POSTBAG_API_KEY": "<your POSTBAG_API_KEY>",
"POSTBAG_API_URL": "<your POSTBAG_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.postbag%2Fmcp)<a href="https://mcptoplist.com/server/dev.postbag%2Fmcp"><img src="https://mcptoplist.com/badge/dev.postbag%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
faahim
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 21, 2026 |
Frequently asked questions
- Who maintains Postbag?
- Postbag is maintained by faahim, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Postbag listed on the Official MCP Registry?
- Yes — Postbag is listed on the Official MCP Registry.
- How many versions does Postbag have?
- MCP Toplist tracks 1 version of Postbag, most recently published on Aug 21, 2026.
- Where can I find the source code for Postbag?
- The source code for Postbag is hosted at github.com/faahim/postbag.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.