@danielma-tic/mondaydotcom-mcp-server
Version:
MCP Server for the Monday.com API, enabling board operations, item management, and more.
55 lines • 1.38 kB
JSON
{
"name": "@danielma-tic/mondaydotcom-mcp-server",
"version": "1.0.0",
"description": "MCP Server for the Monday.com API, enabling board operations, item management, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typeRoots": ["./src/types", "./node_modules/@types"],
"bin": {
"mondaydotcom-mcp-server": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"start": "node dist/cli.js",
"test": "echo \"No tests specified\" && exit 0",
"prepare": "npm run build"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.10.2",
"monday-sdk-js": "^0.5.0",
"debug": "^4.3.4",
"zod": "^3.22.4",
"axios": "^1.6.5"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.10.6",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"@types/jest": "^29.5.11"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"monday",
"mcp",
"claude",
"api",
"monday.com",
"automation",
"integration"
],
"author": "daniel",
"repository": {
"type": "git",
"url": "https://github.com/danielma-tic/mondaydotcom-mcp-server.git"
},
"bugs": {
"url": "https://github.com/danielma-tic/mondaydotcom-mcp-server/issues"
},
"homepage": "https://github.com/danielma-tic/mondaydotcom-mcp-server#readme",
"license": "MIT"
}