Pigeonpost
Rank #2,190io.github.bekirdag/pigeonpost
Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.
Pigeonpost is a Model Context Protocol (MCP) server published by bekirdag. It ranks #2,190 of 132,046 servers tracked on MCP Toplist. Pigeonpost is listed across 2 registries — Official MCP and Glama, with 33 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 129,856 of 132,046 servers on MCP Toplist.
Use Pigeonpost
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pigeonpost -e "PIGEONPOST_HOME=<your PIGEONPOST_HOME>" -e "PIGEONPOST_RECOVERY_DIR=<your PIGEONPOST_RECOVERY_DIR>" -- npx -y @bekirdag/pigeonpost mcpReplace each placeholder with your own value before saving.
[mcp_servers.pigeonpost]
command = "npx"
args = ["-y", "@bekirdag/pigeonpost", "mcp"]
[mcp_servers.pigeonpost.env]
PIGEONPOST_HOME = "<your PIGEONPOST_HOME>"
PIGEONPOST_RECOVERY_DIR = "<your PIGEONPOST_RECOVERY_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost",
"mcp"
],
"env": {
"PIGEONPOST_HOME": "<your PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<your PIGEONPOST_RECOVERY_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost",
"mcp"
],
"env": {
"PIGEONPOST_HOME": "<your PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<your PIGEONPOST_RECOVERY_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pigeonpost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost",
"mcp"
],
"env": {
"PIGEONPOST_HOME": "<your PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<your PIGEONPOST_RECOVERY_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost",
"mcp"
],
"env": {
"PIGEONPOST_HOME": "<your PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<your PIGEONPOST_RECOVERY_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost",
"mcp"
],
"env": {
"PIGEONPOST_HOME": "<your PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<your PIGEONPOST_RECOVERY_DIR>"
}
}
}
}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/io.github.bekirdag%2Fpigeonpost)<a href="https://mcptoplist.com/server/io.github.bekirdag%2Fpigeonpost"><img src="https://mcptoplist.com/badge/io.github.bekirdag%2Fpigeonpost.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bekirdag
Other servers by bekirdag
View all bekirdag servers →Available versions (33)
| Version | Published |
|---|---|
| 0.7.18 | Sep 13, 2026 |
| 0.7.17 | Sep 12, 2026 |
| 0.7.15 | Aug 27, 2026 |
| 0.7.14 | Aug 26, 2026 |
| 0.7.13 | Aug 25, 2026 |
| 0.7.12 | Aug 22, 2026 |
| 0.7.11 | Aug 22, 2026 |
| 0.7.10 | Aug 22, 2026 |
| 0.7.9 | Aug 22, 2026 |
| 0.7.8 | Aug 21, 2026 |
| 0.7.7 | Aug 21, 2026 |
| 0.7.6 | Aug 21, 2026 |
| 0.7.5 | Aug 21, 2026 |
| 0.7.4 | Aug 21, 2026 |
| 0.7.2 | Aug 21, 2026 |
| 0.7.1 | Aug 21, 2026 |
| 0.7.0 | Aug 21, 2026 |
| 0.6.2 | Aug 20, 2026 |
| 0.6.1 | Aug 19, 2026 |
| 0.6.0 | Aug 18, 2026 |
| 0.5.21 | Aug 18, 2026 |
| 0.5.19 | Aug 18, 2026 |
| 0.5.18 | Aug 18, 2026 |
| 0.5.15 | Aug 16, 2026 |
| 0.5.14 | Aug 16, 2026 |
| 0.5.13 | Aug 16, 2026 |
| 0.5.12 | Aug 16, 2026 |
| 0.5.11 | Aug 16, 2026 |
| 0.5.10 | Aug 16, 2026 |
| 0.5.6 | Aug 15, 2026 |
| 0.5.5 | Aug 15, 2026 |
| 0.5.3 | Aug 15, 2026 |
| 0.4.3 | Aug 14, 2026 |
Frequently asked questions
- Who maintains Pigeonpost?
- Pigeonpost is maintained by bekirdag, which publishes 3 MCP servers (117 total versions) tracked on MCP Toplist.
- Is Pigeonpost listed on the Official MCP Registry?
- Yes — Pigeonpost is listed on the Official MCP Registry, alongside Glama.
- How many versions does Pigeonpost have?
- MCP Toplist tracks 33 versions of Pigeonpost, most recently published on Sep 13, 2026.
- Where can I find the source code for Pigeonpost?
- The source code for Pigeonpost is hosted at github.com/bekirdag/pigeonpost.
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.