MCP 制造商
用于创建新 MCP 的模型上下文协议服务器。
概述
MCP Maker 是一款专业的 MCP 服务器,旨在帮助您创建新的模型上下文协议 (MCP) 服务器。它提供用于搭建 MCP 项目的工具和模板,并具备多种功能,包括:
基本 MCP 服务器结构设置
工具定义模板
资源模板
提示模板
Claude Desktop 集成的配置指南
安装
先决条件
Node.js(v18+)
npm 或 pnpm
设置
克隆此存储库:
安装依赖项:
构建项目:
与 Claude Desktop 一起使用
配置 Claude Desktop 以识别 MCP Maker 服务器:
编辑您的 Claude Desktop 配置文件:
在 macOS 上:
~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
将以下内容添加到您的配置中:
重启Claude桌面
在 Claude Desktop 中,您现在可以使用 MCP Maker 的工具来帮助您创建新的 MCP 服务器。
可用工具
generate_mcp_boilerplate
创建一个包含所有必要样板文件的新 MCP 服务器项目。
create_tool_template
为具有可定制参数的新 MCP 工具生成模板代码。
create_resource_template
为新的 MCP 资源生成模板代码。
create_prompt_template
为新的 MCP 提示生成模板代码。
发展
对于使用自动重建的开发:
如需调试,请使用 MCP Inspector:
执照
麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
一种专用服务器,通过提供具有各种功能的脚手架项目工具和模板来帮助用户创建新的模型上下文协议 (MCP) 服务器。
Related MCP Servers
- Asecurity-licenseAqualityA 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 -31663Apache 2.0
- -security-license-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 -34MIT License
- -security-license-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 -63MIT License
- Asecurity-licenseAqualityA 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 -5496MIT License