一个用于与卢浮宫博物馆藏品互动的模型上下文协议(MCP)服务器。此服务器提供了搜索并从卢浮宫数字藏品中检索艺术品信息的工具。
npm install
获取代码,构建项目,并编辑claude_desktop_config.json。
添加:
"louvre": {
"command": "node",
"args": ["D:\\Path_to_projects\\louvreMCP\\build\\index.js"]
},
构建项目:
npm run build
启动服务器:
npm start
search-artwork: 在卢浮宫藏品中搜索艺术品get-artwork-detail: 获取特定艺术品的详细信息get-artwork-images: 检索特定艺术品的图像ISC