Skip to main content
Glama

Xcode MCP Server

by ebowwa
package.json725 B
{ "name": "xcode-mcp-server", "version": "1.0.0", "description": "MCP Server for Xcode integration - USE TOOLS DIRECTLY, NO WEB MONITOR SUGGESTIONS", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "web": "node dist/web-server.js", "web:dev": "tsx src/web-server.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "cors": "^2.8.5", "express": "^5.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.8.3" }, "bin": { "xcode-mcp-server": "dist/index.js" } }

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