Skip to content
MCP Builder

MCP Builder

1 views
Repository Docs
markdown

Summary

Guidance for building high-quality MCP servers that expose external APIs to LLMs through well-designed tools, in Python (FastMCP) or Node/TypeScript.

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

# MCP Builder

Use this skill when building an MCP server to integrate an external API or service.

## What it teaches
- How to model an external API as a small set of well-named, well-scoped tools
- Writing input schemas and tool descriptions an LLM can use reliably
- Error handling that gives the model something actionable
- Python (FastMCP) and Node/TypeScript (MCP SDK) implementations
- Testing the server before shipping

## Principle
A good MCP server is judged by how easily an agent succeeds with its tools — not by how many endpoints it wraps.

Description

A skill for creating well-designed Model Context Protocol servers. It guides tool design, schema definition, error handling, and testing for servers that let LLMs interact with external services — whether written in Python with FastMCP or in Node/TypeScript with the MCP SDK. Use it when integrating an external API or service as an MCP server.

Related Skills

Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.

Development

Skill: Redis Search

by Redis, Inc.

New

Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.

Development

Skill: Supabase

by Supabase

New

Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.

Development
New

GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.

DevelopmentDesign & Creative
1 views
Browse all skills →