Loading MCP server directory, please wait...
Read and write your Caliu notes from any MCP client: search, create, tag, remind, attach files.
npx @getmcp/cli add com.caliuapp/caliu-notesRequires Node.js 18+. Community-contributed server. Review source before installing.
CALIU_API_KEYAPI key from Caliu, Settings then API keys. Starts with caliu_
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.caliuapp/caliu-notes": {
"command": "npx",
"args": [
"-y",
"@caliu-notes/mcp"
],
"env": {
"CALIU_API_KEY": "",
"CALIU_API_URL": ""
}
}
}
}