MCP Server Example
MCP Server Example
基于 Node.js / Express / TypeScript 的 MCP(Model Context Protocol)服务器
运行方法
本地运行
npm install
npm run build
npm start
# 인증 토큰과 함께 실행
TOKEN=your_token npm startDocker 运行
docker build -t mcp-server-node .
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-nodeRelated MCP server: CloudTypeJ MCP Server
部署
Cloudtype
选择模板:
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Node.js MCP server providing user management, task management, and calculator tools with Bearer token authentication, deployable on Cloudtype.75MIT

CloudTypeJ MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server providing calculator, user list, and statistics tools with Bearer Token authentication.353MIT- AlicenseNot gradedqualityDmaintenanceA simple MCP server for task management with Bearer token authentication, supporting create, complete, and list tasks operations.7MIT
- AlicenseNot gradedqualityCmaintenanceA Node.js MCP server example with user management, task management, and calculator tools. Supports authentication via bearer token and can be deployed locally or via Docker.7MIT
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
A MCP server built for developers enabling Git based project management with project and personal…
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/legotec73/MCPserverExample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server