mcpbeat Sign in

Skillsindex MCP Server

by thomasblc Your server? Claim it
local only

Skillsindex runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 16 Jun 2026.

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

Installs per day peak 22 · avg 7 · -8% w/w
a month agotoday
38
Installs / week
npm · skillsindex-mcp
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/index.ts:10
  'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFlYnRuaHp1a3Bsd2FibHhweW9lIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzE3NzQwNzgsImV4cCI6MjA4NzM1MDA3OH0.aA-v4o1DC7OlUjbt-tqb0RqFbNT0-VuAwST2Qn1vEkw';

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add skillsindex -- npx -y skillsindex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skillsindex": {
      "args": [
        "-y",
        "skillsindex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.skillsindex]
command = "npx"
args = ["-y", "skillsindex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "skillsindex": {
      "args": [
        "-y",
        "skillsindex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "skillsindex": {
      "args": [
        "-y",
        "skillsindex-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Skillsindex

same job, measured the same way
Toolfactory
by goatinahat

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

640 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
conduitAI
by akbaraziz

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

59 installs/wk local only
Clelp
by clelp

Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.

93 installs/wk local only
Loaditout
by loaditoutadmin

Search and install 20,000+ security-graded MCP servers and agent skills.

36 installs/wk local only
Clarvia
by digitamaz

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.

77 installs/wk local only
Hermes Atlas MCP
by ksimback

Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com.

45 installs/wk local only

Skillsindex — questions

Answers built from our own checks of this server.

Why is there no uptime for Skillsindex?
Skillsindex runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package skillsindex-mcp was installed 38 times last week.
How do I connect Skillsindex?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls skillsindex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Skillsindex?
The npm package skillsindex-mcp was installed 38 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Skillsindex open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.