minis-mcp-servers

khs0927/minis-mcp-servers
★ 0 stars Unknown language AI/LLM Updated today
MCP servers bridging iOS native functions (Shortcuts, HealthKit) to AI
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minis-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "khs0927/minis-mcp-servers"
      ]
    }
  }
}