SkillAgentSearch skills...

codrops-mcp

pulls codrops examples from their website

Install / Use

claude mcp add lucasd1as -- npx -y github:lucasd1as/codrops-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

27/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "codrops-mcp", "version": "0.1.0", "description": "MCP server that gives Claude instant 1:1 access to every Codrops Creative Hub example — verbatim source code plus the tutorial how-to.", "type": "module", "license": "MIT", "bin": { "codrops-mcp": "dist/index.js" }, "files": [ "dist", "data/catalog.json", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "build:catalog": "tsx scripts/build-catalog.ts", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "codrops", "components", "gsap", "webgl", "animation" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "cheerio": "^1.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.19.20", "tsx": "^4.19.0", "typescript": "^5.6.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low