Skip to main content
Glama
524,573 tools. Updated 2026-09-06 16:29

"Appsmith" matching MCP tools:

  • Retrieve available Appsmith plugins to find the pluginId required for creating datasources like REST API, PostgreSQL, or MongoDB.
    MIT
  • Retrieve authenticated Appsmith user and instance info to verify the MCP server can reach and log into the instance. Call this first to confirm connectivity.
    MIT
  • Create a new JS object in Appsmith by providing its full source code, application ID, page ID, and name so that exported functions become callable within the application.
    MIT
  • Calls any Appsmith REST endpoint directly to cover operations not handled by typed tools. Use GET freely; other HTTP methods require enabling APPSMITH_MCP_ALLOW_DESTRUCTIVE to execute.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that enables AI agents to build and edit Appsmith apps by driving the browser editor via WebDriver BiDi and Redux store manipulation.
    57
    3
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for interacting with a self-hosted Appsmith instance via its REST API, enabling read/update/create of pages, queries, JS objects, widgets, datasources, and applications with lazy session management and destructive-operation gating.
    30
    MIT
  • Rename multiple Appsmith widgets in a single call. Provide widget IDs and new names, which must be valid identifiers.
    MIT
  • Create a new Appsmith application with a specified name, icon, and color. Uses the first available workspace if workspace ID is not provided.
    MIT
  • Create a new Appsmith workspace by providing a name, setting up an isolated environment for organizing applications and resources within your self-hosted Appsmith instance.
    MIT
  • Run JavaScript in a Firefox tab to explore Redux state and dispatch actions for debugging Appsmith apps.
    MIT
  • Diagnose layout issues across all widgets on the current page, returning grid box, rendered dimensions, and overflow status. Identify squashed or oversized widgets to guide resizing.
    MIT
  • Retrieve all Appsmith applications across workspaces, including direct links to their editors.
    MIT
  • Move and resize multiple widgets in a single call by specifying positions and dimensions. Switches auto-height widgets to fixed when rows are provided.
    MIT
  • Creates multiple Appsmith queries bound to datasources in a single API call. Accepts an array of query definitions with optional default configurations for REST, SQL, or Mongo plugins.
    MIT
  • Update widget properties in an Appsmith app with deep merging and automatic binding of triggers and dynamic expressions.
    MIT
  • Create multiple datasources in one API call. Supports REST, GraphQL, and database plugins with automatic template filling for missing configuration.
    MIT
  • Update multiple datasources in one call, applying partial configuration changes like URL or password without resending entire configs.
    MIT
  • Execute targeted string replacements inside JavaScript object bodies to update values without rewriting entire objects. Each edit specifies a target object, old string, new string, and optional replace-all behavior.
    MIT
  • Apply targeted string replacements to specific fields (html, css, js) in custom widget code, with options for single or global replacement.
    MIT