{"id":50426383,"url":"https://github.com/rusty4444/shiori-mcp","last_synced_at":"2026-05-31T11:00:48.006Z","repository":{"id":358584650,"uuid":"1241038817","full_name":"rusty4444/shiori-mcp","owner":"rusty4444","description":"A Model Context Protocol (MCP) server for Shiori, the self-hosted bookmark and read-it-later manager.","archived":false,"fork":false,"pushed_at":"2026-05-18T03:01:30.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T05:32:45.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusty4444.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T22:11:49.000Z","updated_at":"2026-05-18T03:01:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rusty4444/shiori-mcp","commit_stats":null,"previous_names":["rusty4444/shiori-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rusty4444/shiori-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty4444%2Fshiori-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty4444%2Fshiori-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty4444%2Fshiori-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty4444%2Fshiori-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusty4444","download_url":"https://codeload.github.com/rusty4444/shiori-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty4444%2Fshiori-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33728391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T11:00:34.155Z","updated_at":"2026-05-31T11:00:48.001Z","avatar_url":"https://github.com/rusty4444.png","language":"Python","funding_links":["https://buymeacoffee.com/rusty4"],"categories":[],"sub_categories":[],"readme":"# Shiori MCP\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://buymeacoffee.com/rusty4\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"50\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- mcp-name: io.github.rusty4444/shiori-mcp --\u003e\n\nA Model Context Protocol (MCP) server for [Shiori](https://github.com/go-shiori/shiori), the self-hosted bookmark and read-it-later manager.\n\n## Capabilities\n\n- Verify Shiori connectivity and authentication\n- List bookmarks\n- Search bookmarks by title, URL, excerpt, and tag\n- Get one bookmark by id or exact URL from the bookmark list\n- Add bookmarks with Shiori's required tag-object format\n- Update bookmarks via either a full-bookmark payload or common field parameters\n- Delete bookmarks by id list\n- List tags and bookmark counts\n- Rename tags\n- List accounts visible to the authenticated session\n\n## Installation\n\n```bash\npipx install git+https://github.com/rusty4444/shiori-mcp.git\n```\n\nOr from a checkout:\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -e .\n```\n\n## Configuration\n\n| Variable | Required | Description |\n|---|---:|---|\n| `SHIORI_BASE_URL` | Yes | Base URL of the Shiori instance, e.g. `https://shiori.example.com` |\n| `SHIORI_SESSION_ID` | Optional | Existing Shiori session id; skips login if provided |\n| `SHIORI_USERNAME` | Required unless session id is set | Shiori username |\n| `SHIORI_PASSWORD` | Required unless session id is set | Shiori password |\n| `SHIORI_TIMEOUT` | No | HTTP timeout in seconds, default `20` |\n\n## MCP client config\n\n```json\n{\n  \"mcpServers\": {\n    \"shiori\": {\n      \"command\": \"shiori-mcp\",\n      \"env\": {\n        \"SHIORI_BASE_URL\": \"https://shiori.example.com\",\n        \"SHIORI_USERNAME\": \"your-username\",\n        \"SHIORI_PASSWORD\": \"your-password\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Purpose |\n|---|---|\n| `shiori_health_check` | Verify API connectivity/authentication |\n| `shiori_list_bookmarks` | List bookmarks with client-side limit/offset |\n| `shiori_search_bookmarks` | Search bookmarks by text and/or tag |\n| `shiori_get_bookmark` | Get one bookmark by id from the bookmark list |\n| `shiori_get_bookmark_by_url` | Get one bookmark by exact URL |\n| `shiori_add_bookmark` | Add a bookmark with optional tags/archive/public flags |\n| `shiori_update_bookmark` | Update a bookmark using full Shiori bookmark JSON |\n| `shiori_update_bookmark_fields` | Update common fields without manually constructing full JSON |\n| `shiori_delete_bookmark` | Delete one bookmark id |\n| `shiori_delete_bookmarks` | Delete bookmark ids from a JSON array |\n| `shiori_list_tags` | List tags and bookmark counts |\n| `shiori_rename_tag` | Rename a tag |\n| `shiori_list_accounts` | List accounts visible to this session |\n\n## Development and validation\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npython -m pip install --upgrade pip\npip install -e '.[dev]'\nruff check .\npytest\npython scripts/live_docs_test.py\n```\n\n`live_docs_test.py` validates Shiori public API documentation and repository pages without credentials. Authenticated read/write API behaviours are covered with mocked HTTP tests.\n\nOptional LLM validation can be run with any configured OpenAI-compatible endpoint. For local Aeon validation, set `AEON_BASE_URL` and optionally `AEON_MODEL` / `AEON_API_KEY` before running `python scripts/model_validate.py`.\n\n## API note\n\nThis server targets Shiori's documented legacy API under `/api/*` because the new API v1 is still documented as in development and self-documented at `/swagger/index.html` on running instances.\n\n## Safety\n\nThe write-capable tools mutate a Shiori bookmark database. Keep credentials in environment variables or a secret manager, never in source control.\n\nThis project was developed with the assistance of AI tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty4444%2Fshiori-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusty4444%2Fshiori-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty4444%2Fshiori-mcp/lists"}