データボタンアプリMCP
Databutton アプリの API エンドポイントを、MCP 対応クライアントの LLM ツールとして使用します。
これは、ローカルで実行され、Web ソケット経由の MCP プロトコルを使用して Databutton アプリに安全に接続するシンプルなプロキシです。
これを使用するには、uv がインストールされていることを確認してください。インストールされていない場合は、ここで手順を参照してください。
まず、Databutton アプリの設定ページから API キーをダウンロードし、ファイルに保存します。
次に、LLM クライアント (Claude Desktop や Cursor など) を次のように設定します。
またはこれ
ここで、/path/to/apikey.txt はAPIキーを含むファイルへのフルパス、DATABUTTON_API_KEY はAPIキーの値、またはAPIキーを含むファイルへのパスです。DatabuttonアプリのAPIキーは、アプリ設定ページからダウンロードできます。APIキーは安全に保管し、共有しないでください。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
LLM クライアントが Websocket 経由の MCP プロトコルを通じて、Databutton アプリ API エンドポイントをツールとして使用できるようにするプロキシ サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for doing doing initial app planning and creating a good starting point in Databutton – it starts a new app and generates the initial MVP tasksLast updated -1527MIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74Apache 2.0
- AsecurityFlicenseAqualityA server that implements the Model Completion Protocol (MCP) to allow LLMs to interact with Databricks resources including clusters, jobs, notebooks, and SQL execution through natural language.Last updated -1137
- -securityFlicense-qualityA simple MCP server that provides a calculator tool, dynamic greeting resources, and code review prompts, demonstrating how to build standardized interfaces for LLM applications.Last updated -