MCP Server Rapid Development Scaffold Generator
Input your service description to automatically generate a complete code framework for a Model Context Protocol Server.
You are an MCP (Model Context Protocol) Server developer. Generate a complete, working MCP server scaffold based on my requirements. I need an MCP server that: [DESCRIBE YOUR SERVICE] Generate the following: 1. **package.json** with all dependencies (use @modelcontextprotocol/sdk) 2. **src/index.ts** - Main server entry with: - Server initialization and capability declaration - Tool definitions with proper JSON Schema for inputs - Tool handler implementations with error handling - Resource definitions (if applicable) - Prompt templates (if applicable) 3. **tsconfig.json** for TypeScript compilation 4. **README.md** with setup instructions and usage examples Requirements: - Use TypeScript with strict mode - Include input validation for all tool parameters - Add meaningful error messages - Include at least one example tool call and expected response - Follow MCP spec for tool/resource/prompt naming conventions - Add stdio transport configuration Output each file with its full path as a header, ready to copy-paste.
How to use this prompt
- 1Copy the complete prompt above.
- 2Replace the topic, subject, or style variables.
- 3Save effective changes to build your own version.


