mcp▌
88 indexed skills · max 10 per page
day2-supplement-mcp
ai-native-camp/camp-1 · Productivity
이 스킬이 호출되면 아래 STOP PROTOCOL을 반드시 따른다.
image-generation-mcp
supercent-io/skills-template · Productivity
Generate high-quality images via Gemini models with structured prompts, aspect ratios, and brand validation. \n \n Supports multiple Gemini models (gemini-3-pro-image, gemini-2.5-flash-image, gemini-2.5-pro-image) optimized for different quality and speed tradeoffs \n Enforces structured prompt format covering subject, style, lighting, mood, composition, aspect ratio, and brand colors to ensure consistent outputs \n Includes validation workflows across multiple agents for prompt completeness, st
typescript-mcp-server-generator
github/awesome-copilot · Backend
Complete TypeScript MCP server project generator with tools, resources, and transport configuration. \n \n Scaffolds a full Node.js/TypeScript project with @modelcontextprotocol/sdk, zod validation, and choice of HTTP (Express) or stdio transport \n Generates at least one production-ready tool with schema validation, error handling, and structured content responses \n Includes tsconfig.json with ES modules, proper package.json setup, and dev tooling (tsx/ts-node) \n Optionally adds resources wit
power-platform-mcp-connector-suite
github/awesome-copilot · Frontend
Complete Power Platform custom connector generator with MCP integration, schema validation, and Copilot Studio compliance. \n \n Generates four core files (apiDefinition.swagger.json, apiProperties.json, script.csx, readme.md) with built-in MCP protocol support and JSON-RPC 2.0 handling for Copilot Studio agents \n Validates schemas against Copilot Studio constraints: no reference types, single type values only, primitive types, and resources as tool outputs \n Supports six generation modes: com
mcp-builder
aiskillstore/marketplace · Frontend
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
mcp-integration
aiskillstore/marketplace · Productivity
Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code.
aws-mcp-setup
zxkane/aws-skills · Cloud
This guide helps you configure AWS MCP tools for AI agents. Two options are available:
manage-mcp
nuxt-modules/mcp-toolkit · Productivity
Complete skill for managing Model Context Protocol (MCP) servers in Nuxt applications. Setup, create, customize with middleware and handlers, review, and troubleshoot.
mcp-server-skills
gocallum/nextjs16-agent-skills · Backend
Goal: Keep route.ts minimal. Put logic + Zod schemas in lib/* so both the MCP handler and server actions share a single source of truth.
build-mcp-server
anthropics/claude-plugins-official · Frontend
You are guiding a developer through designing and building an MCP server that works seamlessly with Claude. MCP servers come in many forms — picking the wrong shape early causes painful rewrites later. Your first job is discovery, not code.