SPM-MCP

A Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Manager (SPM).

Config

Mise

{
  "mcpServers": {
    "spm": {
      "command": "mise",
      "args": ["x", "ubi:simpleswift/spm-mcp@latest", "--", "spm-mcp"]
    }
  }
}

Development

Swift Package Manager

swift package resolve
swift build
swift run

Generate .xcworkspace

  1. Install Tuist
mise install tuist 
  1. Generate the workspace
tuist generate

License

MIT License. See LICENSE for details.

Related in Development - Secure MCP Servers

ServerSummaryActions
PickapiconView
USolverA Model Context Protocol server that exposes tools for solving combinatorial, convex, integer progra...View
MCP Audio InspectorView
MCP Stdio ServerA complete Model Context Protocol (MCP) server implementation using stdio transport that showcases:View
MCP Read ImagesAn MCP server for analyzing images using OpenRouter vision models. This server provides a simple int...View
Ant Design一个基于 Model Context Protocol (MCP) 的 Ant Design 组件服务器,为 AI 助手提供丰富的 Ant Design 组件...View