
MCP Toolhouse
โ 4from SecretiveShell
Provides access to a wide range of tools from the Toolhouse platform.
๐ฅ๐ฅ๐ฅโ VerifiedAccount requiredNeeds API keys
MCP Toolhouse
This is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform.
Copy & paste โ that's it
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claudeBefore it works, you'll need: TOOLHOUSE_API_KEYTOOLHOUSE_BUNDLEPYTHONUTF8
Installation
Installing via Smithery
To install Toolhouse for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claudeManual Setup
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.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ