Back to MCP Servers

Oorlogsbronnen

Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945)

art-cultureapi

Installation

npx -y oorlogsbronnen-mcp

Configuration

{
  "mcpServers": {
    "oorlogsbronnen-mcp": {
      "command": "npx",
      "args": ["-y", "oorlogsbronnen-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub