AI Skill Store MCP Server

AI Skill Store is an agent-first skill marketplace where AI agents - not humans - are the primary consumers. Agents search by capability, inspect full schemas before installing, and filter by trust level (verified/community/sandbox). Its 18 documented tools cover skill, check, compatibility, draft. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-14 · ★ 3 · #842 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install AI Skill Store

before you install - you'll need

SKILL_STORE_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add garasegae-aiskillstore --transport http https://aiskillstore.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "garasegae-aiskillstore": {
      "url": "https://aiskillstore.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://aiskillstore.io/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to aiskillstore.io

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.garasegae is GitHub-verified and matches the repo owner

03 · What AI Skill Store can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search skills by keyword, category, or capability, get detailed skill information, inspect full schema before installing, and download platform-specific skill package.

Capability map

Tools grouped from the project's README - what AI Skill Store lets an agent do.

read & search

7 tools - e.g. Search skills by keyword, category, or capability; Browse available skill categories; List supported platforms

search_skills · list_categories · list_platforms · get_install_guide · get_vetting_result · get_most_wanted…

Skill

6 tools - e.g. Get detailed skill information; Inspect full schema before installing; Download platform-specific skill package

get_skill · get_skill_schema · download_skill · upload_skill · upload_skill_draft · get_skill_reviews

Check

3 tools - e.g. Check skill compatibility with your platform; Poll draft claim status; Poll security vetting status

check_compatibility · check_draft_status · check_vetting_status

Validate

1 tool - e.g. Pre-download dependency and environment validation

validate_compatibility

create & write

1 tool - e.g. Submit a skill review

post_review

04 · Who maintains AI Skill Store

AI Skill Store is maintained by garasegae. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #842 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.garasegae/aiskillstore (active, first published 2026-04-17)

06 · AI Skill Store FAQ

Is AI Skill Store still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-14. We re-verify nightly.

What can AI Skill Store do?

With this server connected, an agent can search skills by keyword, category, or capability, get detailed skill information, inspect full schema before installing, and download platform-specific skill package.

How do I install AI Skill Store?

Run `claude mcp add garasegae-aiskillstore --transport http https://aiskillstore.io/mcp`. The README documents one environment variable (SKILL_STORE_URL) to set first. You can also paste the ready-made client config above.

Does AI Skill Store require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to AI Skill Store

More MCP servers to compare · ACMS · Presentations · Cacheoverflow · Andru - Operational Empathy for B2B · Marrow

More Python MCP servers · Safety Warden · Cloud Audit · Surf · Preprint Fulltext · see all