Run a Node.js MCP server with user, task, and calculator tools.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Server Node" yet — see the docs or source repo.
Using the MCP Server Node task tool, create a task called "Prepare this week's release checklist" and list all current tasks.
Returns the task creation result and the current task list.
Use the MCP Server Node user tool to fetch the user list and show each user's basic information.
Returns a list of users with their basic fields.
Call the MCP Server Node calculator tool to compute 125 * 48 + 960 / 12.
Returns the calculated result.
Developers can connect this Node.js MCP server to an MCP-compatible client so an assistant can use user, task, and calculator tools for basic operations.
DevOps or development teams can deploy the service with Docker or Cloudtype to quickly expose accessible MCP tool endpoints.
When a team needs to restrict access to the MCP service, it can use Bearer token authentication to protect API calls.
It is a Node.js-based MCP server that provides user, task, and calculator tools for MCP-compatible clients.
The provided description says it supports Docker and Cloudtype deployment. For exact deployment steps, see the source repository.
Yes, it supports Bearer token authentication to protect service access. See the source repository for configuration details.
Example Node.js MCP server for users, tasks, calculator, auth, and deployment.
Read, create, and analyze local tasks through a simple MCP server.
Perform basic arithmetic safely with zero-division protection for quick calculations.
Let AI perform calculations, search knowledge, and handle basic email tasks.
An MCP tool for adding two numbers and demonstrating basic tool calls.
Access calculator, user list, and statistics tools with bearer-authenticated MCP integration.