Server Node
FreeNot checkedA Node.js MCP server with user, task, and calculator tools. Supports Bearer token authentication and Docker/Cloudtype deployment.
About
A Node.js MCP server with user, task, and calculator tools. Supports Bearer token authentication and Docker/Cloudtype deployment.
README
Node.js / Express / TypeScript 기반 MCP (Model Context Protocol) 서버
실행 방법
로컬 실행
npm install
npm run build
npm start
# 인증 토큰과 함께 실행
TOKEN=your_token npm start
Docker 실행
docker build -t mcp-server-node .
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-node
배포하기
클라우드타입
- 템플릿 선택하기 :
MCP Server - Node.js
- 배포하기
- Node v22
- 환경변수
TOKEN: 인증에 사용할 토큰을 설정 (인증시 사용할 토큰) - 빌드 명령어
npm run build - 시작 명령어
npm start
접속정보 확인
MCP 접속 주소 - https://<배포된 프리뷰 도메인 주소>/mcp
- 업데이트
코드 커밋 & 푸시 후
설정탭에서배포하기버튼으로 배포
YouTube 가이드
배포자동화
인증
Bearer 토큰 인증을 사용합니다:
- 환경변수:
TOKEN - 헤더:
Authorization: Bearer your-token
지원 도구
- user_list - 사용자 목록 조회
- user_statistics - 사용자 지표 조회
- calculator - 계산기 예제
- create_task : 작업 생성하기
- complete_task : 작업 완료하기
- list_tasks : 작업 목록 조회하기
환경변수
- TOKEN : Bearer 토큰 (필수)
활용방법
Porter AI
문제해결
License
MIT License
Installing Server Node
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/BIGBANGMARKET/mcp-server-nodeFAQ
Is Server Node MCP free?
Yes, Server Node MCP is free — one-click install via Unyly at no cost.
Does Server Node need an API key?
No, Server Node runs without API keys or environment variables.
Is Server Node hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Server Node in Claude Desktop, Claude Code or Cursor?
Open Server Node on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Server Node with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
