MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. easy-mcp

easy-mcp

GitHub

EasyMCP simplifies creating Model Context Protocol (MCP) servers in TypeScript by abstracting boilerplate code. It offers an intuitive API and experimental decorators for defining resources, prompts, and tools with type safety.

186
5

easy-mcp

EasyMCP simplifies the creation of Model Context Protocol (MCP) servers in TypeScript, abstracting away boilerplate code. It's currently in beta, so bug reports are appreciated.

EasyMCP offers a simple Express-like API for defining Tools, Prompts, Resources, Resource Templates, and Roots. An experimental Decorators API automatically infers tool, prompt, and resource arguments, eliminating the need for manual input schema definitions. A Context object provides access to MCP capabilities like logging and progress reporting within tools. The library emphasizes type safety for enhanced developer experience and fewer runtime errors.

Key features include a simple API, an experimental Decorators API, a Context object, and strong type safety.

Installation is done via bun install. The README provides quick start examples for both the Decorators API and the Express-like API.

The project is licensed under the MIT License and was created by Zach Caceres, inspired by FastMCP.

Repository

ZC
zcaceres

zcaceres/easy-mcp

Created

December 26, 2024

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools