MCP 工具房
这是一个模型上下文协议 (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 环境。