Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Databutton App Mcp

    Use your Databutton app APIs as tools in other agents with MCP

    1 stars
    Python
    Updated Apr 4, 2025

    Documentation

    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:

    json
    {
      "mcpServers": {
        "myDatabuttonApp": {
          "command": "uvx",
          "args": [
            "databutton-app-mcp@latest"
          ],
          "env": {
            "DATABUTTON_API_KEY": "YOUR-DATABUTTON-APP-KEY"
          }
        }
      }
    }

    or this

    json
    {
      "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.

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k