Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aima-python": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aima-python"
]
}
}
}