The Deployer
Rank #35,058com.thedploy/deployer
Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.
The Deployer is a Model Context Protocol (MCP) server published by Avinash147-1193. It ranks #35,058 of 132,113 servers tracked on MCP Toplist. The Deployer is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Sep 14, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 97,055 of 132,113 servers on MCP Toplist.
Use The Deployer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http deployer https://app.thedploy.com/api/v1/mcpclaude mcp add deployer -e "THEDEPLOYER_API_KEY=<your THEDEPLOYER_API_KEY>" -- npx -y thedeployer-mcpReplace each placeholder with your own value before saving.
[mcp_servers.deployer]
url = "https://app.thedploy.com/api/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.deployer]
command = "npx"
args = ["-y", "thedeployer-mcp"]
[mcp_servers.deployer.env]
THEDEPLOYER_API_KEY = "<your THEDEPLOYER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.thedploy.com/api/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"deployer": {
"command": "npx",
"args": [
"-y",
"thedeployer-mcp"
],
"env": {
"THEDEPLOYER_API_KEY": "<your THEDEPLOYER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployer": {
"url": "https://app.thedploy.com/api/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"deployer": {
"command": "npx",
"args": [
"-y",
"thedeployer-mcp"
],
"env": {
"THEDEPLOYER_API_KEY": "<your THEDEPLOYER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deployer": {
"type": "http",
"url": "https://app.thedploy.com/api/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"deployer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"thedeployer-mcp"
],
"env": {
"THEDEPLOYER_API_KEY": "<your THEDEPLOYER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployer": {
"serverUrl": "https://app.thedploy.com/api/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"deployer": {
"command": "npx",
"args": [
"-y",
"thedeployer-mcp"
],
"env": {
"THEDEPLOYER_API_KEY": "<your THEDEPLOYER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployer": {
"url": "https://app.thedploy.com/api/v1/mcp"
}
}
}{
"mcpServers": {
"deployer": {
"command": "npx",
"args": [
"-y",
"thedeployer-mcp"
],
"env": {
"THEDEPLOYER_API_KEY": "<your THEDEPLOYER_API_KEY>"
}
}
}
}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/com.thedploy%2Fdeployer)<a href="https://mcptoplist.com/server/com.thedploy%2Fdeployer"><img src="https://mcptoplist.com/badge/com.thedploy%2Fdeployer.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
Avinash147-1193
Other servers by Avinash147-1193
View all Avinash147-1193 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Sep 14, 2026 |
| 0.1.0 | Sep 14, 2026 |
Frequently asked questions
- Who maintains The Deployer?
- The Deployer is maintained by Avinash147-1193, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is The Deployer listed on the Official MCP Registry?
- Yes — The Deployer is listed on the Official MCP Registry, alongside Glama.
- How many versions does The Deployer have?
- MCP Toplist tracks 2 versions of The Deployer, most recently published on Sep 14, 2026.
- Where can I find the source code for The Deployer?
- The source code for The Deployer is hosted at github.com/Avinash147-1193/thedeployer-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.