Skip to main content
Glama

mcp-tool-builder

by hanweg

작업 진행 중 - 주의해서 사용하세요 - 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. 이 저장소를 복제하세요
  2. 종속성 설치:

지엑스피1

Claude Desktop과 함께 사용

claude_desktop_config.json 에 추가:

{ "mcpServers": { "tool-builder": { "command": "uv", "args": [ "--directory", "PATH_TO\\mcp-tool-builder", "run", "tool-builder" ] } } }

스크린샷 2024-12-24 105318

영상

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

사용자 요청에 따라 필요에 따라 새로운 도구를 만들어 자체적으로 구축되는 MCP 서버입니다(새로 만든 도구를 사용하려면 Claude Desktop을 다시 시작해야 합니다).

  1. MCP 도구 빌더
    1. 특징
    2. 설치 시 포함된 도구 예시
    3. 새로운 도구 만들기
    4. 설치
    5. Claude Desktop과 함께 사용

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.
    Last updated -
    1
    9
    9
    JavaScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An MCP server that enables Claude Desktop to interact with Sanity.io content, providing tools to create, edit, list documents and get schema templates.
    Last updated -
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.
    Last updated -
    Python
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Python-based server that helps users easily install and configure other MCP servers across different platforms.
    Last updated -
    2
    Python
    • Apple
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-tool-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server