easy-mcp
@zcaceres
About easy-mcp
Absurdly easy Model Context Protocol Servers in Typescript
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments