Safari Reading List
FreeNot checkedEnables exporting Apple Safari Reading List entries to JSON and adding new items via MCP on macOS.
About
Enables exporting Apple Safari Reading List entries to JSON and adding new items via MCP on macOS.
README
An Anthropic MCP server project for Apple Safari Reading List workflows on macOS.
This repository now provides a working MCP server and CLI for exporting Safari Reading List data to JSON.
Project Status
- Feature 001 is complete: export Safari Reading List entries (all, default week, custom range).
- MCP server entrypoint is active via
main.pyandsafari_reading_list_mcp/server.py. - CLI entrypoint
srlis available with export and serve commands. - Quality checks are automated with mise tasks for lint, type checks, and tests.
Goals
- Expose MCP tools/resources to read and export Safari Reading List items.
- Support adding new items to Safari Reading List.
- Keep implementation and decisions documented for durable project memory.
Requirements
- macOS (Safari Reading List target platform)
- Python 3.14
uv- Optional:
misefor tool version management
Quick Start
- Install dependencies:
uv sync
- Run MCP server (stdio transport):
uv run python main.py
- Use CLI:
srl --help
- Run all checks:
mise run test:all
Repository Layout
main.py- runtime entrypoint that starts the MCP serversafari_reading_list_mcp/- implementation modules (server, service, adapter, time/filter/export helpers, CLI)pyproject.toml- project metadata and dependenciesmise.toml- local tool/runtime configuration.mise/tasks/- reusable project tasks (lint, types, unit, coverage)AGENTS.md- primary agent/human collaboration conventionsdocs/- project memory (plans, features, design, decisions, guides).github/prompts/- reusable workflow prompts for agent sessions
Development Workflow
Use the documentation cycle:
- define behavior in
docs/features/ - create execution plans in
docs/plans/ - capture hard-to-reverse decisions in
docs/decisions/ - maintain architecture rationale in
docs/design/ - keep practical usage notes in
docs/guides/
For agent/human operating conventions, start with AGENTS.md.
Installing Safari Reading List
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mcallaway/safari-reading-list-mcpFAQ
Is Safari Reading List MCP free?
Yes, Safari Reading List MCP is free — one-click install via Unyly at no cost.
Does Safari Reading List need an API key?
No, Safari Reading List runs without API keys or environment variables.
Is Safari Reading List hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Safari Reading List in Claude Desktop, Claude Code or Cursor?
Open Safari Reading List on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Safari Reading List with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
