Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.
claude mcp add skillsindex -- npx -y skillsindex-mcp
claude_desktop_config.json
{
"mcpServers": {
"skillsindex": {
"command": "npx",
"args": [
"-y",
"skillsindex-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"skillsindex": {
"command": "npx",
"args": [
"-y",
"skillsindex-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skillsindex": {
"command": "npx",
"args": [
"-y",
"skillsindex-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"skillsindex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillsindex-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"skillsindex": {
"command": "npx",
"args": [
"-y",
"skillsindex-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thomasblc--skillsindex/reviews or the review_server meta-tool.
POST /mcp