KnowledgeBaseMCP
JSON →Extract text content from local PDF, DOCX, and PPTX files to build a knowledge base.
Install
pip install -r Tools · 9
- extract_text_from_file Extract text content from a single document file.
- extract_text_from_directory Extract text content from all supported documents in a directory.
- list_supported_files List all supported document files in a directory with metadata.
- create_docx_document Create a new Word document with text content.
- create_structured_report Create a structured Word report with formatting.
- create_xlsx_workbook Create a new Excel workbook with multiple sheets.
- create_xlsx_from_dataframe Create Excel workbook from pandas DataFrames.
- append_to_xlsx Append data to existing Excel workbook.
- create_xlsx_report Create a formatted Excel report with multiple sections.
Links
★ 5 GitHub stars