modal-mcp-toolbox

A collection of tools for your LLMs that run on Modal

GitHub Stars

22

User Rating

Not Rated

Favorites

0

Views

20

Forks

3

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation depends on the client that uses the MCP. Here is instructions for Claude and Goose. Got to Settings > Developer in the Claude Desktop App. And click on Edit Config. ![🖼️Claude Settings](./assets/claude-settings.png) Add the config for the mcp server. My config looks like this:
json
{
  "mcpServers": {
    "modal-toolbox": {
      "command": "uvx",
      "args": ["modal-mcp-toolbox"]
    }
  }
}
Go to Settings and Click on Add. ![🖼️Goose Settings](./assets/goose-settings-1.png) Then add an extension like in the screenshot below. The important part is to set command to: ``` uvx modal-mcp-toolbox

Additional Resources