Model Context Protocol
Awesome exposes a public Streamable HTTP MCP server for searching GitHub repositories and awesome lists indexed by the catalog. No API key is required.
https://awesome.lvtd.dev/mcp
Use Streamable HTTP transport. The server is read-only and is intended for repository discovery, comparison, and awesome-list lookup workflows.
Search repositories by query, language, topic, stack, package manager, stars, freshness, age, archived state, and AI-development signals.
Fetch one indexed repository by owner/name,
with optional README content.
Search active awesome lists by name, source repository, topic, or description.
Fetch one active awesome list by slug.
Search repositories from a single awesome list with the same repository filters.
Use the following shape in MCP clients that support remote Streamable HTTP servers.
{
"mcpServers": {
"awesome": {
"url": "https://awesome.lvtd.dev/mcp",
"transport": "streamable-http"
}
}
}