Fleetpost
Rank #17,026io.github.StanimirTenev/fleetpost-mcp
A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.
Fleetpost is a Model Context Protocol (MCP) server published by StanimirTenev. It ranks #17,026 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Fleetpost is listed on Official MCP, with 1 tracked version. It was first listed on Aug 9, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 98,565 of 115,591 servers on MCP Toplist.
Use Fleetpost
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fleetpost-mcp -e "FLEETPOST_CONFIG=<your FLEETPOST_CONFIG>" -e "FLEETPOST_HOME=<your FLEETPOST_HOME>" -- uvx fleetpost-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fleetpost-mcp]
command = "uvx"
args = ["fleetpost-mcp"]
[mcp_servers.fleetpost-mcp.env]
FLEETPOST_CONFIG = "<your FLEETPOST_CONFIG>"
FLEETPOST_HOME = "<your FLEETPOST_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<your FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<your FLEETPOST_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<your FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<your FLEETPOST_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fleetpost-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<your FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<your FLEETPOST_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<your FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<your FLEETPOST_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<your FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<your FLEETPOST_HOME>"
}
}
}
}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.StanimirTenev%2Ffleetpost-mcp)<a href="https://mcptoplist.com/server/io.github.StanimirTenev%2Ffleetpost-mcp"><img src="https://mcptoplist.com/badge/io.github.StanimirTenev%2Ffleetpost-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
StanimirTenev
Other servers by StanimirTenev
View all StanimirTenev servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Fleetpost?
- Fleetpost is maintained by StanimirTenev, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Fleetpost listed on the Official MCP Registry?
- Yes — Fleetpost is listed on the Official MCP Registry.
- How many versions does Fleetpost have?
- MCP Toplist tracks 1 version of Fleetpost, most recently published on Aug 11, 2026.
- Where can I find the source code for Fleetpost?
- The source code for Fleetpost is hosted at github.com/StanimirTenev/fleetpost.