linkding-mcp-server logo

linkding-mcp-server

by uta8a

This is an unofficial MCP server for linkding, a self-hostable bookmark manager. It allows you to extend linkding's functionality using MCP (Managed Configuration Protocol).

View on GitHub

Last updated: N/A

What is linkding-mcp-server?

This is an MCP server designed to work with linkding. It acts as an intermediary, allowing external tools and services to interact with your linkding instance through a standardized protocol.

How to use linkding-mcp-server?

  1. Compile the server using deno task compile. 2. Configure your MCP client to use the compiled binary or the jsr package. 3. Set the LINKDING_URL and LINKDING_API_KEY environment variables to point to your linkding instance.

Key features of linkding-mcp-server

  • MCP server for linkding

  • Easy setup with Deno

  • Supports compiled binary or jsr package

  • Uses linkding API key for authentication

Use cases of linkding-mcp-server

  • Integrating linkding with other services

  • Automating bookmark management tasks

  • Extending linkding's functionality with custom tools

FAQ from linkding-mcp-server

What is MCP?

Managed Configuration Protocol, a way to manage configurations of applications

Where do I find the linkding API key?

In the REST API section at /settings/integrations in your linkding instance.

Do I need Deno installed?

Yes, if you choose to use the jsr package.

Is this an official linkding project?

No, this is an unofficial project.

What is the default port?

The server doesn't specify a port, it's up to the MCP client configuration