context-awesome
by bh-rat·★ 51·Score 47
An MCP server providing access to curated awesome lists with search and section discovery tools.
Overview
Context Awesome is a Model Context Protocol server that exposes curated awesome lists as searchable resources. It provides access to over 8,500 awesome lists and more than 1 million curated resources, making it an invaluable tool for knowledge workers and researchers. The server offers three main tools: find_awesome_section for discovering relevant categories, search_awesome_items for full-text searching across resources, and get_awesome_items for fetching items from specific lists. It can be deployed both as a hosted MCP service or locally for offline use.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Context Awesome when your AI agents need access to curated, high-quality technical resources across thousands of topics without web search.
When NOT to choose this
Don't choose this for highly specialized niche topics not covered in awesome lists, or if you need real-time, dynamic content beyond what's captured in static lists.
Tools this server exposes
3 tools extracted from the READMEfind_awesome_sectionDiscover sections/categories across awesome lists matching a query
search_awesome_itemsFull-text search across individual items (tools/libraries/resources)
get_awesome_itemsFetch items from a known list + section, token-budgeted
Comparable tools
Installation
Installation
Remote Server (Recommended)
Add to your MCP client configuration:
**Claude Desktop**
{
"mcpServers": {
"context-awesome": {
"url": "https://www.context-awesome.com/api/mcp"
}
}
}**Cursor/Claude Code**
claude mcp add --transport http context-awesome https://www.context-awesome.com/api/mcp**Local stdio** (for offline use)
{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": ["-y", "context-awesome-mcp", "serve", "--transport", "stdio"],
"env": {
"CONTEXT_AWESOME_API_HOST": "https://api.context-awesome.com"
}
}
}
}FAQ
- What awesome lists are included?
- The server provides access to over 8,500 awesome lists on GitHub with more than 1 million curated resources, covering topics from machine learning to design tools.
- Can I use this offline?
- Yes, you can run the MCP server locally using the stdio transport method, which doesn't require internet connectivity after initial setup.
Compare context-awesome with
Last updated · Auto-generated from public README + GitHub signals.