SkillAgentSearch skills...

opds-mcp

MCP server on top of OPDS protocol. allowing to interact with any OPDS capable book library

Install / Use

claude mcp add pastukhov -- npx -y github:pastukhov/opds-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

31/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "opds-mcp", "version": "0.1.0", "description": "MCP server for browsing, searching and downloading books from OPDS catalogs", "type": "module", "license": "AGPL-3.0-only", "bin": { "opds-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.json", "prepare": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest run", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "fast-xml-parser": "^5.9.3", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.10.5", "@vitest/coverage-v8": "^3.2.6", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low