经 AI Skill Hub 精选评估,Mindle:Markdown阅读器 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Mindle是开源的Markdown阅读器,支持macOS,提供高亮和注释功能,适合开发者阅读Markdown文档。它是轻量级、易用且功能丰富的阅读器,值得尝试。
Mindle:Markdown阅读器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Mindle是开源的Markdown阅读器,支持macOS,提供高亮和注释功能,适合开发者阅读Markdown文档。它是轻量级、易用且功能丰富的阅读器,值得尝试。
Mindle:Markdown阅读器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/nonatofabio/mindle
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mindle-markdown---": {
"command": "npx",
"args": ["-y", "mindle"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Mindle:Markdown阅读器 执行以下任务... Claude: [自动调用 Mindle:Markdown阅读器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mindle_markdown___": {
"command": "npx",
"args": ["-y", "mindle"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="assets/logo.svg" width="128" height="128" alt="Mindle logo"> </p>
<p align="center"> <em>A quiet place to read Markdown.</em> </p>
<p align="center"> <a href="https://nonatofabio.github.io/mindle/"><strong>Website</strong></a> • <a href="#install">Install</a> • <a href="#features">Features</a> • <a href="#agent-collaboration">Agents</a> • <a href="#keyboard-shortcuts">Shortcuts</a> • <a href="#build-from-source">Build</a> • <a href="#roadmap">Roadmap</a> • <a href="#contributors">Contributors</a> </p>
<p align="center"> <img src="https://img.shields.io/badge/platform-macOS%2014%2B-blue?style=flat-square" alt="macOS 14+"> <img src="https://img.shields.io/badge/swift-6.x-orange?style=flat-square" alt="Swift 6"> <img src="https://img.shields.io/badge/license-MIT%20%2B%20Commons%20Clause-blue?style=flat-square" alt="MIT + Commons Clause (v2.0+)"> <img src="https://img.shields.io/github/actions/workflow/status/nonatofabio/mindle/build.yml?style=flat-square&label=build" alt="Build status"> <img src="https://img.shields.io/github/downloads/nonatofabio/mindle/total?style=flat-square&label=downloads" alt="Total downloads"> </p>
---
Mindle is a native macOS Markdown reader built for focused, distraction-free reading. Think of it as a personal e-reader for your .md files — serif typography, warm themes, and the ability to highlight and annotate passages without ever leaving the document.
Since v2.0, Mindle also speaks MCP. When you're collaborating with an AI agent on a document, your annotations become a back-and-forth channel anchored to the passage — you mark up, the agent picks up the event, addresses it, replies inline in the thread. The conversation lives in the file, not in a chat window.
As of v2.1, that conversation can include teammates too. Annotations carry author identity, status (open / resolved / wontfix), assignee, labels, and a threaded reply trail. Any teammate with the same .md + .mindle.json pair on a shared drive (iCloud / Dropbox / git) becomes a co-author — Mindle just makes you see them. No accounts, no backend.
No Electron. No subscriptions. No telemetry. The auto-update check is the only network call, and it's opt-in.
git clone https://github.com/nonatofabio/mindle.git
cd mindle
./build.sh
open build/Mindle.app
Requires macOS 14+ and Xcode Command Line Tools (xcode-select --install).
claude mcp add mindle /Applications/Mindle.app/Contents/MacOS/mindle-mcp
Restart Claude Code so it handshakes the new server, then ask:
watch my Mindle annotations and answer them
The agent calls wait_for_annotation_event in a loop. You annotate (⌘⇧N for a note, then type, then Return); the agent wakes within a second, reads the surrounding context, and posts a reply in the thread or edits the file and clears the annotation.
Any MCP-aware client works the same way — the tool descriptions carry enough protocol guidance that vanilla agents run the loop without a custom skill.
⌘O adds a tab) or pop a new window with ⌘N. Each tab carries its own scroll, theme, font scale, and collaborator registry. ⌘W closes the active tab when more than one is open, otherwise the window.⌘⇧L opens any http(s) URL pointing at raw Markdown (a GitHub raw link, a hosted doc) as a tab. Annotations on URL documents persist locally keyed by URL hash, so re-opening the same URL brings the annotations back.⌘⇧V opens the pasteboard contents as a Markdown tab. Use this when the source is behind a login your browser already handles (internal GitLab raw, Confluence, anything auth-walled): copy the raw Markdown there, paste it here. Tabs are content-addressed, so re-pasting identical text re-opens the same tab with its prior annotations..md and .txt in the current folder (⌘⇧F). Never escapes upward.⌘F / ⌘G / ⌘⇧G.git pull) flow in the same way.⌘⌥⏎ / ⌘⌥⌫. Diffs run a second pass at word granularity inside each line, so you see just the changed words struck or underlined — not the whole line.----delimited blocks at the top of a file collapse behind a small chevron; click to inspect. PDF export force-opens them.⌘P produces a paginated Letter-sized PDF with print-styled typography.beta channel; flip Mindle → Include Pre-release Updates to opt in.Mindle是一个功能丰富的Markdown阅读器,支持高亮和注释功能,适合开发者阅读Markdown文档。虽然它的功能有限,但仍然值得尝试。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:Mindle:Markdown阅读器 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | mindle |
| 原始描述 | 开源MCP工具:A quiet place to read Markdown. Native macOS e-reader with highlighting, annotat。⭐19 · Swift |
| Topics | mcpereaderswift |
| GitHub | https://github.com/nonatofabio/mindle |
| License | NOASSERTION |
| 语言 | Swift |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端