molanojustin/smithsonian-mcp
MCP server that provides AI assistants with access to the Smithsonian Institution's Open Access collections.
Quick Start
Clone the repository:
git clone https://github.com/molanojustin/smithsonian-mcpClaude Desktop configuration example:
{
"mcpServers": {
"smithsonian-mcp": {
"command": "npx",
"args": [
"-y",
"molanojustin/smithsonian-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.