Rijksmuseum MCP Server
@r-huijts
Rijksmuseum MCP Server について
Rijksmuseum MCP integration for artwork exploration and analysis
基本情報
設定
以下の設定を使って、このサーバーを 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’).
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント