MCP.so
登录

Hello World MCP Server

@madhukarkumar

关于 Hello World MCP Server

Typescript starter for MCP server with resource, prompt and tool

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

madhukarkumar

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

2

Echoes back a message with "Hello" prefix

Lists all available tools and methods

概览

What is Hello World MCP Server?

A simple Model Context Protocol (MCP) server implementation built with TypeScript. It demonstrates basic MCP functionality including resources, prompts, and tools.

How to use Hello World MCP Server?

Run npm install and npm run build. Start the server with npm run start:http for HTTP/SSE transport (listens on port 3000) or npm run start for STDIO transport. Test with cURL or the MCP Inspector tool.

Key features of Hello World MCP Server

  • SSE and STDIO transport support
  • Resource handling with static and dynamic resources
  • Sample prompt implementation
  • Example tool that echoes messages
  • Debug tool for server introspection

Use cases of Hello World MCP Server

FAQ from Hello World MCP Server

评论

开发工具 分类下的更多 MCP 服务器