
Context Awesome
STDIOHTTP-SSE提供8500+精选列表和百万资源的MCP服务器
提供8500+精选列表和百万资源的MCP服务器
A Model Context Protocol (MCP) server that provides access to all the curated awesome lists and their items. It can provide the best resources for your agent from sections of the 8500+ awesome lists on github and more then 1mn+ (growing) awesome row items.
What are Awesome Lists? Awesome lists are community-curated collections of the best tools, libraries, and resources on any topic - from machine learning frameworks to design tools. By adding this MCP server, your AI agents get instant access to these high-quality, vetted resources instead of relying on random web searches.
Perfect for :
https://github.com/user-attachments/assets/babab991-e4ff-4433-bdb7-eb7032e9cd11
find_awesome_section
Discovers sections and categories across awesome lists matching your search query.
Parameters:
query
(required): Search terms for finding sectionsconfidence
(optional): Minimum confidence score (0-1, default: 0.3)limit
(optional): Maximum sections to return (1-50, default: 10)Example Usage: "Give me the best machine learning resources for learning ML related to python in couple of months." "What are the best resources for authoring technical books ?" "Find awesome list sections about React hooks" "Search for database ORMs in Go awesome lists"
get_awesome_items
Retrieves items from a specific list or section with token limiting for optimal context usage.
Parameters:
listId
or githubRepo
(one required): Identifier for the listsection
(optional): Category/section name to filtersubcategory
(optional): Subcategory to filtertokens
(optional): Maximum tokens to return (min: 1000, default: 10000)offset
(optional): Pagination offset (default: 0)Example Usage:
"Show me the testing tools section from awesome-rust"
"Get the next 20 items from awesome-python (offset: 20)"
"Get items from bh-rat/awesome-mcp-enterprise"
Context Awesome is available as a hosted MCP server. No installation required!
Go to: Settings
-> Cursor Settings
-> MCP
-> Add new global MCP server
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
claude mcp add --transport http context-awesome https://www.context-awesome.com/api/mcp
{ "mcpServers": { "context-awesome": { "serverUrl": "https://www.context-awesome.com/api/mcp" } } }
"mcp": { "servers": { "context-awesome": { "type": "http", "url": "https://www.context-awesome.com/api/mcp" } } }
Navigate to Settings > Connectors > Add Custom Connector. Enter:
Context Awesome
https://www.context-awesome.com/api/mcp
See Additional Installation Methods for other MCP clients.
For development or self-hosting:
git clone https://github.com/bh-rat/context-awesome.git cd context-awesome npm install npm run build
# Development mode (runs from source) npm run dev -- [options] # Production mode (runs compiled version) npm run start -- [options] Options: --transport <stdio|http|sse> Transport mechanism (default: stdio) --port <number> Port for HTTP transport (default: 3000) --api-host <url> Backend API host (default: https://api.context-awesome.com) --debug Enable debug logging --help Show help
# Run with default settings (stdio transport) npm run start # Run with HTTP transport on port 3001 npm run start -- --transport http --port 3001 # Run with custom API host and key npm run start -- --api-host https://api.context-awesome.com
Add to your Claude Desktop configuration file:
{ "mcpServers": { "context-awesome": { "command": "node", "args": ["/path/to/context-awesome/build/index.js"], "env": { "CONTEXT_AWESOME_API_HOST": "https://api.context-awesome.com" } } } }
Add to your settings:
{ "mcpServers": { "context-awesome": { "command": "node", "args": ["/path/to/context-awesome/build/index.js"], "env": { "CONTEXT_AWESOME_API_HOST": "https://api.context-awesome.com" } } } }
For HTTP transport:
npm run start -- --transport http --port 3001 --api-host https://api.context-awesome.com
Then configure your client to connect to http://localhost:3001/mcp
npm run inspector
Enable debug logging to see detailed information:
npm run start -- --debug # Or in development mode npm run dev -- --debug
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
{ "context_servers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
https://www.context-awesome.com/api/mcp
{ "mcpServers": { "context-awesome": { "type": "streamable-http", "url": "https://www.context-awesome.com/api/mcp" } } }
{ "mcpServers": { "context-awesome": { "httpUrl": "https://www.context-awesome.com/api/mcp" } } }
"mcp": { "context-awesome": { "type": "remote", "url": "https://www.context-awesome.com/api/mcp", "enabled": true } }
Settings
-> Tools
-> AI Assistant
-> Model Context Protocol (MCP)
+ Add
https://www.context-awesome.com/api/mcp
OK
and Apply
Kiro
> MCP Servers
+ Add
https://www.context-awesome.com/api/mcp
Save
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
Settings
> AI
> Manage MCP servers
+ Add
https://www.context-awesome.com/api/mcp
Save
{ "mcpServers": { "context-awesome": { "type": "http", "url": "https://www.context-awesome.com/api/mcp", "tools": ["find_awesome_section", "get_awesome_items"] } } }
Program
> Install
> Edit mcp.json
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
Perplexity
> Settings
Connectors
Add Connector
Advanced
Context Awesome
https://www.context-awesome.com/api/mcp
{ "inputs": [], "servers": { "context-awesome": { "type": "http", "url": "https://www.context-awesome.com/api/mcp" } } }
{ "$schema": "https://charm.land/crush.json", "mcp": { "context-awesome": { "type": "http", "url": "https://www.context-awesome.com/api/mcp" } } }
acli rovodev mcp
Then add:
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
Context Awesome
https://www.context-awesome.com/api/mcp
{ "mcpServers": { "context-awesome": { "url": "https://www.context-awesome.com/api/mcp" } } }
This MCP server connects to backend API service that handles the heavy lifting of awesome list processing.
The backend service will be open-sourced soon, enabling the community to contribute to and benefit from the complete context-awesome ecosystem.
MIT
Contributions are welcome! Please:
For issues and questions:
This project uses data from over 8,500 awesome lists on GitHub. See ATTRIBUTION.md for a complete list of all repositories whose data is included.
Built with: