MCP Template
@adamwulf
关于 MCP Template
A barebones MCP server implementation in Swift using loopwork-ai's mcp-swift-sdk.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-template": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"<absolute_path_to_your_executable>",
"run"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Template?
MCP Template is a barebones foundation for building Model Context Protocol (MCP) servers using Swift. It demonstrates minimal integration with the mcp-swift-sdk and is intended for macOS applications and command line tools.
How to use MCP Template?
Add the package to your Package.swift dependencies, then import EasyMCP to register tools and start the server. The included command-line executable mcpexample offers a hello command for a basic demo and a run command to start a full MCP server with stdio transport. For debugging, use the MCP Inspector by running npx @modelcontextprotocol/inspector <path_to_executable> run.
Key features of MCP Template
- Basic Swift package structure for MCP server projects
- Command line "hello world" example tool
- Command line stdio transport for MCP interaction via
runcommand - Planned: App Store safe stdio and SSE server support
- Simple tool registration with async closures and error handling
Use cases of MCP Template
- Starting point for implementing custom MCP servers in Swift
- Learning the basics of MCP integration with
mcp-swift-sdk - Building command-line tools that communicate via MCP protocol
- Prototyping MCP resources and tools for macOS applications
- Foundation for debugging MCP implementations with the MCP Inspector
FAQ from MCP Template
What is the purpose of MCP Template?
It serves as a reference implementation and template that can be forked or cloned to jumpstart your own MCP server development, showing how to use mcp-swift-sdk in a minimal way.
What dependencies does MCP Template require?
It requires swift-argument-parser 1.3.0+ and a custom fork of mcp-swift-sdk (branch "feature/wait-for-complete").
What transport protocols does MCP Template support?
Currently it supports stdio transport for MCP interaction. SSE (Server-Sent Events) support is planned but not yet implemented.
What are the current limitations of MCP Template?
It is a barebones example with only a "hello world" tool; SSE server and App Store safe stdio communication are not yet available. It targets macOS and uses a custom SDK fork.
How can I debug my MCP server built with this template?
Build the executable in Xcode, locate it via Product → Show Build Folder, then run the MCP Inspector with npx @modelcontextprotocol/inspector <path> run. Attach the debugger in Xcode to step through breakpoints.
开发工具 分类下的更多 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
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
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
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
评论