easy-mcp

Absurdly easy Model Context Protocol Servers in Typescript

GitHub Stars

183

User Rating

Not Rated

Favorites

0

Views

401

Forks

10

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
bun: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/zcaceres/easy-mcp.git
cd easy-mcp

2. Install Dependencies

bash
bun install

3. Start Server

bash
bun start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources