Simple MCP Server
A minimal TypeScript MCP server built with fastMCP that returns “hello” responses.
Features
- Simple MCP server implementation using fastMCP
- TypeScript support
- Biome for formatting and linting
- pnpm as package manager
Getting Started
Prerequisites
- Node.js 18+
- pnpm
Installation
pnpm install
Development
# Build the project
pnpm build
# Run the development server with fastMCP CLI
pnpm mcp:dev
# Use the MCP Inspector with a web UI
pnpm mcp:inspect
# Format code
pnpm format
# Lint code
pnpm lint
Project Structure
src/server.ts- The main MCP server implementationbiome.json- Biome configuration for linting and formattingtsconfig.json- TypeScript configuration
About the Server
This is a simple MCP (Model Context Protocol) server that provides a “hello” tool. It uses the fastMCP TypeScript framework to simplify server implementation.
Known Issues
- Client Capabilities Warning: When running the server with
pnpm mcp:devor directly, you might see a warning like[warning] FastMCP could not infer client capabilities. This is normal and happens when the client doesn’t provide capabilities information. The server will still function correctly.
How to Use with Claude Desktop
To use this MCP server with Claude Desktop, add the following configuration:
{
"mcpServers": {
"Simple Hello Server": {
"url": "http://localhost:3000/mcp"
}
}
}
License
ISC
Simple MCP Server
Project Details
- 3eer/mcp-server
- Last Updated: 4/22/2025
Recomended MCP Servers
MCP server implementation for Kibela API integration
Agentic abstraction layer for building high precision vertical AI agents written in python for Model Context Protocol.
MCP server for Delve debugger integration
tinypng 图片压缩脚本,自动遍历项目图片,并原地替换,单个 node 文件,无需依赖 npm 包,下载单文件即可使用
Config files for my GitHub profile.
Markdown To PDF Conversion MCP
A Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Autonomous debugging agent MCP server





