작업 진행 중 - 주의해서 사용하세요 - Windows
MCP 도구 빌더
Claude Desktop과 같은 MCP 클라이언트를 통해 LLM이 동적으로 새로운 도구를 생성할 수 있도록 지원하는 MCP 서버입니다.
특징
자연어로 설명하여 새로운 도구를 만듭니다.
새 도구를 사용하려면 클라이언트를 다시 시작해야 합니다(Claude Desktop)
새로운 도구는 ...\mcp-tool-builder\tools에 Python 스크립틀릿으로 저장됩니다.
새로운 도구 정의는 ...\mcp-tool-builder\tools\tools.json에 저장됩니다.
설치 시 포함된 도구 예시
get_bitcoin_price: CoinGecko에서 현재 비트코인 가격을 가져옵니다.
get_weather_forecast: 미국 우편번호 지역의 날씨를 가져옵니다(geopy 사용)
새로운 도구 만들기
Claude Desktop에서 create_tool 명령을 사용하여(또는 강력히 제안!!) 새로운 도구를 동적으로 생성합니다.
설치
이 저장소를 복제하세요
종속성 설치:
지엑스피1
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