trackmcp
Back to directory
oliviermichel

louvre-mcp

View on GitHub

A Model Context Protocol (MCP) server for interacting with the Louvre museum's collection

2 stars TypeScriptAI & Machine Learning Updated Aug 19, 2025

Documentation

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

bash
npm install

Installation in Claude Desktop

Get the code, build the project, and edit claude_desktop_config.json.

Add:

code
"louvre": {
      "command": "node",
      "args": ["D:\\Path_to_projects\\louvreMCP\\build\\index.js"]
    },

Usage

Build the project:

bash
npm run build

Start the server:

bash
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

Frequently asked questions

What is louvre-mcp?

louvre-mcp is A Model Context Protocol (MCP) server for interacting with the Louvre museum's collection

How do I install louvre-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is louvre-mcp open source?

Yes — it is hosted on GitHub at https://github.com/oliviermichel/louvre-mcp and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP