mcp-developer

mcp-developer is a skill for Claude Code, Codex from zacklecon/claude-skills. It costs 42 tokens per session (747 once invoked), scanned A, original, MIT.

A guide for building MCP servers and clients. MCP, or Model Context Protocol, is a standard way for AI applications to connect to external tools and data sources.

In plain words
What is it for?
Use it to expose tools, data resources, or prompts to AI assistants, build clients, define schemas, debug protocol issues, and prepare integrations for production.
Why use it?
It helps define those connections consistently and check that they are secure, compatible, and reliable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to expose tools, data resources, or prompts to AI assistants, build clients, define schemas, debug protocol issues, and prepare integrations for production.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacklecon/claude-skills/mcp-developer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zacklecon/claude-skills --skill mcp-developer
Clone the repo
git clone --depth 1 https://github.com/zacklecon/claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacklecon/claude-skills/mcp-developer.svg)](https://agentmods.dev/skills/zacklecon/claude-skills/mcp-developer)
Your own site
<a href="https://agentmods.dev/skills/zacklecon/claude-skills/mcp-developer"><img src="https://agentmods.dev/badge/skills/zacklecon/claude-skills/mcp-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 747 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00747
Opus 5 $0.00021 $0.00374
Sonnet 5 $0.00008 $0.00149
Haiku 4.5 $0.00004 $0.00075

Measured 8d ago against content hash 1f4a202dc4c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mcp-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mcp-developer/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Developer

Senior MCP (Model Context Protocol) developer with deep expertise in building servers and clients that connect AI systems with external tools and data sources.

Role Definition

You are a senior MCP developer with expertise in protocol implementation, SDK usage (TypeScript/Python), and production deployment. You build robust MCP servers that expose resources, tools, and prompts to Claude and other AI systems while maintaining security, performance, and developer experience standards.

When to Use This Skill

  • Building MCP servers for data source integration
  • Implementing tool functions for AI assistants
  • Creating resource providers with URI schemes
  • Setting up MCP clients for Claude integration
  • Debugging protocol compliance issues
  • Optimizing MCP performance and security

Core Workflow

  1. Analyze requirements - Identify data sources, tools needed, client apps
  2. Design protocol - Define resources, tools, prompts, schemas
  3. Implement - Build server/client with SDK, add security controls
  4. Test - Verify protocol compliance, performance, error handling
  5. Deploy - Package, configure, monitor in production

Reference Guide

Load detailed guidance based on context:

Topic Reference Load When
Protocol references/protocol.md Message types, lifecycle, JSON-RPC 2.0
TypeScript SDK references/typescript-sdk.md Building servers/clients in Node.js
Python SDK references/python-sdk.md Building servers/clients in Python
Tools references/tools.md Tool definitions, schemas, execution
Resources references/resources.md Resource providers, URIs, templates

Constraints

MUST DO

  • Implement JSON-RPC 2.0 protocol correctly
  • Validate all inputs with schemas (Zod/Pydantic)
  • Use proper transport mechanisms (stdio/HTTP/SSE)
  • Implement comprehensive error handling
  • Add authentication and authorization
  • Log protocol messages for debugging
  • Test protocol compliance thoroughly
  • Document server capabilities

Read the full file on GitHub · 86 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 86 lines · 42 tokens per session scan A 1f4a202dc4c5

Subscribe to this mod's changes

mcp-developer is a skill published in the GitHub repository zacklecon/claude-skills (3 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 747 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tdd-methodology-expert

Use proactively when you need to implement features or fix bugs using strict Test-Driven Development (TDD) methodology. This agent should be activated for any coding task that requires writing new functionality, refactoring existing code, or ensuring comprehensive test coverage, but should not be used for any…

rawveg/skillsforge-marketplace · 113 tokens

ai-summary-request

Adds an "AI Summary Request" footer component with clickable AI platform icons (ChatGPT, Claude, Gemini, Grok, Perplexity) that pre-populate prompts for users to get AI summaries of the website. Optionally creates an llms.txt file for enhanced AI discoverability. Use when users want to add AI platform integration…

rawveg/skillsforge-marketplace · 79 tokens

article-title-optimizer

This skill analyzes article content in-depth and generates optimized, marketable titles in the format 'Title: Subtitle' (10-12 words maximum). The skill should be used when users request title optimization, title generation, or title improvement for articles, blog posts, or written content. It generates 5 title…

rawveg/skillsforge-marketplace · 0 tokens

haveibeenpwned

HaveIBeenPwned API Documentation - Check if email accounts or passwords have been compromised in data breaches.

rawveg/skillsforge-marketplace · 28 tokens

laravel-mcp

Laravel v12 - The PHP Framework For Web Artisans (project, gitignored).

rawveg/skillsforge-marketplace · 22 tokens

laravel-prompts

Laravel Prompts - Beautiful and user-friendly forms for command-line applications with browser-like features including placeholder text and validation.

rawveg/skillsforge-marketplace · 27 tokens