mcp-development
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
Content Preview
---
name: mcp-development
description: MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
---
# MCP Development
## MCP Server with Tools
```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({
name: "project-tools",
version: "1.0.0",
});
server.tool(
"search_fileHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/mcp-development.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/mcp-development/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkitThen reference at skills/mcp-development/SKILL.md
Related Skills
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
mcp-buildermcpbuilderpython
by Anthropic · anthropic-official-skills
mcp-cli
Use MCP servers on-demand via the mcp CLI tool - discover tools, resources, and prompts without polluting context with pre-loaded MCP integrations
mcp-climcpcli
by Jesse Vincent · obra-superpowers-lab
mcp-server-patterns
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
mcp-server-patternsmcpserverpatterns
by affaan-m · everything-claude-code
maxia
Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.
data-aisolanacryptomarketplace
by sickn33 (Antigravity) · antigravity-awesome-skills