返回市场
MCP工具屋

MCP工具屋

作者:SecretiveShell3 星标更新:2025-02-08

项目介绍

MCP Toolhouse

smithery 徽章

这是一个模型上下文协议(MCP)服务器,提供来自Toolhouse平台的工具访问。

安装

通过 Smithery 安装

要通过 Smithery 自动安装 Toolhouse for Claude Desktop,请执行以下命令:

npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude

手动设置

设置你的 json 文件如下所示:

{
    "mcpServers": {
        "MCP-Toolhouse": {
            "command": "uv",
            "args": ["run", "mcp-toolhouse"],
            "env": {
                "TOOLHOUSE_API_KEY": "th-******************_*****_******************",
                "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name",
                "PYTHONUTF8": "1"
            }
        }
    }
}

在 Windows 上运行某些工具时,需要设置 Python 的 utf8 环境变量。