MCP Server Template for Cursor IDE
Description
# MCP Server Template for Cursor IDE A simple template for creating custom tools for Cursor IDE using Model Context Protocol (MCP). Create your own repository from this template, modify the tools, and connect them to your Cursor IDE.  ## Quick Start 1. Click "Deploy…
Details
- Author
- netr
- Downloads
- 302
- Categories
- Developer Tools
Jump to
- One-click deployment to Heroku
- Docker and Docker Compose support
- Supports both SSE and stdio transports
- Configurable via environment variables (port, host, debug)
- Installable via Smithery for Claude Desktop
- Comes with a testable server mood endpoint
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server Template for Cursor IDECommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Deploy the server to Heroku with one click, or run locally via Docker or traditional Python setup. Configure Cursor IDE by adding a new MCP server with either an SSE endpoint (Heroku or Docker) or a stdio command (local setup).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server template for cursor ide": {
"mcp-server-learn": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
}
}
McpServers
{
"mcp-server-learn": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





