Toolhouse MCP Server
@toolhouse-community
About Toolhouse MCP Server
No overview available yet
Basic information
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.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments