MCP Template
@davini-dev
About MCP Template
MCP Server Template
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-mcp-stdio": {
"command": "npm",
"args": [
"start"
],
"env": {
"NODE_ENV": "development"
}
},
"my-mcp-sse": {
"url": "http://localhost:3001/sse"
}
}
}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 Template?
MCP Template is a CLI tool that generates a starter project for building MCP (Model Context Protocol) servers using the FastMCP framework. It provides a preconfigured TypeScript project with dual transport support (stdio and HTTP), sample definitions for tools, resources, and prompts, and development scripts. It is intended for developers who want to quickly create their own MCP servers.
How to use MCP Template?
Run npx @mcpdotdirect/create-mcp-server or npm init @mcpdotdirect/mcp-server to scaffold a new project. Then install dependencies with your preferred package manager and start the server using npm start (stdio mode) or npm run start:http (HTTP mode). Development modes with auto‑reload are available via npm run dev and npm run dev:http.
Key features of MCP Template
- Built using the FastMCP framework
- Dual transport: stdio and HTTP (SSE)
- Full TypeScript support for type safety
- Extensible with custom tools, resources, prompts
Use cases of MCP Template
- Building personal CLI‑based MCP tools for local development
- Creating shared MCP servers for team collaboration over HTTP
- Rapid prototyping of new MCP servers with a ready‑to‑use structure
FAQ from MCP Template
What transport methods does MCP Template support?
It supports two transports: stdio (local, command‑line mode) and SSE over HTTP (can run locally or remotely and be shared across machines).
How do I connect my MCP Server to Cursor?
In Cursor go to Settings > Features > MCP Servers, add a new server. For stdio, choose type command and enter npm start. For SSE, choose type url and enter http://localhost:3001/sse.
How do I change the HTTP port?
Set the PORT environment variable before starting the HTTP server, for example: PORT=8080 npm run start:http.
How do I test the server during development?
Use FastMCP’s built‑in tools: npx fastmcp dev server.js or npx fastmcp inspect server.ts.
Can I use Node.js instead of Bun?
Yes. The default scripts use Bun, but you can modify the package.json scripts to use Node.js or another runtime of your choice.
Frequently asked questions
What transport methods does MCP Template support?
It supports two transports: stdio (local, command‑line mode) and SSE over HTTP (can run locally or remotely and be shared across machines).
How do I connect my MCP Server to Cursor?
In Cursor go to Settings > Features > MCP Servers, add a new server. For stdio, choose type `command` and enter `npm start`. For SSE, choose type `url` and enter `http://localhost:3001/sse`.
How do I change the HTTP port?
Set the `PORT` environment variable before starting the HTTP server, for example: `PORT=8080 npm run start:http`.
How do I test the server during development?
Use FastMCP’s built‑in tools: `npx fastmcp dev server.js` or `npx fastmcp inspect server.ts`.
Can I use Node.js instead of Bun?
Yes. The default scripts use Bun, but you can modify the `package.json` scripts to use Node.js or another runtime of your choice.
Basic information
More Developer Tools MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools — HyperExecute (test orche

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments