Read, summarize, and compare documents via MCP. Extract action items from meeting minutes, track changes between document versions, and analyze board materials.
| Tool | Description |
|---|---|
read_document |
Extract text from .txt, .md, .docx, .pdf, .csv, .json |
summarize_document |
Extract dates, amounts, action items, key points |
compare_documents |
Diff two documents — see additions and removals |
list_directory |
Browse files in a directory |
analyze_document_changes |
Same as compare, optimized for version tracking |
{
"mcpServers": {
"board-digest": {
"command": "npx",
"args": ["-y", "board-digest"]
}
}
}Or install globally: npm install -g board-digest
MIT