skill-router-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skill-router-mcpsearch skills for summarizing articles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
skill-router-mcp
Remote MCP server exposing the 501-skill "Claude Skills Ultimate Bundle" as two tools:
search_skills(query, limit?)— keyword-scored search over all 501 name/category/description entriesget_skill(name)— returns the full SKILL.md content for one match
No manual per-skill upload, no 20-skill cap. Claude calls these tools itself when a task looks like it needs one of the bundled skills.
Structure (8 files total — small enough to upload via the GitHub website)
src/index.js— the Worker / MCP server (Cloudflare Agents SDK,createMcpHandler)public/index.json— metadata index (name, category, description) for all 501 skills — used for searchpublic/skills-content.json— one JSON object, keyed by skill name, containing the full SKILL.md text for all 501 skills — used byget_skill. Consolidated into a single file on purpose so the whole repo stays under GitHub's 100-file web upload limit.scripts/build-index.cjs— regenerates bothpublic/*.jsonfiles from a source bundle folder. Only needed again if skills are added or changed.
Related MCP server: Skills MCP Server
Rebuilding the index (only needed if skills are added/changed)
node scripts/build-index.cjs "<path to Claude Skills Ultimate Bundle folder>" ./publicDeploying
See the setup instructions provided alongside this file — deployment is done entirely through the GitHub website and the Cloudflare dashboard (Workers Builds / Connect to Git), no terminal required beyond unzipping this folder locally.
Optional auth
Add an AUTH_TOKEN secret in the Cloudflare dashboard (Workers & Pages > your Worker > Settings >
Variables and Secrets) to require Authorization: Bearer <token> on every request. If no secret is
set, the server is open to anyone with the URL.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceTurns Claude-style skills (SKILL.md files with resources) into callable MCP tools for any agent. Discovers skills from a directory, exposes their instructions and resources, and can execute bundled helper scripts.398MIT
- FlicenseNot gradedqualityDmaintenanceExposes 1,334 skills as global MCP tools across Claude Desktop, VSCode, and Cursor, automatically discovering and categorizing skills from a local directory into 18 categories with semantic search capabilities.
- -licenseNot gradedqualityNot gradedmaintenanceProvides access to 224 battle-tested skills plus multi-agent orchestration, exposed as tools for Claude or Codex.
- AlicenseAqualityCmaintenanceServes 484 Claude Code skills and 17 global rules as MCP tools, enabling skill and rule retrieval, keyword search, and project-level rule discovery for any Claude client.11102MIT
Related MCP Connectors
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GitwithitDan/skill-router-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server