awesome agent skills for Grok
io.github.shadowrootdev/awesome-agent-skills
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
client:Grok
transport:stdio
runtime:npm
Install awesome agent skills in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"awesome-agent-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "<SKILLS_REPO_URL>",
"SKILLS_CACHE_DIR": "<SKILLS_CACHE_DIR>",
"SKILLS_SYNC_INTERVAL": "<SKILLS_SYNC_INTERVAL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs