trackmcp
Back to directory
LeZuse

minimal-mcp-server

View on GitHub

A minimal implementation of a Model Context Protocol (MCP) server

3 stars JavaScriptAI & Machine Learning Updated Oct 25, 2025
cursormcpmcp-serverstarter

Documentation

Minimal MCP Server

A minimal implementation of an MCP (Model Context Protocol) server for Cursor IDE, using the official MCP SDK.

Useful for bootstrapping, forking, or just messing around.

Features

  • Uses the official `@modelcontextprotocol/sdk` package
  • Minimal implementation with a single file
  • No external configuration needed

Requirements

  • Node.js

Installation

Clone the repo locally and install npm dependencies

bash
npm install

Running the Server

Open the repo with Cursor and enable the "minimal-mcp-server" (labeled Project Managed) in Cursor Settings

References

For more see https://modelcontextprotocol.io/introduction

License

MIT

Frequently asked questions

What is minimal-mcp-server?

minimal-mcp-server is A minimal implementation of a Model Context Protocol (MCP) server

How do I install minimal-mcp-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 minimal-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/LeZuse/minimal-mcp-server and has 3 stars.

Related MCP tools

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

Measure it with TrackMCP