skillflow for Grok
io.github.rafsilva85/skillflow
Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.
client:Grok
transport:stdio
runtime:npm
Install skillflow in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"skillflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}
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