AgentHubAgentHub

Apple MCP

MCP ServerMCP Hub 中国

io.mcp-cn.dhravya/apple-mcp · vlatest

Apple生态系统集成的MCP工具

概览

Apple MCP 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

Apple生态macOSiOS系统集成

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "apple-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dhravya/apple-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.dhravya/apple-mcp",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Apple MCP",
  "description": "Apple生态系统集成的MCP工具",
  "author": {
    "name": "Dhravya Shah"
  },
  "iconUrl": "https://avatars.githubusercontent.com/u/171979587?v=4",
  "repository": {
    "url": "https://github.com/supermemoryai/apple-mcp",
    "source": "github"
  },
  "homepage": "https://mcp-cn.com/server/76",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@dhravya/apple-mcp",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:5273",
    "Apple生态",
    "macOS",
    "iOS",
    "系统集成"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@dhravya/apple-mcp",
    "originalUrl": "https://mcp-cn.com/server/76",
    "isOfficial": false,
    "status": "active"
  }
}
Apple MCP — MCP Server 安装与配置 · AgentHub