Databutton App MCP
Call your Databutton app endpoints as LLM tools with MCP.
Databutton App MCP
Use API endpoints from your Databutton app as LLM tools from any MCP compatible client!
This is a simple proxy that runs locally and connects securely to your Databutton app using the MCP protocol over websockets.
To use it, make sure you have uv installed, see instructions here if not:
https://docs.astral.sh/uv/getting-started/installation/
First download an API key from the settings page of your Databutton app, and save it to a file.
Then configure your LLM client (e.g. Claude Desktop or Cursor), like this:
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
],
"env": {
"DATABUTTON_API_KEY": "YOUR-DATABUTTON-APP-KEY"
}
}
}
}
or this
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
"-k",
"/path/to/apikey.txt"
]
}
}
}
Here /path/to/apikey.txt is the full path to a file containing the api key, or DATABUTTON_API_KEY is either the api key value or the path to a file containing it. You can download the API key for your Databutton app on the app settings page. Make sure to keep it secure and don't share it.
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
NetMind ParsePro
Parses PDF files from a URL into structured formats like JSON and Markdown.
Pistachio MobileDev MCP
Android + iOS development for non-technical users
ComfyUI MCP Server
An image generation server that connects to a local ComfyUI instance via its API, supporting dynamic workflows.
Bazaar MCP Server
MCP server providing x402 micropayment-powered developer tools including screenshot capture, AI analysis, PDF generation, code security scanning, and dependency auditing via USDC payments on Base.
WordPress Dev Docs
Access WordPress development rules and best practices from the WordPress LLM Rules repository.
Talk to Figma MCP
A server for integrating with Figma, allowing you to interact with your design files.
MCP Talk Demo Files
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
MCP Rules Enforcer Zero
An MCP server that enforces rules from markdown files for AI agents. This is a zero-tool version that requires an external rules file.
Emcee
An MCP server for any web application with an OpenAPI specification, connecting AI models to external tools and data services.
@rotifer/mcp-server
Self-evolving AI Agent framework — search, compare, and install Genes ranked by Arena fitness via MCP