MCP Starter logo

MCP Starter

by a17o

This repository provides a basic Model Context Protocol (MCP) server and client implementation. It is designed for future reuse as a starting point for MCP-based projects.

View on GitHub

Last updated: N/A

MCP Starter

This repository contains a simple generic Model Context Protocol (MCP) server and client implementation for future re-use.

Setup

Both the server and client require their dependencies to be installed separately.

Server Setup

cd server
pnpm i

Client Setup

cd client
pnpm i

Running

Server

cd server
npx tsx mcp-server.ts

Client

cd client
npx tsx mcp-client.ts