Back to MCP directory
publicPublicdnsLocal runtime

louvre-mcp

一个用于与卢浮宫博物馆数字藏品交互的MCP服务器,提供艺术品搜索、详情查看和图片获取功能。

article

README

🚀 卢浮宫 MCP 服务器

卢浮宫 MCP 服务器是一个用于与卢浮宫博物馆收藏互动的模型上下文协议 (MCP) 服务器。它提供了强大的工具,可用于搜索和检索卢浮宫数字藏品的相关信息。

🚀 快速开始

卢浮宫 MCP 服务器能让你轻松与卢浮宫博物馆的藏品进行互动。以下是快速启动服务器的步骤:

安装

npm install

若你要在 Claude Desktop 中安装,需获取代码,构建项目,并编辑 claude_desktop_config.json 文件,添加以下内容:

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

构建与启动

构建项目:

npm run build

启动服务器:

npm start

✨ 主要特性

  • 艺术品搜索:可在卢浮宫收藏中搜索艺术品。
  • 详细信息获取:能够获取特定艺术品的详细信息。
  • 图像检索:支持以不同选项(缩略图、全尺寸)检索艺术品图像。

📦 安装指南

通用安装

npm install

在 Claude Desktop 中安装

获取代码,构建项目,并编辑 claude_desktop_config.json 文件,添加如下配置:

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

💻 使用示例

基础用法

构建项目:

npm run build

启动服务器:

npm start

高级用法

本服务器提供了多个实用工具,可帮助你更好地与卢浮宫藏品互动:

  1. search-artwork:在卢浮宫收藏中搜索艺术品。
  2. get-artwork-detail:获取特定艺术品的详细信息。
  3. get-artwork-images:以不同选项(缩略图、全尺寸)检索艺术品图像。

📄 许可证

本项目采用 ISC 许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client