MCP server that provides AI assistants with access to the Smithsonian API
2.3K
Access 3+ million digitized collection objects from America's national museums via AI assistants.
docker run -e SMITHSONIAN_API_KEY=your_api_key justinmol/smithsonian-mcp:latest
Requires a free API key from api.data.gov.
A Model Context Protocol (MCP) server enabling AI assistants to search, explore, and analyze Smithsonian Institution collections. Includes:
Use with Claude Desktop, MCP Orchestrators, or other MCP-compatible tools.
"mcpServers": {
"smithsonian_open_access": {
"command": "docker",
"args": ["run", "--rm", "-e", "SMITHSONIAN_API_KEY=your_key", "justinmol/smithsonian-mcp:latest"]
}
}
}
Content type
Image
Digest
sha256:a7876c863…
Size
48.2 MB
Last updated
3 months ago
docker pull justinmol/smithsonian-mcp