AFKBot
Rank #12,858io.github.wyre-technology/afkbot-mcp
MCP server for AFKBot PTO management — file, list, and cancel time-off requests.
AFKBot is a Model Context Protocol (MCP) server published by wyre-technology. It ranks #12,858 of 132,046 servers tracked on MCP Toplist. AFKBot is listed across 2 registries — PulseMCP and Glama, with 7 release tags tracked from its GitHub repository. It was first listed on Feb 23, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 119,188 of 132,046 servers on MCP Toplist.
Use AFKBot
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add afkbot-mcp -e "AZURE_TENANT_ID=<your AZURE_TENANT_ID>" -e "AZURE_CLIENT_ID=<your AZURE_CLIENT_ID>" -e "AZURE_CLIENT_SECRET=<your AZURE_CLIENT_SECRET>" -e "AFKBOT_API_URL=<your AFKBOT_API_URL>" -e "AFKBOT_APP_CLIENT_ID=<your AFKBOT_APP_CLIENT_ID>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "AUTH_MODE=<your AUTH_MODE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- docker run -i --rm ghcr.io/wyre-technology/afkbot-mcp:v1.1.0Replace each placeholder with your own value before saving.
[mcp_servers.afkbot-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"]
[mcp_servers.afkbot-mcp.env]
AZURE_TENANT_ID = "<your AZURE_TENANT_ID>"
AZURE_CLIENT_ID = "<your AZURE_CLIENT_ID>"
AZURE_CLIENT_SECRET = "<your AZURE_CLIENT_SECRET>"
AFKBOT_API_URL = "<your AFKBOT_API_URL>"
AFKBOT_APP_CLIENT_ID = "<your AFKBOT_APP_CLIENT_ID>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
AUTH_MODE = "<your AUTH_MODE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"afkbot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AFKBOT_API_URL": "<your AFKBOT_API_URL>",
"AFKBOT_APP_CLIENT_ID": "<your AFKBOT_APP_CLIENT_ID>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"afkbot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AFKBOT_API_URL": "<your AFKBOT_API_URL>",
"AFKBOT_APP_CLIENT_ID": "<your AFKBOT_APP_CLIENT_ID>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"afkbot-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AFKBOT_API_URL": "<your AFKBOT_API_URL>",
"AFKBOT_APP_CLIENT_ID": "<your AFKBOT_APP_CLIENT_ID>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"afkbot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AFKBOT_API_URL": "<your AFKBOT_API_URL>",
"AFKBOT_APP_CLIENT_ID": "<your AFKBOT_APP_CLIENT_ID>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"afkbot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/afkbot-mcp:v1.1.0"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AFKBOT_API_URL": "<your AFKBOT_API_URL>",
"AFKBOT_APP_CLIENT_ID": "<your AFKBOT_APP_CLIENT_ID>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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.wyre-technology%2Fafkbot-mcp)<a href="https://mcptoplist.com/server/io.github.wyre-technology%2Fafkbot-mcp"><img src="https://mcptoplist.com/badge/io.github.wyre-technology%2Fafkbot-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wyre-technology
Other servers by wyre-technology
- Autotask#652 · 54 vers
- NinjaOne#1,404 · 31 vers
- IT Glue#1,861 · 27 vers
- ConnectWise Manage#2,080 · 16 vers
- CIPP#2,589 · 20 vers
- HaloPSA#3,651 · 26 vers
- Syncro#3,833 · 17 vers
- Datto RMM#4,145 · 15 vers
- Hudu#4,174 · 15 vers
- SuperOps#4,768 · 13 vers
- Action1#4,971 · 14 vers
- QuickBooks Online#5,059 · 17 vers
GitHub releases (7)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.1.3 | Aug 7, 2026 |
| v1.1.2 | Jul 13, 2026 |
| v1.1.1 | Apr 29, 2026 |
| v1.1.0 | Apr 29, 2026 |
| v1.0.3 | Apr 7, 2026 |
| v1.0.2 | Feb 26, 2026 |
| v1.0.1 | Feb 26, 2026 |
Frequently asked questions
- Who maintains AFKBot?
- AFKBot is maintained by wyre-technology, which publishes 60 MCP servers (749 total versions) tracked on MCP Toplist.
- Is AFKBot listed on the Official MCP Registry?
- AFKBot is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does AFKBot have?
- No registry surfaces explicit version metadata for AFKBot; MCP Toplist tracks 7 release tags from its GitHub repository, most recently published on Aug 7, 2026.
- Where can I find the source code for AFKBot?
- The source code for AFKBot is hosted at github.com/wyre-technology/afkbot-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.