Overview
Toolhouse MCP Server is a platform that enables easy integration between Model Context Protocol (MCP) clients and Toolhouse's tools, facilitating seamless access to a wide range of functionalities powered by AI.
To use the Toolhouse MCP Server, configure your MCP client with the necessary API keys from Toolhouse and Groq, set up your desired tool bundle, and modify the client configuration file to include the server details. You can then run the server locally or integrate it with compatible clients.
- Enables compatibility with various MCP clients to enhance their capabilities with Toolhouse tools. - Supports API integration for seamless tool access. - Provides a standardized approach to connect LLM applications with external data sources.
- Building AI-powered IDEs that require integration with various tools.
- Enhancing chat interfaces with additional functionalities.
- Creating custom AI workflows for diverse applications.
Add to your AI client
Use these steps to connect Toolhouse MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"toolhouse-community-mcp-server-toolhouse-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolhouse-community-mcp-server-toolhouse-mcp-mirror"
]
}
}
}FAQ
What is required to set up the Toolhouse MCP Server?
You will need API keys from Toolhouse and Groq, and a compatible MCP client.
Is this server free to use?
Yes, the Toolhouse MCP Server is free to use, but API usage may have associated costs depending on the service.
How can I debug the MCP server?
Use the MCP Inspector tool for an easier debugging experience.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":549,"uuid":"b08cc662-58ef-4451-8b96-97e3688fcff7","name":"toolhouse-community_mcp-server-toolhouse","title":"Toolhouse MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T02:55:33.409Z","updated_at":"2025-01-05T02:55:16.439Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,toolhouse,integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/toolhouse-community_mcp-server-toolhouse","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/MCP-Mirror/toolhouse-community_mcp-server-toolhouse/raw/main/assets/mcp-server-toolhouse-banner.svg","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]