GitHubスター
22
ユーザー評価
未評価
お気に入り
0
閲覧数
12
フォーク
3
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
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