Toolhouse MCP Server
@toolhouse-community
About Toolhouse MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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?
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.
Frequently asked questions
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.
Basic information
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,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments