MCP.so
Sign In
Servers

A Model Context Protocol Server for the UK Science Museum Group API

@opensourcedev90s

MCP Server for the UK Science Museum Group

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 from Developer Tools