SkillAgentSearch skills...

dev-to-mcp

A remote Model Context Protocol (MCP) server for interacting with the dev.to public API without requiring authentication.

Install / Use

claude mcp add nickytonline -- npx -y github:nickytonline/dev-to-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

34/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "dev-to-mcp", "version": "1.0.0", "description": "MCP server for dev.to public API", "type": "module", "main": "dist/index.js", "scripts": { "build": "vite build", "dev": "node --experimental-strip-types --watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:ci": "vitest run --reporter=json --outputFile=test-results.json", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write src//*.ts", "format:check": "prettier --check src//*.ts" }, "keywords": [ "mcp", "dev.to", "api", "server" ], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "concurrently": "^9.2.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0", "vite": "^5.0.0", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "@types/express": "^5.0.3", "express": "^5.1.0", "pino": "^9.7.0", "pino-pretty": "^13.1.1" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low