MCP-Framework is a framework for building Model Context Protocol (MCP) servers elegantly in TypeScript. It provides architecture out of the box, automatic directory-based discovery for tools, resources, and prompts, powerful MCP abstractions for defining tools, resources, or prompts, and a CLI for rapid development and project scaffolding. Features include automatic directory-based discovery and loading for tools, prompts, and resources, powerful abstractions with full type safety, simple server setup and configuration, and a CLI for managing MCP server projects. The quick start guide explains how to use the framework using the CLI or manual installation. The CLI usage section provides commands for project creation, adding tools, prompts, and resources. The development workflow outlines steps for creating a project, adding tools, building, and integrating with Claude Desktop. Additionally, there are instructions for building and testing components such as tools and prompts. Overall, MCP-Framework offers a comprehensive solution for building MCP servers with TypeScript.