MCP Catalogs
Home

context-awesome

by bh-rat·51·Score 47

An MCP server providing access to curated awesome lists with search and section discovery tools.

developer-toolsai-llmsearch
10
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Research agents can quickly gather high-quality resources on any topic
you:Knowledge workers can find the best tools and libraries for their projects
you:Learning agents can discover relevant educational materials for specific subjects
you:What awesome lists are included?
you:Can I use this offline?

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 README
  • find_awesome_section

    Discover sections/categories across awesome lists matching a query

  • search_awesome_items

    Full-text search across individual items (tools/libraries/resources)

  • get_awesome_items

    Fetch items from a known list + section, token-budgeted

Comparable tools

context7brave-searchsearx-mcpduckduckgo-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.