mcp-development
Installation
SKILL.md
MCP Server Development
Create MCP servers that enable LLMs to interact with external services through well-designed tools.
Development Phases
Phase 1: Research & Planning
Understand the API:
- Review service's API documentation
- Identify key endpoints, auth requirements, data models
- Use Context7 or Firecrawl as needed
Tool Selection:
- Prioritize comprehensive API coverage over workflow shortcuts
- List endpoints to implement, starting with most common operations
- Balance single-operation tools (flexible) vs workflow tools (convenient)