Skip to content
Cline

Shiori MCP for Cline

io.github.rusty4444/shiori-mcp

MCP server for Shiori bookmark management and tag workflows.

client:Cline transport:stdio runtime:pypi

Install Shiori MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shiori-mcp": {
      "command": "uvx",
      "args": [
        "shiori-mcp"
      ],
      "env": {
        "SHIORI_BASE_URL": "<SHIORI_BASE_URL>",
        "SHIORI_SESSION_ID": "<SHIORI_SESSION_ID>",
        "SHIORI_USERNAME": "<SHIORI_USERNAME>",
        "SHIORI_PASSWORD": "<SHIORI_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Shiori MCP in other clients