Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_add_plist_entry

Add a new entry to a plist file by specifying the file path, key, value type, and value. Enables dynamic configuration of iOS/macOS projects using Xcode MCP Server.

Instructions

Add a new entry to a plist file

Input Schema

NameRequiredDescriptionDefault
keyYesPlist key to add
plist_pathYesPath to the plist file
typeYesValue type (string, bool, integer, array, dict)
valueYesValue to add

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Plist key to add", "type": "string" }, "plist_path": { "description": "Path to the plist file", "type": "string" }, "type": { "description": "Value type (string, bool, integer, array, dict)", "type": "string" }, "value": { "description": "Value to add", "type": "string" } }, "required": [ "plist_path", "key", "type", "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