MCP.so
ログイン

Toolhouse MCP Server

@toolhouse-community

Toolhouse MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

toolhouse-community

設定

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

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

ツール

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

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

概要

What is Toolhouse MCP Server?

This MCP server connects MCP clients with Toolhouse's tools, built on Toolhouse and Groq's API for fast inference. It allows developers using compatible MCP clients (e.g., Claude Desktop) to access a library of tools from the Toolhouse platform.

How to use Toolhouse MCP Server?

Set the environment variables TOOLHOUSE_API_KEY and TOOLHOUSE_BUNDLE_NAME, then add the server to your MCP client's configuration (e.g., claude_desktop_config.json). Run via uvx mcp_server_toolhouse with the two env vars, or clone the repository and use uv pointing to the local directory.

Key features of Toolhouse MCP Server

  • Connects MCP clients to Toolhouse tool library
  • Requires Toolhouse API key and bundle name
  • Built on Toolhouse and Groq for fast inference
  • Supports clients like Claude Desktop, Cursor, Windsurf
  • Can be run with uvx or locally with uv

Use cases of Toolhouse MCP Server

  • Enhance Claude Desktop with web scraping, memory, and email tools
  • Build custom AI workflows that need Toolhouse’s tool library
  • Integrate Toolhouse tools into AI-powered IDEs like Cursor or Windsurf
  • Connect any MCP-compatible application to a curated bundle of tools

FAQ from Toolhouse MCP Server

What API key and bundle do I need?

You need a Toolhouse API key (free to get started) and a bundle name from your Toolhouse dashboard. The bundle groups the tools you want to use on your client.

Which MCP clients are supported?

The server is designed for any MCP client; the README specifically mentions Claude Desktop, Cursor, Windsurf, and Cline.

How do I debug the Toolhouse MCP Server?

Use the MCP Inspector via npx @modelcontextprotocol/inspector uv --directory /path/to/toolhouse_mcp run toolhouse-mcp. MCP servers run over stdio, so the Inspector helps with debugging.

What are the runtime dependencies?

The server can run with uvx (no local install) or locally with uv after cloning the repository. It is a Python package (mcp_server_toolhouse), so Python and uv are required.

Where does my data live?

The Toolhouse API key and bundle are passed as environment variables. Data flows through the Toolhouse platform according to your bundle settings; no data is stored by this MCP server itself.

コメント

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