A collection of Model Context Protocol (MCP) tools for Modal
Project description
Modal MCP Toolbox 🛠️
A collection of Model Context Protocol (MCP) tools that run on Modal. This let's you extend the capabilities of your LLM in tools such as Goose or the Claude Desktop App.
Tools
run_python_code_in_sandbox: Let's you run python code in a sandboxed environment.generate_flux_image: Generate an image using the FLUX model.
Demo
Flux Image Generation
Python Code Execution
Prerequisites
- A modal account and a configured modal CLI.
- UV
- A client that supports MCP. Such as the Claude Desktop App or Goose
This runs against your modal account, so you will need to have a modal account and be logged in.
Installation
Installation depends on the client that uses the MCP. Here is instructions for Claude and Goose.
Claude
Got to Settings > Developer in the Claude Desktop App. And click on Edit Config.
Add the config for the mcp server. My config looks like this:
{
"mcpServers": {
"modal-toolbox": {
"command": "uvx",
"args": ["modal-mcp-toolbox"]
}
}
}
Goose
Go to Settings and Click on Add.
Then add an extension like in the screenshot below. The important part is to set command to:
uvx modal-mcp-toolbox
The rest you can fill in as you like.
Installing via Smithery (not working currently)
To install Modal MCP Toolbox for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @philipp-eisen/modal-mcp-toolbox --client claude
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file modal_mcp_toolbox-0.1.9.tar.gz.
File metadata
- Download URL: modal_mcp_toolbox-0.1.9.tar.gz
- Upload date:
- Size: 8.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b35736f95f6f66f13e752759ce4fe333d7ad945cd3a26f52f7705aa54fd53e
|
|
| MD5 |
5d2e9e74781303d4d42eaa4f898ff338
|
|
| BLAKE2b-256 |
62ec64c258bc10ba62937d8405d7cc2bdf9ca861ffdeca83f695243829f1064d
|
File details
Details for the file modal_mcp_toolbox-0.1.9-py3-none-any.whl.
File metadata
- Download URL: modal_mcp_toolbox-0.1.9-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2e76ae1807153c7c4e5e9073beb8107475f360912fd4bb9675bcb71f213f586
|
|
| MD5 |
26b1b6a83521af260f2b87e2fe7d3c77
|
|
| BLAKE2b-256 |
9fbf0dde90d32cac591f38ef395947dd2746554335ba5540fc12ba73d1a40581
|