drio
Open app

Toolhouse MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The Toolhouse MCP Server is a server designed to bridge MCP clients with Toolhouse's tools, enabling seamless integration of AI-powered applications with external data sources and tools using the Model Context Protocol (MCP).

To use the Toolhouse MCP Server, you need to obtain API keys from Toolhouse and Groq, configure your MCP client to include this server, and run the server locally or integrate it into your AI workflows.

  • Connection of compatible MCP Clients to a vast library of tools. - Seamless integration with external data sources and workflows.
  1. Enhancing AI-powered IDEs with additional functionalities.
  2. Improving chat interfaces by integrating external tools.
  3. Creating customized AI workflows for various 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": {
    "mcp-server-toolhouse-toolhouse-community": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

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": {
    "mcp-server-toolhouse-toolhouse-community": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-toolhouse-toolhouse-community": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-toolhouse-toolhouse-community": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-toolhouse-toolhouse-community": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-toolhouse-toolhouse-community": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-toolhouse-toolhouse-community"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is an open protocol that facilitates the integration of LLM applications with external tools and data.

How do I get started with configuring the Toolhouse MCP Server?

Follow the configuration steps to obtain the required API keys and modify the settings in your MCP client's configuration file.

Can I run the Toolhouse MCP Server locally?

Yes! You can clone the repository and run the server locally by configuring your MCP client accordingly.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":472,"uuid":"9fae0a34-15a6-41ab-933d-b7eb64861d4c","name":"mcp-server-toolhouse","title":"Toolhouse MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/183827180?v=4","created_at":"2024-12-19T02:13:41.402Z","updated_at":"2024-12-19T12:38:31.978Z","status":"created","author_name":"toolhouse-community","author_avatar_url":"https://avatars.githubusercontent.com/u/183827180?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/toolhouse-community/mcp-server-toolhouse","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/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"}]]}]