MCP Server
MCP
Linkwarden MCP
Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.
Install
uvx linkwarden-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "linkwarden-mcp",
"version": "0.1.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Linkwarden instance base URL (no /api/v1 suffix)",
"isRequired": true,
"name": "LINKWARDEN_API_URL"
},
{
"description": "Access token from Linkwarden settings (Authorization: Bearer)",
"isRequired": true,
"isSecret": true,
"name": "LINKWARDEN_API_KEY"
},
{
"description": "Comma-separated write scopes: links,collections,tags,raw. Empty = read-only.",
"name": "LINKWARDEN_MCP_WRITE_SCOPES"
},
{
"description": "Comma-separated delete scopes (never implied by write scopes)",
"name": "LINKWARDEN_MCP_DELETE_SCOPES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment