Skip to main content
Glama

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" ] } } }
Install Server
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

      • -
        security
        A
        license
        -
        quality
        Interact with Twitter search and timeline
        Last updated -
        4
        41
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        Enables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.
        Last updated -
        2
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Jotdown
        Last updated -
        17
        Rust
        MIT License

      View all related MCP servers

      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/karakeep-app/karakeep'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server