MCP Servers / file-system / KnowledgeBaseMCP

KnowledgeBaseMCP

JSON →
none5file-system

Extract text content from local PDF, DOCX, and PPTX files to build a knowledge base.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: knowledgebasemcp
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
KnowledgeBaseMCP — MCP Server · libregistry