MCP.so
Sign In
Servers

MCP Starter

@a17o

A personal template for building MCP servers and clients.

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

More from Developer Tools