Awesome AI directory 2026 — 800+ AI tools, AI agents, LLMs, MCP servers, generative AI & dev resources. Updated.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"artificial-intellige": {
"command": "npx",
"args": [
"-y",
"frangelbarrera/Artificial-Intelligence-Universe"
]
}
}
}
Run in terminal:
claude mcp add artificial-intellige npx -y frangelbarrera/Artificial-Intelligence-Universe
Add to .cursor/mcp.json:
{
"mcpServers": {
"artificial-intellige": {
"command": "npx",
"args": [
"-y",
"frangelbarrera/Artificial-Intelligence-Universe"
]
}
}
}