- Explore MCP Servers
- MCP-toolhouse
Mcp Toolhouse
What is Mcp Toolhouse
MCP-toolhouse is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform, enabling users to leverage various functionalities offered by the platform.
Use cases
Use cases for MCP-toolhouse include automating workflows, integrating machine learning tools, and enhancing productivity in various programming tasks.
How to use
To use MCP-toolhouse, you can install it automatically via Smithery using the command: npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude. Alternatively, you can set it up manually by configuring a JSON file with the required parameters.
Key features
Key features of MCP-toolhouse include seamless integration with the Toolhouse platform, support for various tools, and the ability to run on different environments, including Windows with UTF-8 support.
Where to use
MCP-toolhouse can be used in software development, data analysis, and any application that requires access to tools provided by the Toolhouse platform.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Toolhouse
MCP-toolhouse is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform, enabling users to leverage various functionalities offered by the platform.
Use cases
Use cases for MCP-toolhouse include automating workflows, integrating machine learning tools, and enhancing productivity in various programming tasks.
How to use
To use MCP-toolhouse, you can install it automatically via Smithery using the command: npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude. Alternatively, you can set it up manually by configuring a JSON file with the required parameters.
Key features
Key features of MCP-toolhouse include seamless integration with the Toolhouse platform, support for various tools, and the ability to run on different environments, including Windows with UTF-8 support.
Where to use
MCP-toolhouse can be used in software development, data analysis, and any application that requires access to tools provided by the Toolhouse platform.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










