Hanweg Altimer/mcp-tool-builder
Built by Metorial, the integration platform for agentic AI.
Hanweg Altimer/mcp-tool-builder
Server Summary
Create tools via natural language descriptions
Save tools as Python scriptlets
Fetch current Bitcoin price
Get weather forecasts for US ZIP codes
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"
]
}
}
}