@kimsungwhee/apple-docs-mcp
Version:
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
82 lines (81 loc) • 2.36 kB
JSON
{
"name": "@kimsungwhee/apple-docs-mcp",
"version": "1.0.22",
"description": "MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants",
"type": "module",
"main": "dist/index.js",
"bin": {
"apple-docs-mcp": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"README.*.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/kimsungwhee/apple-docs-mcp.git"
},
"bugs": {
"url": "https://github.com/kimsungwhee/apple-docs-mcp/issues"
},
"homepage": "https://github.com/kimsungwhee/apple-docs-mcp#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --watchAll=false",
"prepublishOnly": "pnpm run clean && pnpm run build && pnpm run test:ci",
"postinstall": "echo 'Apple Docs MCP installed successfully!'",
"release:patch": "npm version patch && git push origin main --tags && npm publish",
"release:minor": "npm version minor && git push origin main --tags && npm publish",
"release:major": "npm version major && git push origin main --tags && npm publish"
},
"keywords": [
"mcp",
"apple",
"developer-documentation",
"ios",
"macos",
"swift",
"objective-c",
"api-search",
"framework-documentation",
"sample-code",
"apple-apis"
],
"author": "kimsungwhee",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"@types/jsdom": "^21.1.7",
"cheerio": "^1.1.0",
"jsdom": "^26.1.0",
"zod": "^4.0.5"
},
"devDependencies": {
"@jest/globals": "^30.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"tsx": "^4.20.3",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
}
}