MCP Server
MCP-toolhouse
MCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.
3
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "MCP-Toolhouse",
3 "command": "uv",
4 "args": [
5 "run",
6 "mcp-toolhouse"
7 ],
8 "env": {
9 "TOOLHOUSE_API_KEY": "th-******************_*****_******************",
10 "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name",
11 "PYTHONUTF8": "1"
12 }
13}
JSON13 lines
README 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:
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude
Manual 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.
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source