Servers
MCP Starter
@a17o
A personal template for building MCP servers and clients.
Overview
What is MCP Starter?
MCP Starter provides a simple, generic Model Context Protocol (MCP) server and client implementation intended for future reuse. It is a minimal reference project for developers who want to bootstrap MCP-based applications.
How to use MCP Starter?
Install dependencies separately for server (cd server && pnpm i) and client (cd client && pnpm i). Run the server with "npx tsx mcp-server.ts" and the client with