MCP 툴하우스
이는 Toolhouse 플랫폼의 도구에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Toolhouse를 자동으로 설치하려면:
지엑스피1
수동 설정
다음과 같이 JSON을 설정하세요.
{
"mcpServers": {
"MCP-Toolhouse": {
"command": "uv",
"args": ["run", "mcp-toolhouse"],
"env": {
"TOOLHOUSE_API_KEY": "th-******************_*****_******************",
"TOOLHOUSE_BUNDLE": "toolhouse-bundle-name",
"PYTHONUTF8": "1"
}
}
}
}
일부 도구가 Windows에서 작동하려면 Python utf8 env가 필요합니다.