https://github.com/secretiveshell/mcp-toolhouse
A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.
https://github.com/secretiveshell/mcp-toolhouse
Last synced: 8 months ago
JSON representation
A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.
- Host: GitHub
- URL: https://github.com/secretiveshell/mcp-toolhouse
- Owner: SecretiveShell
- License: mit
- Created: 2025-02-06T22:10:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-08T13:21:50.000Z (9 months ago)
- Last Synced: 2025-03-28T18:59:01.866Z (8 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ mcp-toolhouse - assisted tasks. (python) (Other Tools and Integrations / How to Submit)
README
# MCP Toolhouse
[](https://smithery.ai/server/@SecretiveShell/MCP-toolhouse)
This is a model context protocol (MCP) server that provides access to tools from the [Toolhouse](https://toolhouse.ai) platform.
## Installation
### Installing via Smithery
To install Toolhouse for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@SecretiveShell/MCP-toolhouse):
```bash
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude
```
### Manual Setup
Setup your json like this:
```json
{
"mcpServers": {
"MCP-Toolhouse": {
"command": "uv",
"args": ["run", "mcp-toolhouse"],
"env": {
"TOOLHOUSE_API_KEY": "th-******************_*****_******************",
"TOOLHOUSE_BUNDLE": "toolhouse-bundle-name",
"PYTHONUTF8": "1"
}
}
}
}
```
The python utf8 env is required for some tools to work on windows.