{ "name": "skillselion-mcp", "version": "0.9.11", "mcpName": "io.github.skillselion/skillselion-mcp", "description": "MCP server that gives your coding agent on-demand access to thousands of community-vetted Claude Code skills - search Skillselion and load_skill a real SKILL.md (plus its scripts/refs) mid-task. Ranked by installs + GitHub stars. Works with Claude Code, Cursor, Codex & any MCP client.", "type": "module", "bin": { "skillselion-mcp": "./index.js" }, "files": [ "index.js" ], "scripts": { "start": "node index.js", "test": "node test/smoke.mjs && node test/response-format.mjs && node test/synthesis.mjs", "test:live": "node test/verbose.mjs && node test/relevance.mjs && node test/live.mjs && node test/synthesis.mjs --live" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "claude", "claude-code", "anthropic", "ai", "ai-agents", "coding-agent", "agent-skills", "skills", "skill", "directory", "cursor", "codex", "skillselion" ], "homepage": "https://skillselion.com", "bugs": { "url": "https://github.com/skillselion/skillselion-mcp/issues" }, "author": "Skillselion (https://skillselion.com)", "repository": { "type": "git", "url": "git+https://github.com/skillselion/skillselion-mcp.git" }, "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" } }