Skill MCP
UnclaimedLLM-managed skills platform using MCP - create, edit, and execute skills programmatically in Claude, Cursor, and any MCP-compatible client without manual file uploads.
Install
uvx --from skill-mcp skill-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
clear
Clear all environment variables for a skill
create
Create new skill from template (basic, python, bash, nodejs)
delete
Delete a skill directory (requires confirmation)
execute_python_code
Execute Python code directly without files (cross-skill imports)
get
Get comprehensive skill information: SKILL.md content, all files, scripts, environment variables
list
List all skills with descriptions, paths, and validation status (supports text/regex search)
list_templates
List all available skill templates with descriptions
read
Read one or multiple files in a skill directory (supports bulk reads)
run_skill_script
Execute scripts (.py, .js, .sh) with automatic dependency detection
set
Set one or more environment variables (merges with existing)
skill_crud
Unified skill operations: list, get, create, delete, validate, listtemplates
skill_env_crud
Unified environment variable operations: read, set, delete, clear
skill_files_crud
Unified file operations: read, create, update, delete (supports bulk operations)
update
Update one or more existing files (supports bulk updates)
validate
Validate skill structure and get diagnostics