A Model Context Protocol (MCP) server that provides AI assistants with access to the Smithsonian Institution's Open Access collections.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"-molanojustin-smithsonian-mcp": {
"args": [
"index.js"
],
"command": "node"
}
}
}