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.
开发工具 分类下的更多 MCP 服务器
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.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Grafana MCP server
grafanaMCP server for Grafana
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论