Odel
MCP Modal Server

MCP Modal Server

Local
@george-bobby3PythonMITUpdated 4 days ago

MCP server for managing Modal apps, containers, volumes, and secrets.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-modalv0.4.0

Run

uvx mcp-modal

MCP client config

{
  "mcpServers": {
    "mcp-modal-server": {
      "command": "uvx",
      "args": [
        "mcp-modal"
      ]
    }
  }
}