Xbird
Rank #2,735io.github.checkra1neth/xbird
MCP server providing xbird capabilities
Xbird is a Model Context Protocol (MCP) server published by checkra1neth. It ranks #2,735 of 132,046 servers tracked on MCP Toplist, and its repository has 66 GitHub stars. Xbird is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Feb 11, 2026.
Ranks ahead of 129,311 of 132,046 servers on MCP Toplist.
Use Xbird
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add xbird -e "XBIRD_AUTH_TOKEN=<your XBIRD_AUTH_TOKEN>" -e "XBIRD_CT0=<your XBIRD_CT0>" -e "XBIRD_PRIVATE_KEY=<your XBIRD_PRIVATE_KEY>" -- npx -y xbird-mcpReplace each placeholder with your own value before saving.
[mcp_servers.xbird]
command = "npx"
args = ["-y", "xbird-mcp"]
[mcp_servers.xbird.env]
XBIRD_AUTH_TOKEN = "<your XBIRD_AUTH_TOKEN>"
XBIRD_CT0 = "<your XBIRD_CT0>"
XBIRD_PRIVATE_KEY = "<your XBIRD_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<your XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<your XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<your XBIRD_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<your XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<your XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<your XBIRD_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xbird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<your XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<your XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<your XBIRD_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<your XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<your XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<your XBIRD_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<your XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<your XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<your XBIRD_PRIVATE_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/io.github.checkra1neth%2Fxbird)<a href="https://mcptoplist.com/server/io.github.checkra1neth%2Fxbird"><img src="https://mcptoplist.com/badge/io.github.checkra1neth%2Fxbird.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
checkra1neth
Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Xbird?
- Xbird is maintained by checkra1neth, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Xbird listed on the Official MCP Registry?
- Yes — Xbird is listed on the Official MCP Registry.
- How many versions does Xbird have?
- MCP Toplist tracks 2 versions of Xbird, most recently published on Feb 11, 2026.
- Where can I find the source code for Xbird?
- The source code for Xbird is hosted at github.com/checkra1neth/xbird.
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.