MCP Server Starter
@StevenStavrakis
关于 MCP Server Starter
An opinionated starter template for making Model Context Protocol (MCP) servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-starter-template": {
"command": "bun",
"args": [
"run",
"scripts/create-tool.ts",
"<tool-name>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Starter?
MCP Server Starter is a production-ready template for building Model Context Protocol (MCP) servers with TypeScript. It provides a clean project structure, automated tool scaffolding, and developer tooling for fast testing and linting.
How to use MCP Server Starter?
Clone the repository, install dependencies with bun install, and build with bun run build. Use bun run scripts/create-tool.ts <tool-name> to scaffold new MCP tools. Add the built server to Claude Desktop by editing the config file with the node command and path to dist/main.js.
Key features of MCP Server Starter
- Bun for fast testing and development
- Biome for linting and formatting
- Automated version management with standard-version
- Tool scaffolding script for quick tool creation
- Clean, maintainable project structure
Use cases of MCP Server Starter
- Quickly bootstrap a new MCP server project with TypeScript
- Scaffold and organize multiple MCP tools with a consistent structure
- Develop and test MCP tools locally with Bun’s test runner
- Publish the completed MCP server to npm for distribution
FAQ from MCP Server Starter
What dependencies are required?
Bun is used for package management, testing, and running scripts. Node.js is needed to run the compiled server.
How do I add a new MCP tool?
Run bun run scripts/create-tool.ts <tool-name> – it creates a new tool directory with index, schema, and test files, and updates the tools index.
How do I connect this server to Claude Desktop?
Build the project with bun run build, then add an entry to Claude Desktop’s configuration with command node and args pointing to dist/main.js.
Can I publish this to npm?
Yes. Log in to npm, build the project, and run npm publish. Use bun run release to bump version numbers before publishing.
Does this server handle authentication or transport?
The README does not describe any built-in authentication or transport configuration; it is a starter template that you extend.
开发工具 分类下的更多 MCP 服务器
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论