Skip to main content
Glama

DataWorks MCP Server

by aliyun
package.json2.75 kB
{ "name": "alibabacloud-dataworks-mcp-server", "version": "1.0.43", "description": "DataWorks MCP Server: Export the DataWorks Open API to MCP Server, allowing clients that can run MCP Server to use DataWorks Open API through AI.", "main": "build/index.js", "module": "build/index.js", "type": "module", "icon": "icon.png", "bin": { "alibabacloud-dataworks-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "pnpm run build; REGION=cn-shanghai node build/index.js", "dev": "pnpm run build; npx @modelcontextprotocol/inspector -e NODE_ENV=development -e REGION=cn-shanghai -e ALIBABA_CLOUD_ACCESS_KEY_ID=your_aliyun_key_id -e ALIBABA_CLOUD_ACCESS_KEY_SECRET=your_aliyun_key_secret node build/index.js", "restart": "pnpm run build; REGION=cn-shanghai node build/index.js", "pre-start": "pnpm run build; REGION=cn-shanghai NODE_ENV=development VERBOSE=true node build/index.js" }, "files": [ "build" ], "repository": { "type": "git", "url": "git@github.com:aliyun/alibabacloud-dataworks-mcp-server.git" }, "keywords": [ "alibaba", "aliyun", "cloud", "computing", "dataworks", "big data", "mcp", "ai", "open api", "dataworks-mcp" ], "author": "DataWorks", "license": "Apache-2.0", "dependencies": { "@alicloud/credentials": "2.4.2", "@alicloud/dataworks-public20240518": "^6.0.2", "@alicloud/openapi-client": "^0.4.13", "@alicloud/openapi-util": "^0.3.2", "@alicloud/tea-typescript": "^1.8.0", "@alicloud/tea-util": "^1.4.10", "@modelcontextprotocol/sdk": "^1.5.0", "@modelcontextprotocol/server-filesystem": "2025.3.28", "bignumber.js": "^9.1.0", "dayjs": "^1.11.13", "dotenv": "^16.4.7", "express": "4.20.0", "lodash": "^4.17.21", "lossless-json": "^4.0.2", "node-fetch": "3.3.2", "openai": "^4.77.0", "path": "^0.12.7", "uuid": "9.0.1", "zod": "^3.24.2" }, "devDependencies": { "@anthropic-ai/sdk": "^0.39.0", "@modelcontextprotocol/inspector": "^0.6.0", "@types/bignumber.js": "^5.0.4", "@types/lodash": "^4.17.16", "@types/node": "^22.13.4", "tailwindcss": "^3.0.0", "typescript": "^5.7.3" }, "resolutions": { "@alicloud/credentials": "2.4.2", "uuid": "9.0.1" }, "packageManager": "pnpm@9.14.2", "publishConfig": { "registry": "https://registry.npmjs.org" }, "homepage": "https://github.com/aliyun/alibabacloud-dataworks-mcp-server.git", "bugs": { "url": "https://github.com/aliyun/alibabacloud-dataworks-mcp-server/issues", "mail": "" }, "tnpm": { "lockfile": "enable", "mode": "npm" } }

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/aliyun/alibabacloud-dataworks-mcp-server'

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