Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@butterbase/mcp

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@butterbase/mcp

Butterbase MCP server — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
185
Maintainers
2
Weekly downloads
 
Created
Source

@butterbase/mcp

The official Model Context Protocol server for Butterbase — manage schemas, auth, functions, storage, RAG, realtime, and deploys on Butterbase from any MCP-capable client (Claude Code, Claude Desktop, Cursor, Windsurf, etc.).

Install

npx @butterbase/mcp

Or install globally:

npm install -g @butterbase/mcp
butterbase-mcp

Configure

Add to your MCP client config (.mcp.json, claude_desktop_config.json, etc.):

{
  "mcpServers": {
    "butterbase": {
      "command": "npx",
      "args": ["-y", "@butterbase/mcp"],
      "env": {
        "BUTTERBASE_API_KEY": "bb_sk_your_key_here"
      }
    }
  }
}

Get an API key at butterbase.ai.

Hosted alternative

Prefer to skip the local install? Butterbase also runs a hosted MCP endpoint:

{
  "mcpServers": {
    "butterbase": {
      "url": "https://api.butterbase.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${BUTTERBASE_API_KEY}"
      }
    }
  }
}

What you can do

The server exposes tools across Butterbase's surface area, including:

  • Apps & regionsinit_app, manage_app, list_regions, move_app
  • Schemamanage_schema, manage_migrations
  • Authmanage_auth_config, manage_auth_users, manage_oauth
  • Dataselect_rows, insert_row, seed_database
  • Functionsdeploy_function, invoke_function, manage_function
  • Storagemanage_storage
  • Frontendscreate_frontend_deployment, manage_frontend, manage_edge_ssr
  • RAGmanage_rag_content, rag_query
  • Realtime & Durable Objectsmanage_realtime, manage_durable_objects
  • AI gatewaymanage_ai
  • RLSmanage_rls
  • Integrations, billing, KV, API keys, audit logs, and more

See the Butterbase docs for the full list.

License

Apache-2.0 © NetGPT Inc.

Keywords

mcp

FAQs

Package last updated on 02 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts