Skip to main content
Glama

Xcode MCP Server

by devyhan
package.json1.02 kB
{ "name": "@devyhan/xcode-mcp", "version": "0.4.1", "description": "MCP Server for executing shell commands from MCP clients, particularly useful for Xcode-related operations", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build" }, "keywords": [ "mcp", "xcode", "shell", "claude", "llm", "ios", "devicectl" ], "author": "devyhan", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "bin": { "xcode-mcp": "dist/index.js" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/devyhan/xcode-mcp.git" } }

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/devyhan/xcode-mcp'

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