trackmcp
Back to directory
blocksan

mcp-node-server

View on GitHub

A basic Node.js server for MCP

0 stars JavaScriptServers & Infrastructure 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-server

2. Install dependencies:

bash
npm install

3. Start the server:

bash
npm start

For development with auto-reload:

bash
npm run dev

Endpoints

  • `GET /`: Displays "MCP server running"

Server Details

  • Port: 4999
  • URL: http://localhost:4999

Frequently asked questions

What is mcp-node-server?

mcp-node-server is A basic Node.js server for MCP

How do I install mcp-node-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-node-server open source?

Yes — it is hosted on GitHub at https://github.com/blocksan/mcp-node-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP