AI Collection
AI Collection MCP Server
A read-only Model Context Protocol server for searching and discovering AI tools from AI Collection. Browse the directory to explore the tools directly, or visit the public GitHub awesome list that started the project.
Endpoint
This URL is for MCP clients. Browsers can view this page, but clients should connect with POST requests.
https://thataicollection.com/mcp
Client Config
{
"mcpServers": {
"ai-collection": {
"url": "https://thataicollection.com/mcp"
}
}
}
Tools
search_toolssearches AI tools by query and optional category.get_toolfetches details for a specific tool.list_categorieslists categories and tags.browse_categorybrowses tools inside a category.get_alternativesfinds similar tools.get_top_picksreturns curated editorial picks.
Discovery
The server card is available at /.well-known/mcp/server-card.json.