Swift MCP server implementing revision 2026-07-28 — 195/195 requirements and 227/227 full-suite conformance, reproducible from the included conformance-server target
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"swift-mcp-server": {
"command": "npx",
"args": [
"-y",
"jpurnell/swift-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add swift-mcp-server npx -y jpurnell/swift-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"swift-mcp-server": {
"command": "npx",
"args": [
"-y",
"jpurnell/swift-mcp-server"
]
}
}
}
📋 Copy