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

by opensourcedev90s

171 downloads
Not rated
GitHub

About

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.

Details

Author
opensourcedev90s
Downloads
171
Categories
Developer Tools

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name A Model Context Protocol Server for the UK Science Museum Group API
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "a model context protocol server for the uk science museum group api": {
            "uk-science-museum-group-mcp": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "uk-science-museum-group-mcp": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

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

This project is a Python MCP (https://modelcontextprotocol.io/introduction) server that allows your LLM to fetch data
from the UK Science Museum Group. Info is available at https://github.com/TheScienceMuseum/collectionsonline/wiki/Collections-Online-API#get-search.

It is currently supported by Claude Desktop for MacOS and Windows.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.