MCP Project Initializer

MCP Project Initializer

An intelligent tool that automates the setup of new Model Context Protocol (MCP) server projects through a conversational interface. It generates project structures, technical specifications, and context-rich documentation to streamline AI-assisted development in TypeScript or Python.

Category
Visit Server

README

MCP Project Initializer

An intelligent MCP (Model Context Protocol) server that automates the setup of new AI-powered MCP server development projects. This tool acts as a conversational guide through any standard MCP client to set up projects with necessary context, rules, and documentation for AI-assisted development.

Features

  • šŸ¤– Conversational Project Setup - Interactive step-by-step project initialization
  • šŸ“‹ AI-Enhanced PRD Generation - Transform basic concepts into comprehensive specifications
  • šŸ”§ Technology-Specific Context - Automatically downloads SDK documentation and best practices
  • šŸ“š Development Rules Integration - Includes coding standards and AI-optimized guidelines
  • šŸŽÆ Context-Based Development - Prepares projects for AI agents to implement with creativity
  • šŸ›”ļø MCP Protocol Compliant - Full compatibility with MCP clients and standards

Quick Start

Installation

# Clone the repository
git clone <repository-url>
cd mcp-initializer

# Install dependencies
npm install

# Build the project
npm run build

Using with MCP Clients

Windsurf IDE Configuration

Add this server to your Windsurf MCP settings:

{
  "mcpServers": {
    "mcp-project-initializer": {
      "command": "node",
      "args": ["/path/to/mcp-initializer/build/index.js"],
      "description": "AI-powered project initialization server"
    }
  }
}

Generic MCP Client Configuration

For any MCP client that supports STDIO transport:

{
  "name": "mcp-project-initializer",
  "command": "node",
  "args": ["/path/to/mcp-initializer/build/index.js"],
  "transport": "stdio"
}

Usage

Starting a New Project

  1. Start the conversation: Use the start_mcp_project tool
  2. Set project name: Use set_project_name with your desired project name
  3. Choose directory: Use set_project_directory with an absolute path
  4. Select technology: Use set_project_technology (typescript or python)
  5. Provide concept: Use set_project_description with a high-level overview
  6. Add documentation (optional): Use add_project_documentation for additional context
  7. Setup foundation: Use setup_project_foundation to create the project structure
  8. Generate context: Use generate_mcp_server to prepare for AI implementation

Example Conversation Flow

User: Use start_mcp_project
AI: šŸš€ Welcome! I'll help you create a new MCP Server project...

User: Use set_project_name with "task-manager-mcp"
AI: āœ… Great! Project name set to: task-manager-mcp...

User: Use set_project_directory with "/Users/yourname/Projects"
AI: āœ… Perfect! Project directory set...

User: Use set_project_technology with "typescript"
AI: āœ… Excellent! Technology set to: typescript...

User: Use set_project_description with "Help users manage daily tasks with reminders"
AI: āœ… Perfect! Description captured...

User: Use setup_project_foundation
AI: šŸš€ Setting up project foundation... āœ“ Downloaded essential MCP documentation...

User: Use generate_mcp_server
AI: šŸŽ‰ Your Project is Ready for AI Implementation!

Project Structure Created

When you run the MCP Project Initializer, it creates:

your-project/
ā”œā”€ā”€ README.md                    # Project overview
ā”œā”€ā”€ CLAUDE.md                    # AI development guidance
ā”œā”€ā”€ IMPLEMENTATION.md            # Detailed implementation guide
ā”œā”€ā”€ PRD.md                       # Product Requirements Document
ā”œā”€ā”€ package.json                 # Dependencies and scripts
ā”œā”€ā”€ tsconfig.json               # TypeScript configuration
ā”œā”€ā”€ .gitignore                  # Git ignore rules
ā”œā”€ā”€ .windsurf/
│   └── rules/                  # Development best practices
│       ā”œā”€ā”€ general.md          # General coding standards
│       ā”œā”€ā”€ typescript.md       # TypeScript-specific rules
│       └── mcp.md             # MCP development patterns
ā”œā”€ā”€ docs/
│   └── external/               # Downloaded documentation
│       ā”œā”€ā”€ llms-full.txt       # MCP client compatibility
│       └── typescript-sdk-README.md  # SDK documentation
ā”œā”€ā”€ src/                        # Source code directory
└── tests/                      # Test directory

Key Features

AI-Enhanced Development

  • Context-Rich Setup: Downloads essential MCP documentation automatically
  • Best Practices Integration: Includes technology-specific coding standards
  • PRD Enhancement: AI agents expand basic concepts into detailed specifications
  • Step-by-Step Guidance: Clear implementation instructions for AI agents

Technology Support

  • TypeScript: Full Node.js MCP server setup with ES modules
  • Python: Complete Python MCP server configuration
  • Extensible: Easy to add support for additional technologies

MCP Protocol Compliance

  • Tools-Only Design: No prompts - fully compatible with tools-only clients
  • Conversational State: Maintains conversation flow across tool calls
  • Error Handling: Comprehensive validation and user guidance
  • Standard Transport: Uses STDIO for maximum compatibility

Development

Building from Source

# Install dependencies
npm install

# Build the project
npm run build

# Run in development mode
npm run dev

# Type checking
npm run typecheck

# Linting
npm run lint

Project Structure

mcp-initializer/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ index.ts                # MCP server main entry
│   ā”œā”€ā”€ project-initializer.ts  # Core initialization logic
│   └── types.ts               # TypeScript type definitions
ā”œā”€ā”€ templates/
│   └── rules/                 # Development rule templates
│       ā”œā”€ā”€ typescript.md      # TypeScript best practices
│       └── python.md         # Python best practices
ā”œā”€ā”€ build/                     # Compiled output
└── docs/                      # Project documentation

Requirements

  • Node.js: >= 18.0.0
  • MCP Client: Any MCP-compatible client (Windsurf, Claude Desktop, etc.)
  • Operating System: macOS, Linux, Windows

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes following the coding standards
  4. Test with a real MCP client
  5. Submit a pull request

License

MIT License - see LICENSE file for details.

Support

For issues and questions:

  • Check the documentation in /docs
  • Review the generated IMPLEMENTATION.md for guidance
  • Open an issue on the project repository

Ready to create AI-powered projects? Configure this MCP server in your client and start building! šŸš€

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured