WORK IN PROGRESS - USE WITH CAUTION - Windows
MCP Tool Builder
An MCP server that empowers LLMs to dynamically create new tools through MCP clients such as Claude Desktop.
Features
- Create new tools by describing them in natural language
- Requires client restart to use new tools (Claude Desktop)
- New tools are saved as python scriptlets in …mcp-tool-buildertools
- New tool definitions are saved in …mcp-tool-buildertoolstools.json
Example tools included at installation
- get_bitcoin_price: Fetches current Bitcoin price from CoinGecko
- get_weather_forecast: Gets weather for US ZIP codes (uses geopy)
Creating New Tools
Use the create_tool command in Claude Desktop (or suggest strongly!!) to create new tools dynamically
Installation
- Clone this repository
- Install dependencies:
cd mcp-tool-builder
uv venv
.venvScriptsactivate
uv pip install -e .
Usage with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tool-builder": {
"command": "uv",
"args": [
"--directory",
"PATH_TO\mcp-tool-builder",
"run",
"tool-builder"
]
}
}
}
Tool Builder
Project Details
- hanweg/mcp-tool-builder
- The Unlicense
- Last Updated: 4/20/2025
Recomended MCP Servers
MCP server for Intercom chat integration
Fork of ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
Connect Rhino3D to Claude AI via the Model Context Protocol
A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.
Linkup is a third-party extension that gives Claude access to real-time web search and premium content sources. It...
An MCP implementation for Selenium WebDriver
mcp-collection
An MCP server paired with a browser extension that enables LLM clients to control the user's browser.
A start template for a typescript mcp server





