MCP Server Template
@stevennevins
关于 MCP Server Template
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"architect-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Template?
MCP Server Template is a starter project for building Model Context Protocol (MCP) servers. It provides a development environment, an Architect tool that integrates with the LLM CLI for architectural design feedback, and built-in testing utilities. The template is intended for developers who want to create MCP servers and need a ready-to-use structure with hot reload, testing, and debugging support.
How to use MCP Server Template?
Install dependencies with npm install, then start development with npm run dev. Build the project with npm run build, run tests with npm test, and start the production server with npm start. For local testing, use the TestClient, MCP Inspector (npx @modelcontextprotocol/inspector node dist/index.js), or integrate with Cursor by building and linking the package.
Key features of MCP Server Template
- Architect tool for architectural design feedback via LLM CLI
- Maintains conversation context across multiple LLM interactions
- Includes TestClient for unit testing of tools
- MCP Inspector for visual debugging and tool inspection
- Hot reload development server with
npm run dev - Integration with Cursor for local MCP server testing
Use cases of MCP Server Template
- Building a new MCP server from a structured template
- Getting architectural feedback on designs using the LLM CLI
- Testing MCP tool implementations with a built-in test client
- Debugging MCP server communication via the inspector web UI
- Developing and testing MCP servers locally with Cursor
FAQ from MCP Server Template
What prerequisites does the template require?
The LLM CLI must be installed and available in your PATH. It can be installed via brew install llm.
How do I test my tools locally?
Use the TestClient (imported from ./utils/TestClient) for unit tests, or run the MCP Inspector with npx @modelcontextprotocol/inspector node dist/index.js for visual debugging.
Can I test the MCP server with Cursor?
Yes. Build the project, run npm run link, then add the server to Cursor settings as a command-type MCP server using the linked binary name (architect-test-mcp-tool).
How do I debug communication issues?
Use the MCP Inspector, which provides a web interface at http://localhost:5173 to view tools, test calls, and inspect request/response payloads.
What dependencies are needed to run the template?
Node.js, npm, and the LLM CLI. The template uses standard npm scripts for installation, development, building, testing, and production.
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
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).🦀
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论