
工具屋
STDIO提供Toolhouse平台工具的MCP服务器
提供Toolhouse平台工具的MCP服务器
This is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform.
To install Toolhouse for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude
Setup your json like this:
{ "mcpServers": { "MCP-Toolhouse": { "command": "uv", "args": ["run", "mcp-toolhouse"], "env": { "TOOLHOUSE_API_KEY": "th-******************_*****_******************", "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name", "PYTHONUTF8": "1" } } } }
The python utf8 env is required for some tools to work on windows.