MCP.so
Sign In

MCP Starter

@a17o

About MCP Starter

A personal template for building MCP servers and clients.

Basic information

Category

Developer Tools

License

GPL-3.0 license

Runtime

node

Transports

stdio

Publisher

a17o

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-starter-a17o": {
      "command": "npx",
      "args": [
        "tsx",
        "mcp-server.ts"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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

Comments

More Developer Tools MCP servers