molanojustin/smithsonian-mcp
🐍 ☁️ - MCP server that provides AI assistants with access to the Smithsonian Institution's Open Access collections.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: molanojustin/smithsonian-mcp Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-molanojustin-smithsonian-mcp
Detailed Documentation
🐍 ☁️ - MCP server that provides AI assistants with access to the Smithsonian Institution’s Open Access collections.
Configuration
{
"mcpServers": {
"molanojustin-smithsonian-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-molanojustin-smithsonian-mcp"
],
"env": {}
}
}
}