MCP Directory
Back

base44-mcp

by maorfr · Python · ★ 0

MCP (ModelContextProtocol) server for https://base44.app

Install

pip install git+https://github.com/maorfr/base44-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "base44-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/maorfr/base44-mcp.git"
      ]
    }
  }
}

From the README

[MCP server](https://modelcontextprotocol.io/introduction) for [base44](https://base44.app) The following tools are available in this MCP server (see ): - **get_apps**: Get a list of applications. Returns the app name, ID, user description, and entities for each application. - **get_app_entities**: Get application entities by application ID. Returns the names of all entities for a given app. - **get_app_entity_instances**: Get application entity instances by application ID and entity name. Returns the name, ID, and description for each entity instance. --- You can run the base44-mcp server…
Read full README on GitHub →

Related other servers