MCP.so
登录

easy-mcp

@zcaceres

关于 easy-mcp

Absurdly easy Model Context Protocol Servers in Typescript

基本信息

分类

其他

传输方式

stdio

发布者

zcaceres

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器