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.

コメント

「その他」の他のコンテンツ