Apple Notes for LangChain
io.github.jonathanrreed/apple-mcp-notes
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
client:LangChain
transport:stdio
runtime:pypi
Install Apple Notes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"apple-mcp-notes": {
"transport": "stdio",
"command": "uvx",
"args": ["apple-mcp-notes"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs