Skip to content
VS Code

skillsindex for VS Code

io.github.thomasblc/skillsindex

Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.

client:VS Code transport:stdio runtime:npm

Install skillsindex in VS Code

.vscode/mcp.json

{
  "servers": {
    "skillsindex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skillsindex-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

skillsindex in other clients