간단한 MCP 서버
fastMCP로 구축되어 "hello" 응답을 반환하는 최소한의 TypeScript MCP 서버입니다.
특징
fastMCP를 사용한 간단한 MCP 서버 구현
TypeScript 지원
서식 및 린팅을 위한 바이옴
패키지 관리자로서의 pnpm
시작하기
필수 조건
노드.js 18+
pnpm
설치
지엑스피1
개발
프로젝트 구조
src/server.ts
- 주요 MCP 서버 구현biome.json
- 린팅 및 포맷팅을 위한 Biome 구성tsconfig.json
- TypeScript 구성
서버 정보
"hello" 도구를 제공하는 간단한 MCP(Model Context Protocol) 서버입니다. fastMCP TypeScript 프레임워크를 사용하여 서버 구현을 간소화합니다.
알려진 문제
클라이언트 기능 경고 :
pnpm mcp:dev
또는 직접 서버를 실행할 때[warning] FastMCP could not infer client capabilities
와 같은 경고가 표시될 수 있습니다. 이는 정상적인 현상이며 클라이언트가 기능 정보를 제공하지 않을 때 발생합니다. 서버는 정상적으로 작동합니다.
Claude Desktop과 함께 사용하는 방법
Claude Desktop과 함께 이 MCP 서버를 사용하려면 다음 구성을 추가하세요.
특허
아이에스씨
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
fastMCP 프레임워크를 사용하여 'hello' 도구를 제공하는 최소한의 TypeScript MCP 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityTypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.Last updated -325MIT License
- AsecurityFlicenseAqualityA TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.Last updated -25957
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -123
- AsecurityAlicenseAqualityA TypeScript-based server that connects MCP Clients to Dify applications, dynamically exposing Dify applications as tools that can be used directly within the MCP Client.Last updated -4MIT License