Connecting to Claude Desktop
Claude Desktop supports MCP natively. You can give Claude infinite memory across all your chat threads in less than 2 minutes.
Step 1: Open the Config File
Open the Claude Desktop configuration file located at:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Step 2: Add the Libro MCP Server
Add the Libro MCP Server to your configuration file. You will run the server locally using npx.
Make sure to replace YOUR_API_KEY, YOUR_USER_ID and YOUR_BASE_URL with the credentials found on your Libro Dashboard.
{
"mcpServers": {
"libro": {
"command": "npx",
"args": ["-y", "libro-mcp-server@latest"],
"env": {
"LIBRO_API_KEY": "YOUR_API_KEY",
"LIBRO_USER_ID": "YOUR_USER_ID",
"LIBRO_BASE_URL": "https://www.libro.co.in"
}
}
}
}
Step 3: Restart Claude
Completely quit Claude Desktop (Cmd+Q) and open it again. You will now see the "plug" icon next to your chat bar, indicating the Libro Memory tools are active! Tell Claude to /ingest something or /fetch what it knows about you!