Home › Other › Northwestern University Libraries Digital Collections API

Northwestern University Libraries Digital Collections API

Agent integration with the Northwestern University Libraries Digital Collections API

TypeScript Remote
★ 14 stars Last pushed 2026-09-15

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.dc.library.northwestern.edu/api/v2/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http dc-api-v2 https://api.dc.library.northwestern.edu/api/v2/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "dc-api-v2": {
      "url": "https://api.dc.library.northwestern.edu/api/v2/mcp"
    }
  }
}

Package (npm 2.11.15)

npx -y @nulib/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dc-api-v2": {
      "command": "npx",
      "args": [
        "-y",
        "@nulib/[email protected]"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/nulib/dc-api-mcp:2.11.15

Or add to your MCP client config:

{
  "mcpServers": {
    "dc-api-v2": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nulib/dc-api-mcp:2.11.15"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry