GitHub Stars
22
User Rating
Not Rated
Favorites
0
Views
20
Forks
3
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation depends on the client that uses the MCP. Here is instructions for Claude and Goose.
Got to
Go 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:
json
{
"mcpServers": {
"modal-toolbox": {
"command": "uvx",
"args": ["modal-mcp-toolbox"]
}
}
}
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