MCP Server
io.github.henilcalagiya/mcp-apple-notes MCP Server
io.github.henilcalagiya/mcp-apple-notes
What is the io.github.henilcalagiya/mcp-apple-notes MCP server?
MCP server for Apple Notes integration using AppleScript with full CRUD operations
How to install io.github.henilcalagiya/mcp-apple-notes
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-apple-notes": {
"command": "uvx",
"args": [
"mcp-apple-notes"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-apple-notes": {
"command": "uvx",
"args": [
"mcp-apple-notes"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-apple-notes": {
"command": "uvx",
"args": [
"mcp-apple-notes"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-apple-notes": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-apple-notes"
]
}
}
}Claude Code
claude mcp add mcp-apple-notes -- uvx mcp-apple-notesRelated MCP servers
Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
View repository →