mcp-file-summarizer
If you are the rightful owner of mcp-file-summarizer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP File Summarizer is a lightweight Model Context Protocol server designed to enable AI agents to read and summarize local text files.
MCP File Summarizer
This is a lightweight Model Context Protocol (MCP) server that allows AI agents (like Cursor, Claude, etc.) to read and summarize local .txt
or .md
files.
🚀 Features
read_file(file_path)
→ returns full file contentsummarize_file(file_path)
→ returns the first 10 lines as a summary
🛠 Requirements
- Python 3.7+
- Flask
pip install flask