MCP Toolhouse
Provides access to a wide range of tools from the Toolhouse platform.
MCP Toolhouse
This is a model context protocol (MCP) server that provides access to tools from the Toolhouse platform.
Installation
Installing via Smithery
To install Toolhouse for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SecretiveShell/MCP-toolhouse --client claude
Manual Setup
Setup your json like this:
{
"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.
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Codebase MCP Server
A server for secure and efficient codebase analysis.
YAPI MCP Server
An MCP server for accessing YAPI interface details, configured via environment variables.
AI Agent Playwright
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
JSON Diff
A JSON diff tool to compare two JSON strings.
Micromanage
A server for managing sequential development tasks with configurable rules using external .mdc files.
MCP Forge
Generate MCP servers using Smithery with Cursor IDE integration.
FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.
Steadybit
Interact with the Steadybit platform to run chaos engineering experiments.
Fast MCP
A Ruby implementation of the Model Context Protocol (MCP) server for integrating AI models into Ruby applications.
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.