opr-mcp

capeterson/opr-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server that indexes One Page Rules game systems rules and roster data. Bring your own Advanced rules PDF, plus automated downloading of army foster PDFs from Army Forge.
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": {
    "opr-mcp": {
      "command": "uvx",
      "args": [
        "opr-mcp"
      ]
    }
  }
}

Or install with pip: pip install opr-mcp

README Excerpt

Local MCP server that indexes [One Page Rules](https://onepagerules.com/) PDFs and exposes hybrid (BM25 + vector) lookup tools to Claude. Fully offline, no API keys, no scraping. You drop your purchased OPR PDFs in a folder, run `opr-mcp ingest`, and Claude gains tools to answer rules questions, look up unit stats, and resolve special rules.

Tools (1)

serve