mcp-new-app

Scaffold MCP Server projects in Swift, Python, or TypeScript.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/PsychQuant/psychquant-claude-plugins --skill mcp-new-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-new-app
Source: https://github.com/PsychQuant/psychquant-claude-plugins/tree/main/plugins/mcp-tools/skills/mcp-new-app
Command: npx skills add https://github.com/PsychQuant/psychquant-claude-plugins --skill mcp-new-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of new MCP Server projects by automating the setup of project structure, configuration files, and basic code templates across multiple languages.

Core Features & Use Cases

  • Multi-language Support: Generates projects for Swift, Python, and TypeScript.
  • Boilerplate Code: Includes essential files like Package.swift, pyproject.toml, package.json, manifest.json, README.md, and LICENSE.
  • Use Case: You need to quickly start developing a new MCP-compatible tool for managing your personal notes. This Skill will set up a complete Swift project structure, including the necessary MCP SDK dependencies and a basic server implementation, ready for you to add your specific logic.

Quick Start

Use the mcp-new-app skill to create a new project named 'che-notes-mcp'.

Frequently Asked Questions about mcp-new-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new MCP Server project?

To scaffold an MCP Server project, you interactively provide a project name and select a language. The skill automatically generates project directories, build configurations, manifest files, and boilerplate code for immediate development.

Can I generate MCP Server boilerplate in Python, TypeScript, or Swift?

Yes, you can generate MCP Server boilerplate in Python, TypeScript, or Swift. The skill creates language-specific build configurations like pyproject.toml or Package.swift along with the necessary project structure.

What files are included when setting up an MCP project?

Setting up an MCP project includes essential boilerplate files such as Package.swift, pyproject.toml, package.json, manifest.json, README.md, and LICENSE to ensure a standardized and ready-to-use template.

How do I quickly start developing an MCP-compatible microservice?

You quickly start developing an MCP-compatible microservice by using this scaffolding skill to generate a complete project structure. This provides a basic server implementation with MCP SDK dependencies, ready for your custom logic.

Do I need to manually configure build files when creating an MCP Server?

No, you do not need to manually configure build files when creating an MCP Server. The scaffolding process automates the generation of all necessary build configurations and manifest files across supported languages.