louvre-mcp
1
Louvre MCP is an MCP server designed for interacting with the Louvre museum's digital collection. It allows users to search for artworks, obtain detailed information, and retrieve artwork images. The server offers different options for accessing artwork details and images, making it a useful tool for exploring the Louvre's collection.
Louvre MCP
A Model Context Protocol (MCP) server for interacting with the Louvre museum's collection. This server provides tools to search and retrieve artwork information from the Louvre's digital collection.
Features
- Search artworks in the Louvre collection
- Get detailed information about specific artworks
- Retrieve artwork images with different options (thumbnail, full size)
Installation
npm install
Installation in Claude Desktop
Get the code, build the project, and edit claude_desktop_config.json. Add:
"louvre": {
"command": "node",
"args": ["D:\\Path_to_projects\\louvreMCP\\build\\index.js"]
},
Usage
Build the project:
npm run build
Start the server:
npm start
Available Tools
search-artwork
: Search for artworks in the Louvre collectionget-artwork-detail
: Get detailed information about a specific artworkget-artwork-images
: Retrieve images for a specific artwork
License
ISC