Notes for Claude Desktop
dev.jpwilliams.notes/notes
A daily notebook your AI writes in — on today's page, in your entity graph, marked as its own.
client:Claude Desktop
transport:streamable-http
Install Notes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://notes.jpwilliams.dev/api/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs