A basic Node.js server for MCP
0 stars
JavaScript
Updated Apr 2, 2025
Documentation
MCP Node Server
A basic Node.js server that displays "MCP server running" on port 4999.
Setup
1. Clone the repository:
bash
git clone https://github.com/blocksan/mcp-node-server.git
cd mcp-node-server2. Install dependencies:
bash
npm install3. Start the server:
bash
npm startFor development with auto-reload:
bash
npm run devEndpoints
GET /: Displays "MCP server running"
Server Details
- Port: 4999
- URL: http://localhost:4999
Similar MCP
Based on tags & features
Trending MCP
Most active this week