Servidor Karakeep MCP
Este es el servidor Karakeep MCP, que es un servidor que se puede utilizar para interactuar con Karakeep desde otras herramientas.
Herramientas compatibles
Buscando marcadores
Agregar y eliminar marcadores de las listas
Cómo colocar y quitar etiquetas en los marcadores
Creando nuevas listas
Creación de marcadores de texto y URL
Actualmente, el servidor MCP solo expone herramientas (no recursos).
Uso con Claude Desktop
Del NPM:
{
"mcpServers": {
"karakeep": {
"command": "npx",
"args": [
"@karakeep/mcp",
],
"env": {
"KARAKEEP_API_ADDR": "https://<YOUR_SERVER_ADDR>",
"KARAKEEP_API_KEY": "<YOUR_TOKEN>"
}
}
}
}
Desde 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"
]
}
}
}
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.
Buscar y agregar marcadores
Related Resources
Related MCP Servers
- -security-license-qualityInteract with Twitter search and timelineLast updated -208MIT License
- Asecurity-licenseAqualityEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.Last updated -2MIT License
mcp-spacefrontiersofficial
Asecurity-licenseAqualitySearch over scholar data and social networksLast updated -66- MIT License