cdisdero
MCP Servercdisderopublic

swift version mcp

My first MCP server written in Swift

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Swift
Language
MIT License
License

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

  1. Edit ~/Library/Application\ Support/Code/User/settings.json in VSCode.
  2. 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": []
            }
        }
    },
  1. 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.
  2. 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

  1. Edit ~/Library/Application\ Support/Claude/claude_desktop_config.json in VSCode.
  2. 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"
    }
  }
}
  1. Restart Claude Desktop.

Quick Start

1

Clone the repository

git clone https://github.com/cdisdero/swift-version-mcp
2

Install dependencies

cd swift-version-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownercdisdero
Reposwift-version-mcp
LanguageSwift
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation