一键导入
research-apple-docs
Research Apple developer documentation using the local cupertino MCP server. Starts the server, runs queries, then kills the server when done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research Apple developer documentation using the local cupertino MCP server. Starts the server, runs queries, then kills the server when done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | research-apple-docs |
| description | Research Apple developer documentation using the local cupertino MCP server. Starts the server, runs queries, then kills the server when done. |
| license | MIT |
| metadata | {"author":"SimplyFilterSMS","version":"1.0"} |
Research Apple developer documentation for the given topic.
Input: The argument after /research-apple-docs is the topic or question to research.
Steps
Start the cupertino server
cupertino serve
Run in background. Note the process ID from the output.
Run research queries
Use the mcp__cupertino__* tools to research the topic:
mcp__cupertino__search — search across all Apple docsmcp__cupertino__search_symbols — search for specific APIs/symbolsmcp__cupertino__read_document — read a specific doc pagemcp__cupertino__list_frameworks — list available frameworksmcp__cupertino__list_samples — find sample codeRun as many queries as needed to thoroughly answer the question.
Kill the server
kill <PID>
Report findings
Summarize what you found, including relevant API names, framework references, and any limitations or caveats.
Guardrails