appsmith (MCP Server)

GitHub

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "appsmith": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-appsmith"
      ]
    }
  }
}