Apple Notes for LangChain
io.github.mgcrea/mcp-apple-notes
Search, read and act on Apple Notes — folders, attachments, writes off by default
client:LangChain
transport:stdio
runtime:npm
Install Apple Notes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-apple-notes": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@mgcrea/mcp-apple-notes"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs