← Back to list

mcp-builder
by korallis
⭐ 93🍴 10📅 Jan 13, 2026
SKILL.md
name: mcp-builder description: Build Model Context Protocol (MCP) servers and tools that extend Claude's capabilities with custom functions, data sources, and integrations. Use when creating custom MCP servers, implementing tools for Claude, building integrations with external services, creating data source connectors, implementing custom functions, or extending Claude's capabilities with domain-specific tools.
MCP Builder - Model Context Protocol Servers
When to use this skill
- Creating custom MCP servers for Claude
- Implementing custom tools and functions
- Building integrations with external APIs
- Creating data source connectors
- Implementing domain-specific tools
- Extending Claude with custom capabilities
- Building workflow automation tools
- Creating database query interfaces
- Implementing file system operations
- Building search and retrieval tools
- Creating specialized calculators or converters
- Implementing custom validation logic
When to use this skill
- Building MCP servers, integrating APIs with LLMs.
- When working on related tasks or features
- During development that requires this expertise
Use when: Building MCP servers, integrating APIs with LLMs.
Basic MCP Server
```typescript import { Server } from '@modelcontextprotocol/sdk/server/index.js';
const server = new Server({ name: 'my-server', version: '1.0.0' });
server.setRequestHandler('tools/list', async () => ({ tools: [{ name: 'search', description: 'Search data' }] })); ```
Resources
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon