A Model Context Protocol Server for the UK Science Museum Group API
@opensourcedev90s
About A Model Context Protocol Server for the UK Science Museum Group API
MCP Server for the UK Science Museum Group
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uk-science-museum-group-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Comments