Karakeep MCP server

by karakeep-app

Karakeep MCP Server

This is the Karakeep MCP server, which is a server that can be used to interact with Karakeep from other tools.

Supported Tools

  • Searching bookmarks
  • Adding and removing bookmarks from lists
  • Attaching and detaching tags to bookmarks
  • Creating new lists
  • Creating text and URL bookmarks

Currently, the MCP server only exposes tools (no resources).

Usage with Claude Desktop

From NPM:

{ "mcpServers": { "karakeep": { "command": "npx", "args": [ "@karakeep/mcp", ], "env": { "KARAKEEP_API_ADDR": "https://<YOUR_SERVER_ADDR>", "KARAKEEP_API_KEY": "<YOUR_TOKEN>" } } } }

From Docker:

{ "mcpServers": { "karakeep": { "command": "docker", "args": [ "run", "-e", "KARAKEEP_API_ADDR=https://<YOUR_SERVER_ADDR>", "-e", "KARAKEEP_API_KEY=<YOUR_TOKEN>", "ghcr.io/karakeep-app/karakeep-mcp:latest" ] } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Search and add bookmarks

  1. Supported Tools
    1. Usage with Claude Desktop

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables users to search for academic articles on platforms like arXiv using specific keywords, with plans to integrate more scholarly databases in the future.
        Last updated -
        2
        100
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        Enables integration with DuckDuckGo search capabilities for LLMs, supporting comprehensive web search, regional filtering, result types, and safe browsing with caching and customizable search parameters.
        Last updated -
        26
        2
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Provides web search functionality via DuckDuckGo for Claude Code and MCP-compatible clients, featuring advanced content exploration, navigation across search results, and detailed webpage analysis.
        Last updated -
        1
        Python
        MIT License
      • -
        security
        -
        license
        -
        quality
        Allows you to search the web using DuckDuckGo and optionally fetch and summarize content from search results.
        Last updated -
        Python

      View all related MCP servers

      ID: shvyoib0jx