MCP.so
登录

Rijksmuseum MCP Server

@r-huijts

关于 Rijksmuseum MCP Server

Rijksmuseum MCP integration for artwork exploration and analysis

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

r-huijts

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "rijksmuseum-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-rijksmuseum"
      ],
      "env": {
        "RIJKSMUSEUM_API_KEY": "your_api_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Rijksmuseum MCP Server?

A Model Context Protocol server that provides access to the Rijksmuseum’s collection through natural language interactions, enabling AI models to explore, analyze, and interact with artworks from the museum.

How to use Rijksmuseum MCP Server?

Install via npm (npx -y mcp-server-rijksmuseum) or from source. Add your Rijksmuseum API key as the environment variable RIJKSMUSEUM_API_KEY. Configure in Claude Desktop’s claude_desktop_config.json under mcpServers. Optional settings: PORT (default 3000) and LOG_LEVEL (default ‘info’).

Key features of Rijksmuseum MCP Server

  • Search artworks by artist, type, material, period, color, and more.
  • Retrieve comprehensive details about specific artworks.
  • Access high-resolution images with deep zoom capabilities.
  • Browse and examine user‑curated collections.
  • Open artwork images directly in a browser.
  • Generate chronological timelines of artists’ works.

Use cases of Rijksmuseum MCP Server

  • Discover artworks by artist, time period, or visual characteristics.
  • Analyze an artwork’s history, material, and curatorial context.
  • Research an artist’s career progression and style evolution.
  • Explore thematic groupings like biblical scenes or still lifes.
  • Examine high‑resolution details of brushwork, jewelry, or facial expressions.

FAQ from Rijksmuseum MCP Server

What does the server require to run?

Node.js and npm are required. The server needs a Rijksmuseum API key set in the RIJKSMUSEUM_API_KEY environment variable.

How do I get an API key?

You can obtain an API key from the Rijksmuseum API Portal.

Where does the artwork data come from?

All data is fetched from the Rijksmuseum’s official API.

Can I use this server with other MCP clients besides Claude Desktop?

The README provides configurations for Claude Desktop, but the server follows the Model Context Protocol and can be used with any compatible MCP client.

What configuration options are available?

The server accepts RIJKSMUSEUM_API_KEY (required), PORT (default 3000), and LOG_LEVEL (default ‘info’).

评论

其他 分类下的更多 MCP 服务器