Toolhouse MCP Server
@MCP-Mirror
About Toolhouse MCP Server
Mirror of
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
🚀 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,
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments