npx claudepluginhub deepflow-labs/ai-tools --plugin deepflow-labs-toolsAdd to your .mcp.json:
{
"mcpServers": {
"convex": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx