Skip to main content
Glama
anilcancakir

skillsmp-mcp-server

by anilcancakir

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port when using http transport (default: 3000)3000
TRANSPORTNoTransport type: stdio (default) or httpstdio
SKILLSMP_API_KEYYesYour SkillsMP API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
skillsmp_searchA

Search SkillsMP marketplace for AI coding skills by keywords.

Parameters:

  • query: Search terms (e.g., "fastapi", "react testing")

  • page: Page number (default: 1)

  • limit: Results per page (default: 20, max: 100)

  • sort_by: "stars" (default) or "recent"

Returns skills with name, description, author, stars, and GitHub URL.

skillsmp_ai_searchA

Semantic search for skills using natural language queries. Powered by AI to understand intent.

Use this when keywords aren't enough - describe what you want to accomplish.

Parameters:

  • query: Natural language query (e.g., "How to build REST APIs with authentication")

Examples: "tools for web scraping", "help with React testing", "automate deployments"

skillsmp_get_skill_contentA

Read skill file content (SKILL.md) from a GitHub repository. Use to preview a skill before installing.

Parameters:

  • owner: GitHub username/org (e.g., "anthropics")

  • repo: Repository name (e.g., "claude-code")

  • path: Path to skill folder (e.g., "plugins/frontend-design/skills/frontend-design")

  • branch: Git branch (default: "main")

If path has no skill.md, returns directory listing.

skillsmp_list_repo_skillsA

List all available skills in a GitHub repository without installing.

Parameters:

  • source: GitHub shorthand "owner/repo" (e.g., "anthropics/claude-code")

Returns skill names and descriptions found in the repository.

skillsmp_install_skillA

Install skills from GitHub to AI coding agents.

Parameters:

  • source: GitHub "owner/repo" (e.g., "anthropics/claude-code") [REQUIRED]

  • skills: Skill names, comma-separated (e.g., "frontend-design,backend-dev") [REQUIRED]

  • agents: Target agents, comma-separated [REQUIRED] Valid: claude-code, cursor, codex, opencode, antigravity, github-copilot, roo

  • global: Install user-level instead of project-level (default: false)

Example: source="anthropics/claude-code", skills="frontend-design", agents="claude-code"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/anilcancakir/skillsmp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server