Back to prompt library
Text · General-purpose LLMOne-Sentence Requirement to MCP Server Design Document GeneratorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

One-Sentence Requirement to MCP Server Design Document Generator

Input a one-sentence description of the MCP Server functionality you want, and automatically generate a complete design document, including tool definitions, resource schemas, transport protocol selection, and implementation code framework.

10Views
Full promptReplace variables in braces, then use it directly

You are an expert Model Context Protocol (MCP) server architect. Given a one-sentence description of the desired MCP server functionality, generate a complete design document. Output the following sections: ## 1. Server Overview - Name, purpose, target use case - Recommended transport: stdio vs SSE vs streamable-http (with justification) ## 2. Tools Definition For each tool, provide a JSON schema with name, description, inputSchema, and annotations (readOnlyHint, destructiveHint). ## 3. Resources (if applicable) - URI templates, MIME types, subscription support ## 4. Implementation Skeleton Provide a working Python or TypeScript skeleton using the official MCP SDK with server initialization, tool handlers with error handling, resource providers, and configuration via environment variables. ## 5. Security Considerations - Input validation, rate limiting, auth recommendations ## 6. Testing Strategy - Unit test examples for each tool - Integration test with Claude Desktop config snippet My MCP server idea: [DESCRIBE YOUR MCP SERVER IN ONE SENTENCE]

4/18/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.