retraction-watch-mcp

handsomeZR-netizen/retraction-watch-mcp
★ 0 stars TypeScript 📦 Other Updated 1d ago
Local MCP server for conservative Retraction Watch screening
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "retraction-watch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "handsomeZR-netizen/retraction-watch-mcp"
      ]
    }
  }
}