A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.
3 stars
Python
Updated Oct 3, 2025
Documentation
MCP Toolhouse
This is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform.
Installation
Installing via Smithery
To install Toolhouse for Claude Desktop automatically via Smithery:
bash
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claudeManual Setup
Setup your json like this:
json
{
"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.
Similar MCP
Based on tags & features
Trending MCP
Most active this week