mcp-builder
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
Install
npx skills add shareAI-lab/learn-claude-code@mcp-builderRuns in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.
What it does
MCP Server Building Skill You now have expertise in building MCP (Model Context Protocol) servers. MCP enables Claude to interact with external services through a standardized protocol. What is MCP? MCP servers expose: - Tools: Functions Claude can call (like API endpoints) - Resources: Data Claude can read (like files or database records) - Prompts: Pre-built prompt templates Quick Start: Python MCP Server 1. Project Setup 2. Basic Server Template 3. Register with Claude Add to ~/.claude/mcp.json: TypeScript MCP Server 1. Setup 2. Template Advanced Patterns External API Integration Database…
Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.
View source on GitHubBefore you install
Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.
Categories
Related skills
- agent-builder
shareAI-lab/learn-claude-code
|
263 installs 76KDesign & UIResearchAI & agents - pdf
shareAI-lab/learn-claude-code
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
172 installs 76KOffice documents - code-review
shareAI-lab/learn-claude-code
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
97 installs 76KSecurityDataCode review - vercel-react-best-practices
vercel-labs/agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
685K installs 31KReact & Next.jsDataCode review - web-design-guidelines
vercel-labs/agent-skills
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
602K installs 31KDesign & UIAI & agentsCode review - design-taste-frontend
leonxlnx/taste-skill
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
436K installs 84KDesign & UIDataAI & agents