Caliu Notes for Claude Desktop
com.caliuapp/caliu-notes
Read and write your Caliu notes from any MCP client: search, create, tag, remind, attach files.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Caliu Notes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"caliu-notes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.caliuapp.com/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