mcp▌
103 indexed skills · max 10 per page
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.
mcp:setup-arxiv-mcp
neolabhq/context-engineering-kit · Productivity
User Input:
mcp-chaining
parcadei/continuous-claude-v3 · AI/ML
A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows.
mcp-scripts
parcadei/continuous-claude-v3 · Productivity
MCP Script Rules \n When working with files in scripts/ : \n DO \n \n Use CLI arguments for all parameters (argparse) \n Include USAGE docstring at top of file \n Use call_mcp_tool(\"server__tool\", params) pattern \n Handle errors gracefully with informative messages \n Print results to stdout for Claude to process \n \n DON'T \n \n Hardcode parameters in the script \n Edit scripts to change parameters (use CLI args instead) \n Import from servers/ directly (use runtime.mcp_client) \n \n Tool N
xiaohongshu-mcp
tclawde/xiaohongshu-mcp-skill · Productivity
基于 xpzouying/xiaohongshu-mcp 构建