Model Context Protocol (MCP) Server Active
Access the SkillMD AI Agent Registry directly from your IDE, terminal, or Claude Desktop using our high-performance Rust MCP server. Get instant autocomplete, execution steps, and system instructions for 350,000+ custom skills.
link Server Endpoints
https://mcp.skillmds.tech/api/mcp/sse
https://mcp.skillmds.tech/api/mcp/message
devices Supported Clients
check_circle Cursor IDE (SSE Native)
check_circle Claude Code CLI
check_circle Claude Desktop App
check_circle Windsurf & Zed Editors
integration_instructions Integration Guides
Cursor supports Server-Sent Events (SSE) natively. Connect to the registry with just a few clicks:
- Open Cursor Settings and go to Features > MCP.
- Click + Add New MCP Server.
- Configure the fields as follows:
- Name:
SkillMD - Type:
sse - URL:
https://mcp.skillmds.tech/api/mcp/sse
- Name:
- Click Save. Cursor will automatically initialize the connection and load the tools.
api Server Tools Reference
| Tool Name | Description | Parameters Schema |
|---|---|---|
| search_skills | Search for AI agent skills in the registry by query keyword or occupation filter. | query: string (optional) occupation: string (optional) limit: integer (optional, default 20) |
| get_skill_details | Retrieve full details and raw SKILL.md instructions for a specific skill by ID. | id: string (required)
|
| list_occupations | List all unique occupation groups with their corresponding skill counts. |
None (empty object)
|
| get_popular_skills | Retrieve popular skills sorted by installs and stars. | limit: integer (optional, default 10)
|