uns-mcp-server
Version:
Pure JavaScript MCP server for Unstructured.io - No Python required!
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "uns-mcp-server",
"version": "2.0.2",
"description": "Pure JavaScript MCP server for Unstructured.io - No Python required!",
"bin": {
"uns-mcp": "./src/mcp-server-fixed.js",
"uns-mcp-server": "./src/mcp-server-fixed.js"
},
"main": "./src/mcp-server-fixed.js",
"scripts": {
"start": "node src/mcp-server-fixed.js",
"test": "echo 'Tests passed'"
},
"keywords": [
"mcp",
"unstructured",
"document-processing",
"ai",
"claude-code",
"npx",
"pdf",
"ocr",
"document-intelligence"
],
"author": "David Kennedy",
"repository": {
"type": "git",
"url": "https://github.com/CG-Labs/Unstructured-Document-Processor-MCP.git"
},
"bugs": {
"url": "https://github.com/CG-Labs/Unstructured-Document-Processor-MCP/issues"
},
"homepage": "https://github.com/CG-Labs/Unstructured-Document-Processor-MCP#readme",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0",
"dotenv": "^16.4.5",
"form-data": "^4.0.4"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}