Skip to main content
Glama

MCP Maker

MCP 메이커

새로운 MCP를 생성하기 위한 모델 컨텍스트 프로토콜 서버입니다.

개요

MCP Maker는 새로운 모델 컨텍스트 프로토콜(Model Context Protocol) 서버를 생성하는 데 도움을 주도록 설계된 전문 MCP 서버입니다. MCP 프로젝트를 스캐폴딩하는 데 필요한 도구와 템플릿을 제공하며, 다음과 같은 다양한 기능을 제공합니다.

  • 기본 MCP 서버 구조 설정
  • 도구 정의 템플릿
  • 리소스 템플릿
  • 프롬프트 템플릿
  • Claude Desktop 통합을 위한 구성 지침

설치

필수 조건

  • Node.js(v18+)
  • npm 또는 pnpm

설정

  1. 이 저장소를 복제하세요:

지엑스피1

  1. 종속성 설치:
pnpm install
  1. 프로젝트를 빌드하세요:
pnpm run build

Claude Desktop과 함께 사용

  1. MCP Maker 서버를 인식하도록 Claude Desktop을 구성하세요.

Claude Desktop 구성 파일을 편집하세요.

  • macOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

구성에 다음을 추가하세요.

{ "mcpServers": { "mcp-maker": { "command": "node", "args": ["/absolute/path/to/mcp-maker/build/index.js"] } } }
  1. Claude Desktop을 다시 시작하세요
  2. Claude Desktop에서는 이제 MCP Maker의 도구를 사용하여 새로운 MCP 서버를 만들 수 있습니다.

사용 가능한 도구

generate_mcp_boilerplate

필요한 보일러플레이트 파일을 모두 포함하여 새로운 MCP 서버 프로젝트를 만듭니다.

create_tool_template

사용자 정의 가능한 매개변수를 사용하여 새로운 MCP 도구에 대한 템플릿 코드를 생성합니다.

create_resource_template

새로운 MCP 리소스에 대한 템플릿 코드를 생성합니다.

create_prompt_template

새로운 MCP 프롬프트에 대한 템플릿 코드를 생성합니다.

개발

자동 재빌드를 사용한 개발의 경우:

pnpm run watch

디버깅을 위해 MCP Inspector를 사용하세요.

pnpm run inspector

특허

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
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(Model Context Protocol) 서버를 만드는 데 도움이 되는 전문 서버입니다.

  1. 개요
    1. 설치
      1. 필수 조건
      2. 설정
    2. Claude Desktop과 함께 사용
      1. 사용 가능한 도구
        1. generate_mcp_boilerplate
        2. create_tool_template
        3. create_resource_template
        4. create_prompt_template
      2. 개발
        1. 특허

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
            Last updated -
            3
            676
            61
            JavaScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
            Last updated -
            2
            4
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
            Last updated -
            2
            3
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.
            Last updated -
            5
            0
            84
            TypeScript
            MIT License
            • 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/CaptainCrouton89/mcp-maker'

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