Skip to content
Cline

MCP Modal Server for Cline

io.github.george-bobby/mcp-modal

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

client:Cline transport:stdio runtime:pypi

Install MCP Modal Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Modal Server in other clients