Skip to main content
Glama

DOCX MCP Server

by zeph-gh

extract_images

Extract and save images from a DOCX file by specifying the file path and optional output directory. Use this functionality to retrieve and organize images embedded in Word documents.

Instructions

Extract and list images from a DOCX file

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the .docx file
output_dirNoDirectory to save extracted images (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file_path": { "description": "Path to the .docx file", "type": "string" }, "output_dir": { "description": "Directory to save extracted images (optional)", "type": "string" } }, "required": [ "file_path" ], "type": "object" }
Install Server

Other Tools from DOCX MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zeph-gh/Docx-Mcp-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server