AI AGENT ADDONS
AI & Agent Building
4,675installs

The Model Context Protocol (MCP) lets AI assistants call tools, read resources, and use prompts from your server. This skill shows you how to build those servers using Node.js and TypeScript. You will learn to register tools, set up resources, and create prompt templates.

You will also choose between a local connection or a remote one. For local use like Claude Desktop, use stdio. For remote clients like Cursor, use Streamable HTTP. The SDK changes over time, so check the official docs or Context7 for the latest method names.

Zod validation helps you check inputs. Follow best practices like schema first and idempotent tools to make reliable servers. This skill guides you through installation, setup, and examples.

Add Mcp Server Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/mcp-server-patterns

Project

mkdir -p .claude/skills/mcp-server-patterns

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago