Skip to content
Zed

Shiori MCP for Zed

io.github.rusty4444/shiori-mcp

MCP server for Shiori bookmark management and tag workflows.

client:Zed transport:stdio runtime:pypi

Install Shiori MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Shiori MCP in other clients