Rust-native MCP server for Office document processing
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Office Oxide MCP.
list_formatsAll supported Office formats + capabilities
get_document_infoFile metadata (format, size, readability)
office_readRead content β JSON / Markdown / Chunks / Text
office_fill_pdf_formFill AcroForm/XFA form fields in a PDF
office_list_pdf_fieldsList all form fields in a PDF with values
office_overlay_pdf_textInsert text at coordinates on flat PDFs
Rust-native MCP server for Office document processing (Excel, Word, PowerPoint, PDF).
Sub-millisecond, local-first, open source β the "open source Aspose."
PDFs are a pain. We live in bureaucratic countries where every form asks for your name, address, and date of birth β over and over. Bank applications, tax forms, insurance claims, government permits, rental agreements. Same fields, different PDFs, endless typing.
Stop filling forms by hand. Let office-oxide-mcp do it in milliseconds β whether it's a simple AcroForm, a complex XFA form, or a flat scanned PDF where you need coordinates. Your LLM reads the form, you approve, it fills. Done.
[!TIP] Be with us!
Join our Discord community to ask questions, share ideas, and get help with office-oxide-mcp. Prefer GitHub? Start a discussion or open an issue. Follow @Aimino-Tech on GitHub for more projects.
Or download from GitHub Releases.
Every document below was generated by office-oxide-mcp β click to download.
| # | Format | Use Case | Skill | Preview |
|---|---|---|---|---|
| 1 | XLSX | Profit & Loss Statement | excel.basic | ![]() |
| 2 | XLSX | Executive KPI Dashboard | excel.basic | ![]() |
| 3 | XLSX | Budget vs Actual Variance | excel.basic | ![]() |
| 4 | XLSX | Balance Sheet with Ratios | excel.basic | ![]() |
| 5 | XLSX | Revenue Forecast | excel.basic | ![]() |
| 6 | XLSX | Cost Analysis | excel.basic | ![]() |
| 7 | DOCX | Invoice | word.invoice | ![]() |
| 8 | DOCX | Annual Business Report | word.report | ![]() |
| 9 | DOCX | IT Service Agreement | word.report | ![]() |
| 10 | DOCX | Digital Strategy Report | word.report | ![]() |
| 11 | Financial Report Export | office_export_pdf | ![]() | |
| 12 | PPTX | Strategy Consulting Pitch Deck | ppt.deck | ![]() |
| 13 | PPTX | CFO Quarterly Business Review | ppt.deck | ![]() |
| 14 | PPTX | Product Launch Strategy Deck | ppt.deck | ![]() |
| 15 | PPTX | M&A Target Analysis Deck | ppt.deck | ![]() |
| 16 | PPTX | Digital Transformation Roadmap | ppt.deck | ![]() |
Interactive showcase β
showcase/use-cases.htmlwith full prompts, JSON-RPC calls, and details.
| Tool | Description | Inputs |
|---|---|---|
list_formats | All supported Office formats + capabilities | β |
get_document_info | File metadata (format, size, readability) | file_path |
office_read | Read content β JSON / Markdown / Chunks / Text | file_path, output_format |
office_fill_pdf_form | Fill AcroForm/XFA form fields in a PDF | file_path, output_path, fields |
office_list_pdf_fields | List all form fields in a PDF with values | file_path |
office_overlay_pdf_text | Insert text at coordinates on flat PDFs | file_path, output_path, fields |
office_analyze_pdf_layout | Analyze PDF layout for overlay coordinates | file_path |
increment | Increment counter (demo) | β |
get_value | Get current counter value (demo) | β |
AI Reading: to_md, to_json, to_chunks, excel_schema, coherence_check
Excel Write: office_create_xlsx, office_write_cell, office_write_range, office_format_range, office_create_chart, office_create_pivot, office_add_sheet, office_rename_sheet, office_delete_sheet, office_merge_cells, office_set_column_width, office_apply_conditional_format
Word Write: office_create_docx, office_write_docx_from_md, office_replace_text, office_set_style, office_add_table, office_add_image, office_add_header_footer, office_add_toc, office_add_comment, office_accept_changes
PPT Write: office_create_pptx, office_add_slide, office_set_slide_layout, office_add_text_box, office_add_chart, office_add_image
Skills System: skill_run, skill_list, skill_validate, skill_register
Coherence Engine: office_propagate_edit, office_check_consistency
PDF: office_read (markdown/text/json/chunks), office_fill_pdf_form, office_list_pdf_fields, office_overlay_pdf_text, office_analyze_pdf_layout, office_export_pdf
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/office-oxide-mcp)<a href="https://allmcps.com/mcp/office-oxide-mcp"><img src="https://allmcps.com/api/badge/office-oxide-mcp?style=directory" alt="Office Oxide MCP on AllMCPs" /></a>