Retool logo

Retool

CommunityPopular
tryretool

Retool MCP server. Build internal tools, query databases, and deploy apps via Retool's low-code platform. Integrate with 100+ data sources from AI assistants.

Publishertryretool
Repositoryretool-mcp
LanguageTypeScript
Forks
0
Stars
3.9K
Available tools
16
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    Retool exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 16 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    3.9K stars and 0 forks from the linked repository.

Installation

TypingMind
Prerequisites:

Node.js 18+

{
  "mcpServers": {
    "retool": {
      "command": "npx",
      "args": [
        "-y",
        "@retool/mcp"
      ],
      "env": {
        "RETOOL_API_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Available Tools

  • list_apps

    List all Retool applications in the workspace with metadata like name, description, and last modified date

  • create_app

    Create a new Retool application with specified name, description, and initial configuration

  • get_app

    Get detailed information about a specific Retool application including components and queries

  • update_app

    Update an existing Retool application's configuration, components, or metadata

  • delete_app

    Delete a Retool application from the workspace

  • deploy_app

    Deploy a Retool application to production or staging environment

  • list_data_sources

    List all connected data sources and their connection status

  • create_data_source

    Create a new data source connection for databases, APIs, or other integrations

  • test_data_source

    Test connectivity and authentication for a data source

  • execute_query

    Execute a database query or API call through a connected data source

  • list_queries

    List all queries defined in a specific Retool application

  • create_query

    Create a new query for a data source within an application

  • update_query

    Update an existing query's SQL, parameters, or configuration

  • get_app_users

    Get list of users who have access to a specific application

  • update_app_permissions

    Update user permissions and access control for an application

  • export_app

    Export a Retool application configuration as JSON for backup or migration

Use Retool MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once Retool is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add Retool as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the Retool MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "retool": {
      "command": "npx",
      "args": [
        "-y",
        "@retool/mcp"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the Retool MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the Retool MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Retool to help me with this task?
Retool
Sure. I read it.
Here is what I found using Retool.

Frequently asked questions

What is the Retool MCP server used for?

Retool is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use Retool MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use Retool with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use Retool MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Retool connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect Retool MCP to TypingMind?

Retool runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does Retool MCP provide in TypingMind?

Retool exposes 16 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use Retool MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Retool requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇