trackmcp
Back to directory
databutton

databutton-mcp

View on GitHub

Databutton MCP Server

27 stars TypeScriptServers & Infrastructure Updated Oct 13, 2025
appbuildercodegencodegenerationmcpmcp-servervibecoding

Documentation

Databutton MCP – build your own MCPs

We released a game changing way for anyone to build their own MCP servers in Databutton.

Learn more at https://www.databutton.com/mcp

Databutton MCP Server

Databutton's () AI agent builds and deploys frontends and backends in React and Python APIs/MCPs, for building beautiful business apps with unbounded complexity.

The agent has a planning mode for generating an initial plan for your app.

This MCP server is for doing doing initial app planning and creating a good starting point for an app.

Installation

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`

On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

json
{
  "mcpServers": {
    "databutton": {
      "command": "/path/to/databutton/build/index.js"
    }
  }
}

Development

Install dependencies:

bash
npm install

Build the server:

bash
npm run build

For development with auto-rebuild:

bash
npm run watch

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

bash
npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Frequently asked questions

What is databutton-mcp?

databutton-mcp is Databutton MCP Server

How do I install databutton-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is databutton-mcp open source?

Yes — it is hosted on GitHub at https://github.com/databutton/databutton-mcp and has 27 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP