
Tool Builder
STDIOMCP server allowing LLMs to dynamically create new tools through natural language
MCP server allowing LLMs to dynamically create new tools through natural language
An MCP server that empowers LLMs to dynamically create new tools through MCP clients such as Claude Desktop.
Use the create_tool command in Claude Desktop (or suggest strongly!!) to create new tools dynamically
cd mcp-tool-builder uv venv .venv\Scripts\activate uv pip install -e .
Add to claude_desktop_config.json
:
{ "mcpServers": { "tool-builder": { "command": "uv", "args": [ "--directory", "PATH_TO\\mcp-tool-builder", "run", "tool-builder" ] } } }