MCP 메이커
새로운 MCP를 생성하기 위한 모델 컨텍스트 프로토콜 서버입니다.
개요
MCP Maker는 새로운 모델 컨텍스트 프로토콜(Model Context Protocol) 서버를 생성하는 데 도움을 주도록 설계된 전문 MCP 서버입니다. MCP 프로젝트를 스캐폴딩하는 데 필요한 도구와 템플릿을 제공하며, 다음과 같은 다양한 기능을 제공합니다.
- 기본 MCP 서버 구조 설정
- 도구 정의 템플릿
- 리소스 템플릿
- 프롬프트 템플릿
- Claude Desktop 통합을 위한 구성 지침
설치
필수 조건
- Node.js(v18+)
- npm 또는 pnpm
설정
- 이 저장소를 복제하세요:
지엑스피1
- 종속성 설치:
- 프로젝트를 빌드하세요:
Claude Desktop과 함께 사용
- MCP Maker 서버를 인식하도록 Claude Desktop을 구성하세요.
Claude Desktop 구성 파일을 편집하세요.
- macOS의 경우:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows의 경우:
%APPDATA%/Claude/claude_desktop_config.json
구성에 다음을 추가하세요.
- Claude Desktop을 다시 시작하세요
- Claude Desktop에서는 이제 MCP Maker의 도구를 사용하여 새로운 MCP 서버를 만들 수 있습니다.
사용 가능한 도구
generate_mcp_boilerplate
필요한 보일러플레이트 파일을 모두 포함하여 새로운 MCP 서버 프로젝트를 만듭니다.
create_tool_template
사용자 정의 가능한 매개변수를 사용하여 새로운 MCP 도구에 대한 템플릿 코드를 생성합니다.
create_resource_template
새로운 MCP 리소스에 대한 템플릿 코드를 생성합니다.
create_prompt_template
새로운 MCP 프롬프트에 대한 템플릿 코드를 생성합니다.
개발
자동 재빌드를 사용한 개발의 경우:
디버깅을 위해 MCP Inspector를 사용하세요.
특허
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
다양한 기능을 갖춘 스캐폴딩 프로젝트를 위한 도구와 템플릿을 제공하여 사용자가 새로운 MCP(Model Context Protocol) 서버를 만드는 데 도움이 되는 전문 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -367661JavaScriptApache 2.0
- -securityAlicense-qualityMCP 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 -24TypeScriptMIT License
- -securityAlicense-qualityMCP 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 -23TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -5084TypeScriptMIT License