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.
- Uses the official
@modelcontextprotocol/sdk
package - Minimal implementation with a single file
- No external configuration needed
- Node.js
Clone the repo locally and install npm dependencies
npm install
Open the repo with Cursor and enable the "minimal-mcp-server" (labeled Project Managed) in Cursor Settings
For more see https://modelcontextprotocol.io/introduction
MIT