MCP Server Example
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
- StytchOAuthdev.stytch.mcp
The Stytch MCP server is a reference implementation that demonstrates remote MCP server authentication and authorization using Stytch Connected Apps. It provides OAuth 2.1-compliant authorization (including PKCE), Dynamic Client Registration, and validates Stytch-issued access tokens to enable AI agents to securely interact with external services through permissioned access, supporting scopes like openid, email, profile, and manage:project_data.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Node.js MCP server providing user management, task management, and calculator tools with Bearer token authentication, deployable on Cloudtype.7 npm5MIT

CloudTypeJ MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server providing calculator, user list, and statistics tools with Bearer Token authentication.205 npmMIT- AlicenseNot gradedqualityDmaintenanceA simple MCP server for task management with Bearer token authentication, supporting create, complete, and list tasks operations.7MIT
- AlicenseNot gradedqualityDmaintenanceA 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.7 npmMIT