0.25.0 • Published 10 months ago

@karakeep/mcp v0.25.0

Weekly downloads
-
License
GNU Affero Genera...
Repository
github
Last release
10 months ago

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"
      ]
    }
  }
}
0.25.0

10 months ago

0.23.10

12 months ago

0.23.9

12 months ago

0.23.8

12 months ago

0.23.7

12 months ago

0.23.6

12 months ago

0.23.5

12 months ago

0.23.4

12 months ago

0.23.3

12 months ago

0.23.2

12 months ago

0.23.1

12 months ago

0.23.0

12 months ago