SecretiveShell

MCP Toolhouse

Community SecretiveShell
Updated

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

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:

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.

MCP Server · Populars

MCP Server · New

    chatmcp

    mcpso

    directory for Awesome MCP Servers

    Community chatmcp
    TBXark

    MCP Proxy Server

    An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

    Community TBXark
    ttommyth

    interactive-mcp

    Ask users questions from your LLM! interactive-mcp: Local, cross-platform MCP server for interactive prompts, chat & notifications.

    Community ttommyth
    lpigeon

    ros-mcp-server

    The ROS MCP Server is designed to support robots in performing complex tasks and adapting effectively to various environments by providing a set of functions that transform natural language commands, entered by a user through an LLM, into ROS commands for robot control.

    Community lpigeon
    emicklei

    melrose-mcp

    interactive programming of melodies, producing MIDI

    Community emicklei