bookmarks mcp for Cursor
io.github.fisher521/bookmarks-mcp
Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.
client:Cursor
transport:stdio
runtime:npm
Install bookmarks mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bookmarks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bookmarks-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs