xcstrings_mcp

lexrus/xcstrings_mcp
★ 18 stars Rust 📁 File System Updated 21d ago
A Rust implementation of a Model Context Protocol (MCP) server designed for working with Xcode `Localizable.xcstrings` files.
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": {
    "xcstrings_mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "xcstrings_mcp"
      ]
    }
  }
}