Apibase
Rank #1,480io.github.whiteknightonhorse/apibase
MCP server providing apibase capabilities
Apibase is a Model Context Protocol (MCP) server published by whiteknightonhorse. It ranks #1,480 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Apibase is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Mar 26, 2026.
Ranks ahead of 130,566 of 132,046 servers on MCP Toplist.
Use Apibase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http apibase https://apibase.pro/mcpclaude mcp add apibase -- npx -y apibase-mcp-client[mcp_servers.apibase]
url = "https://apibase.pro/mcp"Add to ~/.codex/config.toml.
[mcp_servers.apibase]
command = "npx"
args = ["-y", "apibase-mcp-client"]Add to ~/.codex/config.toml.
https://apibase.pro/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"apibase": {
"command": "npx",
"args": [
"-y",
"apibase-mcp-client"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"apibase": {
"command": "npx",
"args": [
"-y",
"apibase-mcp-client"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apibase": {
"type": "http",
"url": "https://apibase.pro/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"apibase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apibase-mcp-client"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apibase": {
"serverUrl": "https://apibase.pro/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apibase": {
"command": "npx",
"args": [
"-y",
"apibase-mcp-client"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
}{
"mcpServers": {
"apibase": {
"command": "npx",
"args": [
"-y",
"apibase-mcp-client"
]
}
}
}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.whiteknightonhorse%2Fapibase)<a href="https://mcptoplist.com/server/io.github.whiteknightonhorse%2Fapibase"><img src="https://mcptoplist.com/badge/io.github.whiteknightonhorse%2Fapibase.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
whiteknightonhorse
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Mar 26, 2026 |
| 1.0.1 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Apibase?
- Apibase is maintained by whiteknightonhorse, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Apibase listed on the Official MCP Registry?
- Yes — Apibase is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Apibase have?
- MCP Toplist tracks 3 versions of Apibase, most recently published on Mar 26, 2026.
- Where can I find the source code for Apibase?
- The source code for Apibase is hosted at github.com/whiteknightonhorse/APIbase.
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.