Louvre MCP
About
A Model Context Protocol (MCP) server for interacting with the Louvre museum's collection
Details
- Author
- oliviermichel
- GitHub stars
- 2
- Downloads
- 157
- Categories
- Other
Jump to
- Search artworks in the Louvre collection
- Get detailed information about specific artworks
- Retrieve artwork images with thumbnail and full size options
Install dependencies with npm install, build the project with npm run build, and start the server with npm start. To integrate with Claude Desktop, add the provided configuration to claude_desktop_config.json.
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
1. search-artwork: Search for artworks in the Louvre collection
2. get-artwork-detail: Get detailed information about a specific artwork
3. get-artwork-images: Retrieve images for a specific artwork
License
ISC
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



