Skip to main content
Glama

Modal MCP Toolbox

モーダル MCP ツールボックス 🛠️

Modal上で動作するモデルコンテキストプロトコル(MCP)ツールのコレクションです。これにより、 GooseClaudeデスクトップアプリなどのツールでLLMの機能を拡張できます。

ツール

  • run_python_code_in_sandbox : サンドボックス環境で Python コードを実行できます。
  • generate_flux_image : FLUX モデルを使用して画像を生成します。

デモ

フラックス画像生成

🎬Flux画像生成

Pythonコード実行

🎬Pythonコード実行

前提条件

これはモーダル アカウントに対して実行されるため、モーダル アカウントを所有し、ログインしている必要があります。

インストール

インストール方法はMCPを使用するクライアントによって異なります。ClaudeとGoose向けの手順は以下のとおりです。

クロード

ClaudeデスクトップアプリでSettings > Developerに移動し、「設定の編集」をクリックします。🖼️クロード・セッティング

MCPサーバーの設定を追加します。私の設定は以下のとおりです。

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

ガチョウ

Settingsに移動して「追加」をクリックします。

🖼️ガチョウの設定

次に、下のスクリーンショットのように拡張機能を追加します。重要なのは、コマンドを次のように設定することです。

uvx modal-mcp-toolbox

残りは好きなように記入してください。

🖼️Goose MCP 設定

Smithery 経由でインストール (現在は動作していません)

Smithery経由で Claude Desktop 用の Modal MCP Toolbox を自動的にインストールするには:

npx -y @smithery/cli install @philipp-eisen/modal-mcp-toolbox --client claude
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Goose や Claude デスクトップ アプリなどのクライアントと互換性のある MCP サーバーを介して、サンドボックス内で Python コードを実行し、FLUX モデルを使用してイメージを生成することを容易にします。

  1. ツール
    1. デモ
      1. フラックス画像生成
      2. Pythonコード実行
    2. 前提条件
      1. インストール
        1. クロード
        2. ガチョウ
        3. Smithery 経由でインストール (現在は動作していません)

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
        Last updated -
        Python
      • -
        security
        A
        license
        -
        quality
        A Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.
        Last updated -
        23
        MIT License
        • Apple
        • Linux
      • -
        security
        -
        license
        -
        quality
        A server that enables generating images through the Replicate API by calling the Flux Schnell model via the Model Context Protocol (MCP).
        Last updated -
        3
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables AI assistants to generate images using Black Forest Labs' Flux model via Cloudflare Workers.
        Last updated -
        JavaScript
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/philipp-eisen/modal-mcp-toolbox'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server