MCP Server Template for Cursor IDE
@netr
About MCP Server Template for Cursor IDE
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-learn": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Template for Cursor IDE?
A simple template for creating custom tools for Cursor IDE using Model Context Protocol (MCP). It allows developers to create their own repository from this template, modify the tools, and connect them to Cursor IDE.
How to use MCP Server Template for Cursor IDE?
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).
Key features of MCP Server Template for Cursor IDE
- 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
Use cases of MCP Server Template for Cursor IDE
- Creating custom MCP tools for Cursor IDE
- Quickly prototyping and deploying server-side MCP tools
- Integrating custom APIs or local scripts with Cursor’s agent
- Learning how to build and connect MCP servers
FAQ from MCP Server Template for Cursor IDE
How do I connect the server to Cursor IDE?
Open Cursor Settings → Features, add a new MCP server, choose “sse” (for remote/Docker) or “stdio” (for local), and enter the appropriate URL or command path.
What transport protocols are supported?
The server supports two transports: SSE (Server-Sent Events) for remote or Docker setups, and stdio for local execution.
What environment variables can I configure?
Set MCP_SERVER_PORT (default 8000), MCP_SERVER_HOST (default 0.0.0.0), DEBUG (default false), and MCP_USER_AGENT in a .env file.
Can I deploy this to cloud platforms besides Heroku?
The README only provides a Heroku deployment button; other platforms are not mentioned.
Does the server require any external dependencies?
The server uses Python with uv package manager and can be installed with uv pip install -e ".[dev]". Docker is an alternative deployment method.
Frequently asked questions
How do I connect the server to Cursor IDE?
Open Cursor Settings → Features, add a new MCP server, choose “sse” (for remote/Docker) or “stdio” (for local), and enter the appropriate URL or command path.
What transport protocols are supported?
The server supports two transports: SSE (Server-Sent Events) for remote or Docker setups, and stdio for local execution.
What environment variables can I configure?
Set `MCP_SERVER_PORT` (default 8000), `MCP_SERVER_HOST` (default 0.0.0.0), `DEBUG` (default false), and `MCP_USER_AGENT` in a `.env` file.
Can I deploy this to cloud platforms besides Heroku?
The README only provides a Heroku deployment button; other platforms are not mentioned.
Does the server require any external dependencies?
The server uses Python with `uv` package manager and can be installed with `uv pip install -e ".[dev]"`. Docker is an alternative deployment method.
Basic information
More Developer Tools MCP servers

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Comments