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.
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.
Coding Standards
An MCP server for enforcing coding standards and best practices.
Mermaid MCP Server
Converts Mermaid diagrams to PNG or SVG images.
mcp-server template
A template for creating MCP (ModelContextProvider) servers, configurable via environment variables.
Phabricator
Interacting with Phabricator API
Makefile MCP Server
Exposes Makefile targets as callable tools for AI assistants.
MCP Server Demonstration
A demonstration on setting up and using MCP servers within Cursor, with Docker examples.
mcp-registry-mcp
Interact with an MCP registry to check health, list entries, and get server details.
Ethereum Tools for Claude
A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI.
MCP-Creator-MCP
Create new MCP servers using AI-guided workflows and intelligent templates.