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
A Model Context Protocol server for interacting with the Solana blockchain, powered by the Solana Agent Kit (https://github.com/sendaifun/solana-agent-kit)
Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model...
Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Python and TypeScript library for integrating the Stripe API into agentic workflows

Official mailtrap.io MCP server
An MCP server that autonomously evaluates web applications.
A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.
A collection of tools for your LLMs that run on Modal
Model Context Protocol server for KiCad on Mac, Windows, and Linux
Linkup is a third-party extension that gives Claude access to real-time web search and premium content sources. It...