cc-recommender
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cc-recommenderWhat should I install for this project?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cc-recommender
🎯 Skills, Plugins, and MCP Server Recommendation MCP Server for Claude Code
English | 日本語
Just ask "What should I install?" in Claude Code, and it will analyze your project and recommend the best skills, plugins, and MCP servers.
Features
📦 Plugin Recommendations - Suggests optimal plugins from the official marketplace
🔌 MCP Server Recommendations - Search MCP servers from awesome-mcp-servers
🎯 Skill/Workflow Recommendations - Suggests skills, hooks, and commands from awesome-claude-code
🔍 Project Analysis - Automatically detects languages, frameworks, and dependencies
🏷️ Keyword Search - Search by name or tags
🔄 Auto-Update - Always fetches the latest data from GitHub (no manual updates needed)
⭐ Quality Scoring - Evaluates skills based on official status, stars, freshness, and source
🤖 Official Skills Discovery - Automatically discovers official skills from known organizations
Related MCP server: Mother MCP Skills
Installation
Via npm (Recommended)
npm install -g cc-recommenderLocal Build
git clone https://github.com/yuji0809/cc-recommender.git
cd cc-recommender
pnpm install
pnpm run buildRequirements:
Node.js >= 22.0.0
pnpm >= 10.0.0 (for local build)
Usage with Claude Code
For Cursor users: Use ~/.cursor/mcp.json instead of ~/.claude/settings.json
Option 1: Using npx (Recommended)
No installation required. Always uses the latest version.
Add to ~/.claude/settings.json (or ~/.cursor/mcp.json for Cursor):
{
"mcpServers": {
"cc-recommender": {
"command": "npx",
"args": ["-y", "cc-recommender"]
}
}
}Option 2: Global Installation
Faster startup, works offline. Requires manual updates.
npm install -g cc-recommenderAdd to ~/.claude/settings.json:
{
"mcpServers": {
"cc-recommender": {
"command": "cc-recommender"
}
}
}Option 3: Local Build (For Development)
git clone https://github.com/yuji0809/cc-recommender.git
cd cc-recommender
pnpm install
pnpm run buildAdd to ~/.claude/settings.json:
{
"mcpServers": {
"cc-recommender": {
"command": "node",
"args": ["/path/to/cc-recommender/dist/index.js"]
}
}
}How to Use
Project Analysis and Recommendations
You: What should I install for this project?
Claude: [Uses recommend_skills tool]
📦 Plugins
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. typescript-lsp (Official)
├─ Purpose: TypeScript definition jump, type checking
├─ Score: 95 ✅ High Match
└─ Install: /plugin install typescript-lsp
🔌 MCP Servers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. supabase-mcp
├─ Purpose: Supabase DB operations
├─ Reason: Depends on @supabase/supabase-js
└─ Install: claude mcp add supabase-mcpKeyword Search
You: Find MCP servers related to databases
Claude: [Uses search_skills tool]Available Tools
Tool | Description |
| Analyzes project and recommends appropriate skills/plugins/MCPs |
| Search by keywords |
| Get details of a specific item |
| Get list of categories |
| Get database statistics |
Data Sources
This MCP server aggregates data from the following sources:
Source | Content | Update Frequency |
Official plugin marketplace | Daily | |
Curated list of MCP servers | Daily | |
List of skills/workflows/hooks | Daily |
Auto-Update Feature
How it works:
The server automatically fetches the latest data from GitHub when it starts
Falls back to bundled data if the remote fetch fails
No manual updates or reinstallation required
Offline Mode (optional):
{
"mcpServers": {
"cc-recommender": {
"command": "npx",
"args": ["-y", "cc-recommender"],
"env": {
"CC_RECOMMENDER_OFFLINE_MODE": "true"
}
}
}
}When CC_RECOMMENDER_OFFLINE_MODE is enabled, only bundled data is used (no remote fetching).
Environment Variables
Variable | Description | Default |
| Disable auto-updates and use only bundled data |
|
| GitHub personal access token (increases API rate limit from 60 to 5000 req/hour) | Not set |
| Skip security scanning during data fetch (for developers) |
|
Notes:
To fetch skills from GitHub repositories, a GitHub token is recommended to avoid rate limits. Create a token at https://github.com/settings/tokens with
public_reposcope.
Development
For development setup and contribution guidelines, see:
CONTRIBUTING.md - Contribution guide
ARCHITECTURE.md - Architecture documentation
Quick Start for Developers
# Install dependencies
pnpm install
# Run tests
pnpm run test
# Type check + Lint + Security audit
pnpm run check
# Build
pnpm run buildSecurity
Security is a top priority for this project. We employ multiple layers of automated security measures:
Automated Scanning: Dependabot, CodeQL, and custom security audits
Pre-commit Protection: Security checks run before every commit
CI/CD Gates: All PRs must pass security scans before merging
License Compliance: All dependencies are validated for approved licenses
For more details, see SECURITY.md.
To report a security vulnerability, please use GitHub Security Advisories.
Contributing
We welcome contributions! See CONTRIBUTING.md for details.
License
Author
Yuji
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuji0809/cc-recommender'
If you have feedback or need assistance with the MCP directory API, please join our Discord server