butterbase
Rank #552io.github.butterbase-ai/mcp
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
butterbase is a Model Context Protocol (MCP) server published by butterbase-ai. It ranks #552 of 132,046 servers tracked on MCP Toplist, and its repository has 3,643 GitHub stars. butterbase is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 1, 2026 and most recently updated on Jun 1, 2026.
Ranks ahead of 131,494 of 132,046 servers on MCP Toplist.
Use butterbase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http butterbase-ai https://api.butterbase.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add butterbase-ai -e "BUTTERBASE_API_KEY=<your BUTTERBASE_API_KEY>" -- npx -y @butterbase/mcpReplace each placeholder with your own value before saving.
[mcp_servers.butterbase-ai]
url = "https://api.butterbase.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.butterbase-ai]
command = "npx"
args = ["-y", "@butterbase/mcp"]
[mcp_servers.butterbase-ai.env]
BUTTERBASE_API_KEY = "<your BUTTERBASE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.butterbase.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"butterbase-ai": {
"command": "npx",
"args": [
"-y",
"@butterbase/mcp"
],
"env": {
"BUTTERBASE_API_KEY": "<your BUTTERBASE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"butterbase-ai": {
"url": "https://api.butterbase.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"butterbase-ai": {
"command": "npx",
"args": [
"-y",
"@butterbase/mcp"
],
"env": {
"BUTTERBASE_API_KEY": "<your BUTTERBASE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"butterbase-ai": {
"type": "http",
"url": "https://api.butterbase.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"butterbase-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@butterbase/mcp"
],
"env": {
"BUTTERBASE_API_KEY": "<your BUTTERBASE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"butterbase-ai": {
"serverUrl": "https://api.butterbase.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"butterbase-ai": {
"command": "npx",
"args": [
"-y",
"@butterbase/mcp"
],
"env": {
"BUTTERBASE_API_KEY": "<your BUTTERBASE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"butterbase-ai": {
"url": "https://api.butterbase.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"butterbase-ai": {
"command": "npx",
"args": [
"-y",
"@butterbase/mcp"
],
"env": {
"BUTTERBASE_API_KEY": "<your BUTTERBASE_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/io.github.butterbase-ai%2Fmcp)<a href="https://mcptoplist.com/server/io.github.butterbase-ai%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.butterbase-ai%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
butterbase-ai
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains butterbase?
- butterbase is maintained by butterbase-ai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is butterbase listed on the Official MCP Registry?
- Yes — butterbase is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does butterbase have?
- MCP Toplist tracks 1 version of butterbase, most recently published on Jun 1, 2026.
- Where can I find the source code for butterbase?
- The source code for butterbase is hosted at github.com/butterbase-ai/butterbase-oss.
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.