MCP 服务器模板🛠️
用于构建您自己的模型上下文协议 (MCP) 服务器的入门模板。此模板提供了创建可与 Cursor 或 Claude Desktop 配合使用的自定义 MCP 所需的基本结构和设置。
特征
使用 TypeScript 设置基本的 MCP 服务器
示例工具实现
即用型项目结构
项目结构
入门
克隆此模板:
安装依赖项:
构建项目:
这将生成/build/index.js文件 - 已编译的 MCP 服务器脚本。
与游标一起使用
前往“光标设置”->“MCP”->“添加新的 MCP 服务器”
配置您的 MCP:
姓名:[选择您自己的名字]
类型:命令
命令:
node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js
与 Claude Desktop 一起使用
将以下 MCP 配置添加到您的 Claude Desktop 配置中:
发展
该模板在index.ts中包含一个示例工具实现。要创建您自己的 MCP,请执行以下操作:
修改
index.ts中的服务器配置:
使用
server.tool()方法定义您的自定义工具:
构建并测试您的实现:
贡献
请随时提交问题和增强请求!
执照
麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
用于构建模型上下文协议服务器的入门模板,可以与 Cursor 或 Claude Desktop 集成,允许开发人员为 AI 助手创建自定义工具和扩展。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA foundation for building custom local Model Context Protocol (MCP) servers that provide tools accessible to AI assistants like Cursor or Claude Desktop.Last updated -130MIT License
- Asecurity-licenseAqualityA starter template for building Model Context Protocol servers that can integrate AI assistants with custom tools, resource providers, and prompt templates.Last updated -1831
- Asecurity-licenseAqualityA starter template for building Model Context Protocol servers that integrate with AI assistants like Claude and Cursor, providing custom tools, resource providers, and prompt templates.Last updated -2
- Asecurity-licenseAqualityA starter template for building Model Context Protocol servers that integrate with AI assistants like Claude and Cursor, providing custom tools, resource providers, and prompt templates.Last updated -2