CldKit
首頁瀏覽RECIPES提交CLIAI 策展助手登入
登入
CldKit
瀏覽Recipes提交CLI·關於隱私條款

為 AI 開發者建置。每個 components 都經過審查。

© 2026 CldKit

語言
首頁>Recipes>MCP Builder Starter Kit

MCP Builder Starter Kit

intermediate

Design, scaffold, document, and validate a custom MCP server or MCP App.

架構

GitMCP
Turns reference repositories into MCP context
83/100
npx mcp-remote https://gitmcp.io/{owner}/{repo}
FastMCP
Builds Python MCP servers and clients
88/100
uv pip install fastmcp
mcp-use
Scaffolds TypeScript MCP servers and MCP Apps
84/100
npx create-mcp-use-app@latest
Claude Code Skill Factory
Packages reusable skill guidance around the server
77/100
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git

預期輸出

MCP Builder Starter Kit Reference repos inspected: 3 Tool schemas drafted: 5 Server scaffolded: yes Skill wrapper drafted: yes -> Custom MCP package ready for local validation

相關 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 個 components

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3 個 components

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3 個 components

全部安裝

npx mcp-remote https://gitmcp.io/{owner}/{repo}
uv pip install fastmcp
npx create-mcp-use-app@latest
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git

難度

intermediate

Components

4

創建時間

May 1, 2026

場景

code
workflow
devops