MCP Directory

K-Dense-AI/claude-skills-mcp

GitHub
Other

Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y claude-skills-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from K-Dense-AI/claude-skills-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "claude-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-skills-mcp"
      ]
    }
  }
}

Route K-Dense-AI/claude-skills-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add claude-skills-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use K-Dense-AI/claude-skills-mcp directly without routing

npx -y claude-skills-mcp

New to Agent-CoreX? View setup guide →

K-Dense-AI/claude-skills-mcp MCP Server — Agent-CoreX