easy-mcp
@zcaceres
关于 easy-mcp
Absurdly easy Model Context Protocol Servers in Typescript
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
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
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论