Databutton
An MCP server for initial app planning and creating a good starting point for an app.
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 (https://www.databutton.com/) 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
{
"mcpServers": {
"databutton": {
"command": "/path/to/databutton/build/index.js"
}
}
}
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
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:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Related Servers
Replicate Flux MCP
Generate high-quality images and vector graphics using the Replicate API.
Distance Tools MCP
A remote MCP server example deployable on Cloudflare Workers, featuring customizable tools and no authentication.
Roslyn MCP Server
A C# MCP server using Microsoft's Roslyn compiler for code analysis and navigation in C# codebases.
Md2svg
Converts Markdown text to SVG images.
Google Tag Manager
Integrates Google Tag Manager to automate GTM configuration and component creation through natural language prompts.
Dart MCP Server
An MCP server that exposes Dart SDK commands for AI-powered development.
Ant Design
Access comprehensive documentation for Ant Design components, including examples, API references, and best practices.
HiGHS MCP Server
Provides linear programming (LP) and mixed-integer programming (MIP) optimization capabilities using the HiGHS solver.
ArchiveNet
A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.
Custom MCP Server
A versatile MCP server built with Next.js, providing a range of tools and utilities with Redis state management.