skillhub mcp for VS Code
io.github.214140846/skillhub-mcp
MCP server that exposes Claude-style skills to any MCP client.
client:VS Code
transport:stdio
runtime:pypi
Install skillhub mcp in VS Code
.vscode/mcp.json
{
"servers": {
"skillhub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skillhub-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs