MCP.so
ログイン

Toolhouse MCP Server

@MCP-Mirror

Toolhouse MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "toolhouse-community_mcp-server-toolhouse": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "uv",
        "--directory",
        "/path/to/toolhouse_mcp",
        "run",
        "toolhouse-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Toolhouse MCP Server?

Toolhouse MCP Server connects Model Context Protocol (MCP) clients—such as the Claude Desktop app—to Toolhouse’s library of tools, using Groq’s API for fast inference. It is built for developers who want to extend MCP‑compatible applications with pre‑built, customisable tools.

How to use Toolhouse MCP Server?

Clone the repository and set the required environment variables: TOOLHOUSE_API_KEY, GROQ_API_KEY, and TOOLHOUSE_BUNDLE_NAME. Then add the server to your client’s mcpServers configuration (e.g., claude_desktop_config.json) using the uv command pointing to the local folder.

Key features of Toolhouse MCP Server

  • Connects MCP clients to Toolhouse’s tool library
  • Powered by Toolhouse and Groq for fast inference
  • Supports custom tool bundles via the Toolhouse dashboard
  • Runs locally with uv (no uvx support yet)
  • Debuggable with the MCP Inspector

Use cases of Toolhouse MCP Server

  • Enhance Claude Desktop with tools for web scraping, memory, or sending email
  • Build AI workflows that combine multiple third‑party tools through a single MCP interface
  • Prototype and test custom tool bundles before production deployment

FAQ from Toolhouse MCP Server

What API keys are needed?

You need a Toolhouse API key, a Groq API key, and the name of a Toolhouse bundle.

How do I configure the server?

Add the server definition to your client’s mcpServers config JSON, specifying the uv command and the required environment variables.

Can I run it with uvx?

No. The project is not yet configured for ephemeral environments like uvx. Clone the repository and run locally.

What tools are available?

You define a bundle on Toolhouse (e.g., “mcp‑toolhouse”) and add tools such as “Scrape the web”, “Memory”, or “Send Email”.

How do I debug the server?

Use the MCP Inspector. Launch it with npx @modelcontextprotocol/inspector uv --directory /path/to/toolhouse_mcp run toolhouse-mcp.

コメント

「その他」の他のコンテンツ