huggingface-mcp-server
Version:
MCP Server for HuggingFace inference endpoints with custom LoRA and story generation
61 lines (60 loc) • 1.38 kB
JSON
{
"name": "huggingface-mcp-server",
"version": "1.0.26",
"description": "MCP Server for HuggingFace inference endpoints with custom LoRA and story generation",
"main": "dist/index.js",
"bin": {
"huggingface-mcp-server": "dist/cli.js"
},
"scripts": {
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn src/index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"huggingface",
"ai",
"inference",
"lora",
"story",
"image",
"stable-diffusion",
"mistral",
"claude",
"cursor",
"cline"
],
"files": [
"dist",
"README.md",
"LICENSE",
"claude-mcp.json",
"cursor-mcp.json",
"cline-mcp.json",
"direct-server.js"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/huggingface-mcp-server.git"
},
"dependencies": {
"@carsonburke/diffusers.js": "^0.9.13",
"axios": "^1.6.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.4.1",
"@types/express": "^4.17.21",
"@types/node": "^20.8.10",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
}
}