Search and explore millions of CC0 Smithsonian Open Access museum objects, artworks, and specimens.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"smithsonian-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/smithsonian-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add smithsonian-mcp-serv npx -y cyanheads/smithsonian-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"smithsonian-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/smithsonian-mcp-server"
]
}
}
}