Connects to the Toolhouse platform to give Claude access to various developer utilities and AI-assisted tools through a single integration.

Integrates with Toolhouse platform to provide access to diverse utilities for developers and teams incorporating AI-assisted tasks.

4249 views1Local (stdio)

What it does

  • Access Toolhouse platform tools
  • Execute AI-assisted developer tasks
  • Run diverse utility functions
  • Integrate multiple tools through one connection

Best for

Developers using AI-powered workflowsTeams needing diverse utility accessProjects requiring multiple tool integrations
Single connection to multiple toolsEasy Smithery installation

About Toolhouse

Toolhouse is a community-built MCP server published by secretiveshell that provides AI assistants with tools and capabilities via the Model Context Protocol. Toolhouse integrates AI-assisted tasks for developers and teams, enhancing collaboration with leading collaboration soft It is categorized under productivity, developer tools.

How to install

You can install Toolhouse in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Toolhouse is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

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.

Alternatives

Related Skills

Browse all skills
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

6
cli-builder

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

2
chief-architect

PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.

0
openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

0
api-documenter

Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.

0
ydc-ai-sdk-integration

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.

0