Skip to main content
Glama

MCP-toolhouse

Casa de herramientas MCP

Este es un servidor de protocolo de contexto de modelo (MCP) que proporciona acceso a herramientas de la plataforma Toolhouse .

Instalación

Instalación mediante herrería

Para instalar Toolhouse para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude

Configuración manual

Configura tu json de esta manera:

{ "mcpServers": { "MCP-Toolhouse": { "command": "uv", "args": ["run", "mcp-toolhouse"], "env": { "TOOLHOUSE_API_KEY": "th-******************_*****_******************", "TOOLHOUSE_BUNDLE": "toolhouse-bundle-name", "PYTHONUTF8": "1" } } } }

El entorno UTF8 de Python es necesario para que algunas herramientas funcionen en Windows.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Servidor MCP para toolhouse.ai. A diferencia del servidor oficial, no depende de un LLM externo.

  1. Instalación
    1. Instalación mediante herrería
    2. Configuración manual

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides LLMs access to other LLMs
    Last updated -
    4
    14
    12
    JavaScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
    Last updated -
    32
    Python
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    MCP server enabling LLMs to perform browser tasks via SSE transport, allowing clients like Cursor.ai and Claude to open websites and interact with web content through natural language commands.
    Last updated -
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-toolhouse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server