dropscan-mcp
Rank #55,739io.github.bitterdev/dropscan-mcp
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
dropscan-mcp is a Model Context Protocol (MCP) server published by bitterdev. It ranks #55,739 of 132,113 servers tracked on MCP Toplist. dropscan-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 76,374 of 132,113 servers on MCP Toplist.
Use dropscan-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dropscan-mcp -e "DROPSCAN_API_TOKEN=<your DROPSCAN_API_TOKEN>" -e "DROPSCAN_ALLOW_WRITES=<your DROPSCAN_ALLOW_WRITES>" -- uvx dropscan-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dropscan-mcp]
command = "uvx"
args = ["dropscan-mcp"]
[mcp_servers.dropscan-mcp.env]
DROPSCAN_API_TOKEN = "<your DROPSCAN_API_TOKEN>"
DROPSCAN_ALLOW_WRITES = "<your DROPSCAN_ALLOW_WRITES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dropscan-mcp": {
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<your DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<your DROPSCAN_ALLOW_WRITES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dropscan-mcp": {
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<your DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<your DROPSCAN_ALLOW_WRITES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dropscan-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<your DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<your DROPSCAN_ALLOW_WRITES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dropscan-mcp": {
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<your DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<your DROPSCAN_ALLOW_WRITES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dropscan-mcp": {
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<your DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<your DROPSCAN_ALLOW_WRITES>"
}
}
}
}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.bitterdev%2Fdropscan-mcp)<a href="https://mcptoplist.com/server/io.github.bitterdev%2Fdropscan-mcp"><img src="https://mcptoplist.com/badge/io.github.bitterdev%2Fdropscan-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bitterdev
Other servers by bitterdev
- scraper-api-mcp#36,334 · 1 ver
- enpass-mcp#36,638 · 1 ver
- veracrypt-mcp#36,639 · 1 ver
- pdf-letter-mcp#44,554 · 4 vers
- pixelletter-mcp#44,555 · 4 vers
- simple-support-system-mcp#44,556 · 4 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jul 27, 2026 |
| 0.1.0 | Jul 27, 2026 |
Frequently asked questions
- Who maintains dropscan-mcp?
- dropscan-mcp is maintained by bitterdev, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is dropscan-mcp listed on the Official MCP Registry?
- Yes — dropscan-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does dropscan-mcp have?
- MCP Toplist tracks 2 versions of dropscan-mcp, most recently published on Jul 27, 2026.
- Where can I find the source code for dropscan-mcp?
- The source code for dropscan-mcp is hosted at github.com/bitterdev/dropscan-mcp.
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.