MCP ExplorerExplorer

Mcp Toolhouse

@SecretiveShellon a year ago
3 MIT
FreeCommunity
AI Systems
A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.

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.

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers