AI Skill Store MCP
Remote MCP server for discovering, evaluating, and installing skills via AI Skill Store.
Install
docker build -t aiskillstore-mcp . docker run --rm -i aiskillstore-mcp
Add this to your Claude Code MCP settings or run via the CLI.
About
AI Skill Store is an agent-first skill marketplace built around the USK (Universal Skill Kit) standard. It is designed for AI agents to search, inspect schemas, and install skills programmatically. The repository provides a remote MCP server at `https://aiskillstore.io/mcp` using streamable HTTP transport. It also supports self-hosting as a stdio MCP server via Docker, with the server acting as a thin client to the public AI Skill Store API. The README lists tools for skill search, retrieval, schema inspection, downloads, compatibility checks, uploads, reviews, and vetting status. It also documents discovery endpoints such as `/.well-known/mcp/server-card.json`, `/.well-known/agent.json`, and `/llms.txt` for agent integration.