Skip to main content
Glama

DOCX MCP Server

generate-schema.mjs282 B
import { DocxSchema } from './dist/schema.js'; import { writeFileSync } from 'fs'; // 生成 JSON Schema 文件 const schemaJson = JSON.stringify(DocxSchema, null, 2); writeFileSync('./src/schema.json', schemaJson); console.log('Schema generated successfully at src/schema.json');

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/lihongjie0209/docx-mcp'

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