This is a implementation of the Model Context Protocol (MCP) server for macOS using AppKit and Cocoa SDK, Swift and SwiftUI.
- Full MCP protocol implementation (version 2025-06-18)
- HTTP transport layer
- Three core services: Tools, Resources, Prompts
- Configuration-driven startup
- Flexible tool registration
- Middleware support
- Session management
- Subscription notifications
- Recommended Read MCP Server in depth before starting
- Build the project using Xcode
- Run the application to start the MCP server
- The server will automatically load configuration from the application directory
The configuration is exported to the app bundle settings directory:
- Tools : `Tools/` directory
- Resources : `Resources/` directory
- Prompts : `Prompts/` directory
- Recommended Read scripting documentation before starting
- Recommended Read sample plugin documentation before starting