swift-fast-mcp

mehmetbaykar/swift-fast-mcp
★ 7 stars Swift 🔌 API Integration Updated today
The fastest way to build MCP servers in Swift.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swift-fast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mehmetbaykar/swift-fast-mcp"
      ]
    }
  }
}

README Excerpt

The fastest way to build MCP servers in Swift. ```swift try await FastMCP.builder() .name("My Server") .addTools([WeatherTool()]) .run() ``` Three lines to a working MCP server over stdio. Or serve over HTTP: ```swift try await FastMCP.builder() .name("My Server") .addTools([WeatherTool()]) .transport(.http(port: 8080))

Tools (6)

ArgumentsFastMCPGet weather for a locationMCPResourceMimeTypeMyServerPerform math operations

Topics

linuxmacosmcpmodel-context-protocolswift