mcp-server

3eer/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A minimal TypeScript MCP server built with fastMCP that returns 'hello' responses.

The Simple MCP Server is a lightweight server implementation using the fastMCP framework, designed to handle Model Context Protocol (MCP) requests. Built with TypeScript, it offers a straightforward setup for developers looking to integrate MCP capabilities into their applications. The server is equipped with tools for formatting and linting through Biome, and uses pnpm as its package manager. It is ideal for developers who need a basic MCP server that can be easily extended or customized. The server's primary function is to respond with a 'hello' message, demonstrating the basic functionality of an MCP server. It is compatible with Node.js 18+ and can be integrated with platforms like Claude Desktop for enhanced functionality.

Features

  • Simple MCP server implementation using fastMCP
  • TypeScript support for robust development
  • Biome for formatting and linting
  • pnpm as package manager for efficient dependency management

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "Simple Hello Server": {
      "url": "http://localhost:3000/mcp"
    }
  }
}