MCP server for IIIF integration providing search, metadata retrieval, image operations, authentication, and structured data extraction from IIIF resources with comprehensive API support.
Fetch actual IIIF image data with automatic size constraints.
List all canvases within a IIIF manifest.
Get detailed information about a specific canvas.
Search within IIIF resources using the Content Search API.
Retrieve manifest metadata from IIIF Presentation API.
Retrieve and navigate IIIF collections with support for hierarchical structures.
Build IIIF Image API URLs and retrieve image information.
Extract and analyze annotations from IIIF resources, including text transcriptions, translations, and commentary.
Track changes and updates to IIIF resources using the Change Discovery API.
Extract and analyze audio/video content from IIIF manifests.
Full authentication support for IIIF resources with session management and protected content access.
{
"mcpServers": {
"iiif": {
"command": "node",
"args": ["/path/to/mcp_iiif/dist/index.js"]
}
}
}