Aibtc MCP Server
Rank #10,853io.github.aibtcdev/mcp-server
MCP server providing server capabilities
Aibtc MCP Server is a Model Context Protocol (MCP) server published by aibtcdev. It ranks #10,853 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Aibtc MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Jan 9, 2026 and most recently updated on Feb 12, 2026.
Ranks ahead of 104,738 of 115,591 servers on MCP Toplist.
Use Aibtc MCP Server
claude mcp add aibtcdev -- npx -y @aibtc/mcp-server[mcp_servers.aibtcdev]
command = "npx"
args = ["-y", "@aibtc/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aibtcdev": {
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aibtcdev": {
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aibtcdev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aibtcdev": {
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aibtcdev": {
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
}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.aibtcdev%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.aibtcdev%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.aibtcdev%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
aibtcdev
Other servers by aibtcdev
View all aibtcdev servers →Available versions (4)
| Version | Published |
|---|---|
| 1.17.0 | Feb 12, 2026 |
| 1.14.2 | Feb 8, 2026 |
| 1.14.0 | Feb 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Aibtc MCP Server?
- Aibtc MCP Server is maintained by aibtcdev, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Aibtc MCP Server listed on the Official MCP Registry?
- Yes — Aibtc MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Aibtc MCP Server have?
- MCP Toplist tracks 4 versions of Aibtc MCP Server, most recently published on Feb 12, 2026.
- Where can I find the source code for Aibtc MCP Server?
- The source code for Aibtc MCP Server is hosted at github.com/aibtcdev/aibtc-mcp-server.