guillermocorrea/mcp-node-server
If you are the rightful owner of mcp-node-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Node.js MCP Server implementation with example tools.
The MCP Node Server is a server implementation for the Model Context Protocol (MCP) using Node.js. It provides a framework for developing and deploying MCP-based applications, allowing developers to create and manage model contexts efficiently. The server is designed to be easily configurable and extendable, making it suitable for a wide range of applications. With built-in support for various tools and resources, the MCP Node Server facilitates seamless integration with different platforms and services. It is particularly useful for developers looking to leverage the capabilities of MCP in their projects, providing a robust and scalable solution for managing model contexts.
Features
- Node.js based server implementation for MCP.
- Easily configurable and extendable framework.
- Supports integration with various tools and resources.
- Facilitates seamless deployment of MCP-based applications.
- Robust and scalable solution for managing model contexts.
Usages
usage with vscode
{ "mcp": { "servers": { "node-server": { "command": "npx", "args": [ "-y", "tsx", "main.ts" ] } } } }
usage with inspector
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts