π―
mcp-builder
π―Skillfrom shareai-lab/learn-claude-code
What it does
Builds MCP servers to extend Claude's capabilities by creating custom tools, resources, and integrations with external services.
Part of
shareai-lab/learn-claude-code(4 items)
mcp-builder
Installation
PythonRun Python server
python3 -m venv venv && source venv/bin/activatepip installInstall Python package
pip install mcpnpm installInstall npm package
npm install @modelcontextprotocol/sdknpxRun with npx
npx @anthropics/mcp-inspector python3 my_server.pyServer ConfigurationMCP server configuration block
{
"mcpServers": {
"my-server": {
"command": "python3",
"args":...π Extracted from docs: shareai-lab/learn-claude-code
16Installs
16,540
-
AddedFeb 4, 2026
Skill Details
SKILL.md
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
More from this repository3
π―π―π―
agent-builderπ―Skill
agent-builder skill from shareai-lab/learn-claude-code
code-reviewπ―Skill
Performs comprehensive code reviews, analyzing security vulnerabilities, performance bottlenecks, correctness, maintainability, and testing quality across codebases.
pdfπ―Skill
Extracts, creates, merges, and manipulates PDF files using multiple Python libraries and command-line tools.