A favicon of Toolhouse

Toolhouse

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

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install SecretiveShell/MCP-toolhouse -c claude

This command will automatically install and configure the Toolhouse MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Toolhouse": {
      "command": "uv",
      "args": [
        "run",
        "mcp-toolhouse"
      ],
      "env": {
        "TOOLHOUSE_API_KEY": "th-******************_*****_******************",
        "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name",
        "PYTHONUTF8": "1"
      }
    }
  }
}

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.

Share:
Details:
  • Stars


    3
  • Forks


    0
  • Last commit


    5 months ago
  • Repository age


    5 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Toolhouse:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit