MCP工具室
](https://smithery.ai/server/@SecretiveShell/MCP-toolhouse)
这是一个模型上下文协议(MCP)服务器,提供从 工具房 平台。
安装
通过Smithery安装
通过以下方式自动安装适用于Claude Desktop的Toolhouse 史密瑟里:
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 env。
