Toolhouse MCP Server
@MCP-Mirror
关于 Toolhouse MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"toolhouse-community_mcp-server-toolhouse": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"--directory",
"/path/to/toolhouse_mcp",
"run",
"toolhouse-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 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,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论