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"
]
}
}
}
{
"mcpServers": {
"tool-builder": {
"env": {},
"args": [
"--directory",
"PATH_TO\\mcp-tool-builder",
"run",
"tool-builder"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.