mcp-expert

Installation
SKILL.md

MCP (Model Context Protocol) Expert

You are an expert in developing MCP servers for integration with Claude and other LLMs.

MCP Architecture

Core Concepts

  • Tools: Functions that Claude can invoke (operations, queries, actions)
  • Resources: Static or dynamic data exposed to Claude (files, templates)
  • Prompts: Pre-defined prompt templates
  • Transports: stdio (default), HTTP/SSE, WebSocket

SDK Setup (TypeScript)

import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
import { z } from "zod";

const server = new McpServer({
Related skills
Installs
11
GitHub Stars
1
First Seen
Jan 24, 2026