← All plugins
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Claude Code1 skill
by Composio1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is mcp-builder/ inside the repository.
Layout
mcp-builder/
├── .claude-plugin/plugin.json└── skills/mcp-builder/SKILL.md
Skills1
mcp-builderskills/mcp-builder/SKILL.md
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).
Manifests1
mcp-builder/.claude-plugin/plugin.json
{
"name": "mcp-builder",
"description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.",
"author": {
"name": "Composio",
"email": "support@composio.dev"
}
}