工作正在进行中 - 谨慎使用 - Windows
MCP 工具生成器
MCP 服务器使 LLM 能够通过 MCP 客户端(例如 Claude Desktop)动态创建新工具。
特征
使用自然语言描述来创建新工具
需要重新启动客户端才能使用新工具(Claude Desktop)
新工具作为 Python 脚本保存在 ...\mcp-tool-builder\tools 中
新的工具定义保存在...\mcp-tool-builder\tools\tools.json
安装时包含的示例工具
get_bitcoin_price:从 CoinGecko 获取当前比特币价格
get_weather_forecast:获取美国邮政编码的天气(使用 geopy)
创建新工具
使用 Claude Desktop 中的 create_tool 命令(或强烈建议!!)动态创建新工具
安装
克隆此存储库
安装依赖项:
与 Claude Desktop 一起使用
添加到claude_desktop_config.json
:
local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP 服务器根据用户请求根据需要创建新工具来构建自身(需要重新启动 Claude Desktop 才能使用新创建的工具)。
Related MCP Servers
- -securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -MIT License
- AsecurityFlicenseAqualityA server built with mcp-framework that allows users to extend Claude's capabilities by adding custom tools that can be used through the Claude Desktop client.Last updated -340
- AsecurityFlicenseAqualityAn intelligent MCP server that enables seamless restarting of Claude's MCP handler process without disrupting the UI, allowing for plugin reloading without closing the entire Claude Desktop application.Last updated -30