MCP-toolhouse

SecretiveShell/MCP-toolhouse
★ 4 stars Python 🤖 AI/LLM Updated 3mo ago
A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-toolhouse": {
      "command": "uvx",
      "args": [
        "mcp-toolhouse"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolhouse