trackmcp
Back to directory
SecretiveShell

MCP-toolhouse

View on GitHub

A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.

3 stars PythonAI & Machine Learning Updated Oct 3, 2025

Documentation

# MCP Toolhouse

smithery badge

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 claude

### Manual 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.

Frequently asked questions

What is MCP-toolhouse?

MCP-toolhouse is A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.

How do I install MCP-toolhouse?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is MCP-toolhouse open source?

Yes — it is hosted on GitHub at https://github.com/SecretiveShell/MCP-toolhouse and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP