Back to Apps

Personal Link Garden
by notactuallytreyanastasio
Collect, organize, and curate interesting web links into a digital garden using browsing patterns.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Personal Link Garden allows Claude to learn how you browse the web and automatically collect meaningful content. Instead of random bookmarking, it analyzes your browsing patterns to identify and curate links that truly interest you, transforming your web history into a structured digital garden.
Tools
learning_session: Starts a session to watch user browsing and learn patterns.collect_stories: Uses learned patterns to fetch interesting links from specific sites.rate_link: Assigns star ratings and tags to saved content.add_note: Attaches personal commentary to specific links.create_reading_list: Generates a curated HTML reading list based on favorites.visualize_interests: Produces a tag cloud map of your browsing interests.sync_history: Imports browsing history from Safari or Chrome to find organic gems.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"personal-link-garden": {
"command": "node",
"args": ["/path/to/browser_mcp/src/index.js"],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g @microsoft/playwright-mcpInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"personal-link-garden": {
"command": "node",
"args": ["/path/to/browser_mcp/src/index.js"]
}
}
}





