
swift version mcp
My first MCP server written in Swift
Repository Info
About This Server
My first MCP server written in Swift
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
swift-version-mcp
My first MCP server written in a Swift Package
Depends on: https://github.com/modelcontextprotocol/swift-sdk
This was my implementation from this tutorial: https://www.artemnovichkov.com/blog/creating-mcp-servers-in-swift
In order to use the server in:
VSCode Github Copilot
- Edit ~/Library/Application\ Support/Code/User/settings.json in VSCode.
- Add this section for the server in the configuration:
"mcp": {
"servers": {
"swift-version-mcp": {
"type": "stdio",
"command": "/Volumes/Shared/Code/swift-version-mcp/.build/debug/swift-version-mcp",
"args": []
}
}
},
- VSCode will display a small caption bar above the 'swift-version-mcp' server block you just added. Press the Start button to start the server.
- When you open a conversation with copilot, click on the 'Add Context...' button above the prompt line and choose Tools from the menu, then select the 'swift-version' server from the list presented.
Claude Desktop
- Edit ~/Library/Application\ Support/Claude/claude_desktop_config.json in VSCode.
- Add this section for the server in the configuration:
{
"mcpServers": {
"swift-version-server": {
"type": "stdio",
"command": "/Volumes/Shared/Code/swift-version-mcp/.build/debug/swift-version-mcp"
}
}
}
- Restart Claude Desktop.
Quick Start
Clone the repository
git clone https://github.com/cdisdero/swift-version-mcpInstall dependencies
cd swift-version-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.