MCP Directory
Back

easy-mcp

by zcaceres · TypeScript · ★ 194

Absurdly easy Model Context Protocol Servers in Typescript

#ai#bun#claude#claude-ai#framework#mcp#mcp-server#mcp-servers#model-context-protocol#node#nodejs#open-source#typescript

Install

npx -y github:zcaceres/easy-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "easy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:zcaceres/easy-mcp"
      ]
    }
  }
}

From the README

> EasyMCP is usable but in beta. Please report any issues you encounter. EasyMCP is the simplest way to create Model Context Protocol (MCP) servers in TypeScript. It hides the plumbing, formatting, and other boilerplate definitions behind simple declarations. Easy MCP allows you to define the bare minimum of what you need to get started. Or you can define more complex resources, templates, tools, and prompts. - **Simple Express-like API**: EasyMCP provides a high-level, intuitive API. Define Tools, Prompts, Resources, Resource Templates, and Roots with calls similar to defining endpoints i…
Read full README on GitHub →

Related other servers