easy-mcp
@zcaceres
About easy-mcp
Absurdly easy Model Context Protocol Servers in Typescript
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is easy-mcp?
Easy MCP is a TypeScript library that simplifies creating Model Context Protocol (MCP) servers. It hides protocol plumbing behind an Express-like API, allowing developers to focus on building server functionality with minimal boilerplate.
How to use easy-mcp?
Install with pnpm install easy-mcp or bun add easy-mcp. Import EasyMCP, create an instance with a name and version, then use .resource(), .template(), .tool(), .prompt(), or .root() to define components. Call .serve() to start the server.
Key features of easy-mcp
- Express-like API for defining MCP server components.
- Supports resources, resource templates, tools, and prompts.
- Minimal bootstrapping with easy-to-use functions.
- Written in TypeScript with full type definitions.
- Allows defining the bare minimum or complex configurations.
Use cases of easy-mcp
- Expose a directory listing as an MCP resource.
- Provide a greeting tool for a conversational AI client.
- Generate an introduction prompt for user interactions.
- Rapidly prototype custom MCP servers for testing.
FAQ from easy-mcp
What is the current status of easy-mcp?
Easy MCP is in beta, with a first release coming in January 2025.
How do I install easy-mcp?
Run pnpm install easy-mcp or bun add easy-mcp in your project directory.
What are the limitations of easy-mcp?
Easy MCP does not support sampling or SSE (Server-Sent Events).
Does easy-mcp support SSE?
No, SSE is not supported.
Does easy-mcp support sampling?
No, sampling is not supported.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments