Toolhouse MCP Server
@MCP-Mirror
About Toolhouse MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"toolhouse-community_mcp-server-toolhouse": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"--directory",
"/path/to/toolhouse_mcp",
"run",
"toolhouse-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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(nouvxsupport 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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments