Skip to content

zonuexe/riida-mcp

v0.2.1MPL-2.0

MCP server for riida — infer and update book metadata from PDF content and file paths

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

riidastdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/index.js"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "riida-mcp",
  "version": "0.2.1",
  "description": "MCP server for riida — infer and update book metadata from PDF content and file paths",
  "author": {
    "name": "USAMI Kenta",
    "email": "tadsan@zonu.me"
  },
  "homepage": "https://github.com/zonuexe/riida/tree/master/mcp-server",
  "repository": "https://github.com/zonuexe/riida",
  "license": "MPL-2.0",
  "keywords": ["mcp", "model-context-protocol", "pdf", "ebook", "metadata", "riida"]
}