Dynamic Tool Builder
STDIOMCP server that empowers LLMs to dynamically create new tools through MCP clients.
MCP server that empowers LLMs to dynamically create new tools through MCP clients.
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" ] } } }