Skip to content
Grok

mcp apple notes for Grok

io.github.henilcalagiya/mcp-apple-notes

MCP server for Apple Notes integration using AppleScript with full CRUD operations

client:Grok transport:stdio runtime:pypi

Install mcp apple notes in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-apple-notes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-apple-notes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp apple notes in other clients