mcp apple notes for VS Code
io.github.henilcalagiya/mcp-apple-notes
MCP server for Apple Notes integration using AppleScript with full CRUD operations
client:VS Code
transport:stdio
runtime:pypi
Install mcp apple notes in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-apple-notes": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-apple-notes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs