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.
İlgili Sunucular
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Langfuse Prompt Management
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
UseGrant MCP Server
Interact with the UseGrant API for programmatic access control and permissions management.
AgentGrade
Check is your site agent friendly? Get a badge to prove it.
MCP Playground
A playground for MCP implementations featuring multiple microservices, including news and weather examples.
Cursor Talk to Figma MCP
Integrates Cursor AI with Figma to read and programmatically modify designs.
ashlr-plugin
Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.
E2B
Run code in secure sandboxes hosted by E2B
Command-Line MCP Server
A secure MCP server for executing terminal commands with controlled directory access and command permissions.
MCP Python REPL Server
An interactive Python REPL server with built-in support for the uv package manager and virtual environments.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers or runnable locally.