osulivan/skill4agent-mcp-server

πŸ› οΈ Other Tools and Integrations
0 Views
0 Installs

πŸ“‡ ☁️ - MCP Server for skill4agent - Search, view, and install AI skills in AI conversations.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "osulivan-skill4agent-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "osulivan-skill4agent-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

@skill4agent/mcp-server

δΈ­ζ–‡ | English

MCP (Model Context Protocol) Server for skill4agent - Search, view, and install AI skills in AI conversations.

Features

Provides the following capabilities through the MCP protocol:

  • πŸ” Search Skills - Search AI skills by keyword, with optional category filtering
  • πŸ“„ Get Details - View complete skill documentation (SKILL.md)
  • πŸ“¦ Installation Info - Get download links and installation commands for skills

Installation

npm install -g @skill4agent/mcp-server

Or run directly with npx:

npx @skill4agent/mcp-server

Usage in AI Applications (Claude Desktop, etc.)

Add the following to your Claude Desktop configuration file:

{
  "mcpServers": {
    "skill4agent": {
      "command": "npx",
      "args": ["-y", "@skill4agent/mcp-server"]
    }
  }
}

To use a custom API endpoint, add the env configuration:

{
  "mcpServers": {
    "skill4agent": {
      "command": "npx",
      "args": ["-y", "@skill4agent/mcp-server"],
      "env": {
        "SKILL4AGENT_API_URL": "https://your-custom-domain.com/api/mcp"
      }
    }
  }
}

Available Tools

search_skills

Search for AI skills.

Parameters:

  • keyword (required): Search keyword
  • categories (optional): Category filter, supports both English and Chinese
  • limit (optional): Limit the number of results, default is 10, maximum is 100

Example:

{
  "keyword": "React",
  "categories": ["Frontend Development"],
  "limit": 5
}

get_skill

Get detailed information about a specific skill.

Parameters:

  • skillId (required): Skill ID, obtained from the search_skills tool results

Example:

{
  "skillId": "frontend-design--anthropics-skills"
}

install_skill

Get installation information for a skill.

Parameters:

  • skillId (required): Skill ID

Example:

{
  "skillId": "frontend-design--anthropics-skills"
}

Environment Variables

VariableDescriptionDefault
SKILL4AGENT_API_URLskill4agent API endpointhttps://skill4agent.com/api/mcp

Local Development

# Install dependencies
npm install

# Build
npm run build

# Development mode (hot reload)
npm run dev

# Run directly
node dist/index.js

Project Structure

@skill4agent/mcp-server/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts       # Entry point
β”‚   β”œβ”€β”€ server.ts      # MCP Server main logic
β”‚   β”œβ”€β”€ api/
β”‚   β”‚   └── client.ts  # API client
β”‚   └── tools/
β”‚       β”œβ”€β”€ search.ts  # search_skills tool
β”‚       β”œβ”€β”€ detail.ts  # get_skill tool
β”‚       └── install.ts # install_skill tool
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── README.md

Related Links

License

MIT

Related MCP Servers

modelcontextprotocol/server-everythingVerified

πŸ“‡ 🏠 - MCP server that exercises all the features of the MCP protocol

πŸ› οΈ Other Tools and Integrations1 views
0xMassi/webclaw

πŸ¦€ 🏠 🍎 🐧 - Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. npx create-webclaw auto-configures Claude, Cursor, Windsurf, Codex, OpenCode.

πŸ› οΈ Other Tools and Integrations0 views
2niuhe/plantuml_web

🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation.

πŸ› οΈ Other Tools and Integrations0 views
2niuhe/qrcode_mcp

🐍 🏠 🍎 πŸͺŸ 🐧 - A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.

πŸ› οΈ Other Tools and Integrations0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.