There‘s some skills and mcp-server that worth to try, hope it will help you.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skills-mcp-server-re": {
"command": "npx",
"args": [
"-y",
"github789i/skills-mcp-server-recommend"
]
}
}
}
Run in terminal:
claude mcp add skills-mcp-server-re npx -y github789i/skills-mcp-server-recommend
Add to .cursor/mcp.json:
{
"mcpServers": {
"skills-mcp-server-re": {
"command": "npx",
"args": [
"-y",
"github789i/skills-mcp-server-recommend"
]
}
}
}