UNPKG

apple-dev-mcp

Version:

Complete Apple development guidance: Human Interface Guidelines (design) + Technical Documentation for iOS, macOS, watchOS, tvOS, and visionOS

56 lines (55 loc) 1.66 kB
{ "dxt_version": "0.1", "name": "apple-dev-mcp", "version": "2.1.5", "display_name": "Apple Dev MCP", "description": "Complete Apple development guidance: Human Interface Guidelines (design) + Technical Documentation (API) for iOS, macOS, watchOS, tvOS, and visionOS", "author": { "name": "Tanner Maasen", "url": "https://github.com/tmaasen" }, "documentation": "https://github.com/tmaasen/apple-dev-mcp?tab=readme-ov-file#readme", "support": "https://github.com/tmaasen/apple-dev-mcp/issues", "icon": "icon.png", "server": { "type": "node", "entry_point": "dist/server.js", "mcp_config": { "command": "node", "args": ["${__dirname}/dist/server.js"] } }, "tools": [ { "name": "search_human_interface_guidelines", "description": "Search Apple Human Interface Guidelines by keywords, with optional platform and category filters. Returns full content for AI-friendly responses." }, { "name": "search_technical_documentation", "description": "Search Apple technical documentation and API references with framework-specific searches and symbol lookups." }, { "name": "search_unified", "description": "Unified search across both HIG design guidelines and technical documentation with intelligent cross-references and combined results." } ], "compatibility": { "runtime": { "node": ">=18.0.0" } }, "keywords": [ "mcp", "ios", "dev", "apple", "watchOS", "visionOS", "tvOS" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tmaasen/apple-dev-mcp.git" } }