Context Awesome
Rank #11,415io.github.bh-rat/context-awesome
MCP server for accessing curated awesome list documentation
Context Awesome is a Model Context Protocol (MCP) server published by bh-rat. It ranks #11,415 of 132,046 servers tracked on MCP Toplist, and its repository has 59 GitHub stars. Context Awesome is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Aug 23, 2025 and most recently updated on Jun 10, 2026.
Ranks ahead of 120,631 of 132,046 servers on MCP Toplist.
Use Context Awesome
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http context-awesome https://www.context-awesome.com/api/mcpclaude mcp add context-awesome -- npx -y context-awesome[mcp_servers.context-awesome]
url = "https://www.context-awesome.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.context-awesome]
command = "npx"
args = ["-y", "context-awesome"]Add to ~/.codex/config.toml.
https://www.context-awesome.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": [
"-y",
"context-awesome"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"context-awesome": {
"url": "https://www.context-awesome.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": [
"-y",
"context-awesome"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"context-awesome": {
"type": "http",
"url": "https://www.context-awesome.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"context-awesome": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-awesome"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"context-awesome": {
"serverUrl": "https://www.context-awesome.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": [
"-y",
"context-awesome"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-awesome": {
"url": "https://www.context-awesome.com/api/mcp"
}
}
}{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": [
"-y",
"context-awesome"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bh-rat%2Fcontext-awesome)<a href="https://mcptoplist.com/server/io.github.bh-rat%2Fcontext-awesome"><img src="https://mcptoplist.com/badge/io.github.bh-rat%2Fcontext-awesome.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bh-rat
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 10, 2026 |
Frequently asked questions
- Who maintains Context Awesome?
- Context Awesome is maintained by bh-rat, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Context Awesome listed on the Official MCP Registry?
- Yes — Context Awesome is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Context Awesome have?
- MCP Toplist tracks 1 version of Context Awesome, most recently published on Jun 10, 2026.
- Where can I find the source code for Context Awesome?
- The source code for Context Awesome is hosted at github.com/bh-rat/context-awesome.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.