skills-mcp-server
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., "@skills-mcp-serverlist all skills"
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.
skills-mcp-server
A small Model Context Protocol (MCP) server that exposes Cursor-style skill packs (SKILL.md trees) to any MCP client. It uses the official TypeScript SDK and supports:
stdio — local subprocess mode (typical for Cursor / Claude Desktop spawning a command).
Streamable HTTP — remote mode on
POST /mcp(stateless), MCP 2025-03-26+.Legacy SSE —
GET /sse+POST /messages?sessionId=...for clients (including many Cursor remote setups) that expect the older HTTP+SSE transport.
This package is client-agnostic: anything that speaks MCP can use it.
Features (MCP surfaces)
Surface | Purpose |
Resources |
|
Tools |
|
Prompts |
|
Skill ids are the POSIX path from SKILLS_ROOT to the folder containing SKILL.md (root-level file uses id _root).
Related MCP server: Skillz
Quick start (local stdio)
npm install
npm run buildDefault skills/ includes packs copied from .cursor/skills in this repo. Add more folders with SKILL.md as needed. Run:
npx skills-mcp-server
# or: node dist/main.jsIn Cursor MCP settings, use command-based config with MCP_TRANSPORT unset or stdio:
{
"mcpServers": {
"skills": {
"command": "node",
"args": ["C:/absolute/path/to/skills-mcp-server/dist/main.js"],
"env": {
"SKILLS_ROOT": "C:/absolute/path/to/your/skills"
}
}
}
}Remote (hosted — Cursor without local stdio)
Use HOSTING_AND_CURSOR.md for free-tier hosts (Render, Railway, Fly, Koyeb, etc.), env vars, and Cursor mcp.json with url + headers.
Endpoints (same host, HTTPS):
Streamable HTTP:
https://your-host/mcpLegacy SSE (often best for Cursor remote):
https://your-host/sse(messages go to/messages)
Health: GET https://your-host/health. Env reference: env.example.
Claude / other clients
Any MCP client that supports stdio or Streamable HTTP can attach the same server. Configure the vendor’s “remote MCP” or “HTTP MCP” entry with your HTTPS URL and bearer token if enabled.
Documentation
HOSTING_AND_CURSOR.md— free hosting, env vars, Cursor remote MCP (url/ SSE vs streamable).DEPLOYMENT.md— Docker, Compose, reverse proxy, operational checklist.
License
MIT.
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
- AlicenseAqualityCmaintenanceConverts AI Skills (following Claude Skills format) into MCP server resources, enabling LLM applications to discover, access, and utilize self-contained skill directories through the Model Context Protocol. Provides tools to list available skills, retrieve skill details and content, and read supporting files with security protections.Last updated327Apache 2.0
- Alicense-qualityDmaintenanceTurns 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.Last updated398MIT
- Alicense-qualityAmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.Last updated251MIT
- Alicense-qualityAmaintenanceMCP server that unifies and synchronizes AI coding skills across multiple tools, exposing skill discovery and retrieval via list_skills and read_skill.Last updated22312MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
MCP server for skill documentation, generated by doc2mcp.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
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/amazingashis/mcp-deployment'
If you have feedback or need assistance with the MCP directory API, please join our Discord server