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.
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Unstructured API MCP Server
Interact with the Unstructured API to manage data sources, destinations, workflows, and jobs.
MCP ZAP Server
Exposes OWASP ZAP as an MCP server, enabling AI agents to orchestrate security scans, import OpenAPI specs, and generate reports.
Binlog MCP Server
A Model Context Protocol Server for analyzing MSBuild binlogs.
VSCode MCP
Interact with VSCode through the Model Context Protocol, enabling AI agents to perform development tasks.
CAD-MCP
Control CAD software with natural language instructions to perform drawing operations.
Flutter MCP
A real-time MCP server providing Flutter/Dart documentation and pub.dev package information to AI assistants, supporting over 50,000 packages on demand.
Deno Gemini Grounding MCP Server
A Model Context Protocol server that provides access to the connpass users API v2, utilizing Gemini for grounding.
MCP Stdio Server
An MCP server using stdio transport, offering file system access, a calculator, and a code review tool. Requires Node.js.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.
Code Reasoning
Enhances Claude's ability to solve complex programming tasks through structured, step-by-step thinking.