A Model Context Protocol Server for the UK Science Museum Group API
@opensourcedev90s
A Model Context Protocol Server for the UK Science Museum Group API について
MCP Server for the UK Science Museum Group
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"uk-science-museum-group-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is A Model Context Protocol Server for the UK Science Museum Group API?
A Python MCP (Model Context Protocol) server that enables large language models, such as Claude, to fetch data from the UK Science Museum Group’s Collections Online API. It is designed for Claude Desktop on macOS and Windows.
How to use A Model Context Protocol Server for the UK Science Museum Group API?
Install UV (a Python package manager) on macOS or Windows, then edit your Claude Desktop configuration file (claude_desktop_config.json) to add the server entry shown in the README. After restarting Claude Desktop, you can query the museum’s collections directly through Claude.
Key features of A Model Context Protocol Server for the UK Science Museum Group API
- Provides LLM access to the Science Museum Group’s public API.
- Simple setup with UV and Claude Desktop configuration.
- Supports macOS and Windows operating systems.
- Uses the official Collections Online API for search queries.
- Open‑source project available for community contributions.
Use cases of A Model Context Protocol Server for the UK Science Museum Group API
- Researching historical artifacts and scientific instruments.
- Finding information about exhibits in Science Museum Group venues.
- Generating descriptive summaries of museum objects for educational content.
- Exploring the museum’s digital collection through conversational AI.
FAQ from A Model Context Protocol Server for the UK Science Museum Group API
What is MCP and how does this server use it?
MCP (Model Context Protocol) is a standard for connecting LLMs to external tools and data sources. This server implements an MCP endpoint so that Claude Desktop can call the Science Museum Group API.
What dependencies are required to run this server?
You need Python and UV installed. The server is distributed as a Python package (science-museum-mcp) and is executed via uvx. No additional API key or authentication is required for the public collection API.
Where does the data come from?
All data is retrieved in real‑time from the UK Science Museum Group’s official Collections Online API (documented at their GitHub wiki). The server does not store or cache any data locally.
Can I use this server with other MCP hosts besides Claude Desktop?
The READTE only demonstrates configuration for Claude Desktop. The server follows the MCP standard, so in principle it may work with other hosts, but no other integrations are documented.
How do I configure the server for Claude Desktop?
Install UV, then add the following to your claude_desktop_config.json: { "mcpServers": { "scienceMuseum": { "command": "uvx", "args": ["science-museum-mcp"] } } }. Detailed paths for macOS and Windows are provided in the README.
「開発者ツール」の他のコンテンツ
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
コメント