Databutton MCP Server

Official

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • The Databutton MCP server helps build and deploy Python APIs/MCPs for creating business applications.

  • The Databutton MCP server helps build and deploy frontends using React.

Databutton MCP – 独自のMCPを構築

Databutton では、誰でも独自の MCP サーバーを構築できる画期的な方法をリリースしました。詳しくはhttps://www.databutton.com/mcpをご覧ください。

データボタン MCP サーバー

Databutton ( https://www.databutton.com/ ) の AI エージェントは、React および Python API/MCP でフロントエンドとバックエンドを構築およびデプロイし、無限の複雑さを備えた美しいビジネス アプリを構築します。

エージェントには、アプリの初期計画を生成するための計画モードがあります。

この MCP サーバーは、アプリの初期計画を立て、アプリの適切な出発点を作成するために使用されます。

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

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

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

初期アプリ計画を実行し、Databuttonで適切な開始点を作成するためのMCPサーバー - 新しいアプリを起動し、最初のMVPタスクを生成します。

  1. Databutton MCP Server
    1. Installation
    2. Development
ID: wfr9djhfnu