Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_modify_plist

Update specified key-value pairs in a plist file programmatically, enabling precise configuration changes for iOS/macOS projects via the Xcode MCP Server.

Instructions

Modify a value in a plist file

Input Schema

NameRequiredDescriptionDefault
keyYesPlist key to modify
plist_pathYesPath to the plist file
valueYesNew value for the key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Plist key to modify", "type": "string" }, "plist_path": { "description": "Path to the plist file", "type": "string" }, "value": { "description": "New value for the key", "type": "string" } }, "required": [ "plist_path", "key", "value" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ebowwa/xcode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server