MCP Server
MCP
Shiori MCP
MCP server for Shiori bookmark management and tag workflows.
Install
uvx shiori-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "shiori-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Shiori instance, e.g. https://shiori.example.com",
"isRequired": true,
"placeholder": "https://shiori.example.com",
"name": "SHIORI_BASE_URL"
},
{
"description": "Existing Shiori session id; skips login if provided",
"isSecret": true,
"name": "SHIORI_SESSION_ID"
},
{
"description": "Shiori username; required unless SHIORI_SESSION_ID is set",
"name": "SHIORI_USERNAME"
},
{
"description": "Shiori password; required unless SHIORI_SESSION_ID is set",
"isSecret": true,
"name": "SHIORI_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment