MCP 服务器启动器
使用 TypeScript 构建模型上下文协议 (MCP) 服务器的生产就绪入门模板。
🚀 快速入门
克隆存储库
安装依赖项:
✨ 主要特点
用于快速测试和开发的 Bun
Biome 用于 linting 和格式化
使用标准版本进行自动化版本管理
干净、可维护的项目结构
📂 项目结构
⚙️ 配置
创建新工具
该项目包括一个帮助创建新 MCP 工具的脚本:
这将:
在
src/tools/<tool-name>
下创建一个新的工具目录生成基本工具结构包括:
index.ts(主要实现)
schema.ts(工具参数的 JSON 架构)
test.ts(测试文件)
更新工具索引文件以导出新工具
例子:
🛠️ 开发
运行测试:
bun test
格式代码:
bun run format
Lint 代码:
bun run lint
构建项目:
bun run build
要将您的开发 MCP 服务器添加到 Claude Desktop:
构建项目:
添加到您的 Claude 桌面配置:
📜 版本管理
本项目使用standard-version进行自动化版本管理。运行bun run release
即可创建新版本。
提交消息格式
feat
:新功能(提升小版本)fix
:错误修复(补丁版本)BREAKING CHANGE
:重大变更(重大版本更新)
📦 发布到 npm
确保您已登录 npm:
构建项目:
发布包:
在发布新版本之前,请记住使用bun run release
更新版本号。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Weather MCP Server Starter:
从 npm 安装(发布后)
添加到您的 Claude 桌面配置:
Tools
用于构建模型上下文协议服务器的基于 TypeScript 的模板,具有快速测试、自动版本管理和用于 MCP 工具实现的清晰结构。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.Last updated -16038MIT License
- AsecurityFlicenseAqualityA TypeScript-based template for developing Model Context Protocol servers with features like dependency injection and service-based architecture, facilitating the creation and integration of custom data processing tools.Last updated -124
- -securityFlicense-qualityA starter template for creating Model Context Protocol servers using TypeScript, providing basic setup and sample tool implementation for developers to build their own MCP servers.Last updated -
- -securityFlicense-qualityA template repository for building Model Context Protocol (MCP) servers with TypeScript, featuring full TypeScript support, testing setup, CI/CD pipelines, and modular architecture for easy extension.Last updated -0
Appeared in Searches
- List of This Week's 15 Most Popular Free Minecraft Servers
- A customizable and widely supported Minecraft server
- Enhancing Prompt Engineering with MCP
- No-code platforms for application development using TypeScript, JavaScript, Python, with MCP server integration via agentic orchestration
- Setting Up AI Employee Tools on Docker Containers with MCP Servers