这是一个模型上下文协议(MCP)服务器,提供来自Toolhouse平台的工具访问。
要通过 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 环境变量。