blackmount-mcp
OfficialAllows reading browsing history from Brave browser.
Allows reading browsing history, bookmarks, and downloads from Firefox browser.
Allows reading browsing history from Opera browser.
Allows reading browsing history, bookmarks, downloads, and open tabs from Safari browser.
Allows reading browsing history from Vivaldi browser.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blackmount-mcpShow me my recent bookmarks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
blackmount-mcp
Your AI assistant is blind to your browsing life. Claude doesn't know what you researched yesterday, what tabs you have open, or what articles you bookmarked. blackmount-mcp fixes that.
Connect your local browser history, bookmarks, open tabs, and downloads directly to Claude, Cursor, or any MCP client. All data stays on your machine — nothing leaves your disk.
Quick Start
pip install blackmount-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"blackmount": {
"command": "blackmount-mcp"
}
}
}Restart Claude Desktop. Done.
What can you ask?
Once connected, try these in Claude:
"What was that article about React Server Components I read last Tuesday?"
"How much time did I spend on Reddit vs GitHub this week?"
"Find all the ML papers I bookmarked"
"What tabs do I have open right now?"
"Summarize what I researched yesterday"
"Find that pricing page I visited for Vercel — I need to compare it"
"What did I download from arxiv in the last month?"
"Show me everything I've browsed about LLM fine-tuning"
"When do I browse the most — mornings or evenings?"
"Find that GitHub PR tab I have open somewhere"
Tool Catalog
Browser
Tool | Description | Example Prompt |
| Search browsing history by keyword | "Find that React article I read last week" |
| Recent browsing history | "What sites did I visit today?" |
| Natural language page search | "That TypeScript tutorial I read" |
| Search bookmarks by title/URL | "Find my saved Python tutorials" |
| Browse bookmark folders | "What's in my Work bookmarks folder?" |
| List currently open tabs | "What tabs do I have open?" |
| Find a specific open tab | "Find that GitHub PR tab" |
| Recent file downloads | "What did I download this week?" |
Analytics
Tool | Description | Example Prompt |
| Daily browsing summary | "Summarize my browsing today" |
| Daily digest of local browsing | "What did I do online yesterday?" |
| Weekly productivity summary | "How productive was I this week?" |
| Time spent per domain | "Where do I spend my time online?" |
| Focus vs distraction ratio | "Am I getting distracted?" |
| Top domains by visits | "My most visited sites this month" |
| Clustered research topics | "What have I been researching?" |
| Peak hours, trends | "When do I browse the most?" |
Claude Desktop Config
{
"mcpServers": {
"blackmount": {
"command": "blackmount-mcp"
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Cursor
One-click install via the badge at the top of this README, or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"blackmount": {
"command": "blackmount-mcp"
}
}
}Supported Browsers
Tool family | Browsers |
History | Chrome, Firefox, Safari, Edge, Brave, Opera, Vivaldi |
Bookmarks | Chrome, Firefox, Safari |
Downloads | Chrome, Firefox, Safari |
Open tabs | Chrome, Safari (macOS via AppleScript; Chrome session-file fallback elsewhere) |
Privacy
All data is read locally from your machine
No network requests, no telemetry, no cloud
Open source (MIT) — audit the code yourself
Companion Apps
app.blackmount.ai — web dashboard for visual browsing analytics
Blackmount for iOS — mobile access to your work context
Development
git clone https://github.com/BlackMount-ai/blackmount-mcp.git
cd blackmount-mcp
pip install -e .
pytest tests/ -v
blackmount-mcpContributing
Pull requests welcome. Open an issue to discuss larger changes.
Links
blackmount.ai — Home
app.blackmount.ai — Web dashboard
PyPI — Package
GitHub — Source
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlackMount-ai/blackmount-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server