Provides a barebones foundation for building Model Control Protocol (MCP) servers in Swift for macOS applications and command line tools.
Sponsored
MCP Template is a starting point for developers looking to implement Model Control Protocol (MCP) servers in their projects. It demonstrates how to use the `mcp-swift-sdk` in a minimal way, making it easier to understand the basics of MCP integration. It includes both a library template for integration into other projects and a simple command-line example to illustrate basic usage, making it simple to build custom tools compatible with the MCP standard.
主な機能
01Command line 'hello world' example tool
026 GitHub stars
03Basic Swift package structure
04Command line stdio for direct MCP interaction via the 'run' command
ユースケース
01Foundation for custom MCP server implementations
02Reference implementation for using mcp-swift-sdk
03Barebones example demonstrating core MCP concepts