MCP Server Example
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server ExampleList my current tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Example
Node.js / Express based MCP (Model Context Protocol) server
How to Run
Run Locally
npm install
npm run build
npm start
# 인증 토큰과 함께 실행
TOKEN=your_token npm startRun with Docker
docker build -t mcp-server-node .
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-nodeRelated MCP server: CloudTypeJ MCP Server
Deploying
Cloudtype
Select a template:
MCP Server - Node.js
Deploy
Node v22
Environment variables
TOKEN: Set the token used for authenticationBuild command
npm run buildStart command
npm start
Check the connection information
MCP connection address - https:///mcp
Update After committing and pushing code, deploy using the
Deploybutton in theSettingstab
YouTube Guide
Deployment Automation
Authentication
Uses Bearer token authentication:
Environment variable:
TOKENHeader:
Authorization: Bearer your-token
Supported Tools
user_list - Retrieve user list
user_statistics - Retrieve user statistics
calculator - Calculator example
create_task - Create a task
complete_task - Complete a task
list_tasks - Retrieve task list
Environment Variables
TOKEN : Bearer token (required)
How to Use
Porter AI
Troubleshooting
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