EasyMCP
Interface UIpar zcaceres
The simplest way to create Model Context Protocol servers in TypeScript with a high-level Express-like API.
What it does
EasyMCP is a developer framework designed to eliminate the boilerplate associated with building Model Context Protocol (MCP) servers. It provides a high-level, intuitive API that allows developers to define tools, prompts, and resources using simple declarations, similar to how endpoints are defined in ExpressJS.
Tools
As a framework, EasyMCP doesn't provide a fixed set of tools but instead provides the infrastructure to create them effortlessly. It supports:
- Tool Definitions: Create AI-callable functions with inferred types.
- Resource Templates: Define dynamic data sources using handlebars-style URIs.
- Prompts: Build reusable prompt templates for AI agents.
Installation
To use EasyMCP in your project:
bun install easy-mcp
For Claude Desktop, add the compiled server to your claude_desktop_config.json:
{
"mcpServers": {
"easy-mcp-server": {
"command": "bun",
"args": ["run", "your-server-file.ts"]
}
}
}
Supported hosts
- Claude
Installation rapide
bun install easy-mcpInformations
- Tarification
- free
- Publié
- 4/15/2026
- étoiles






