@mcpdotdirect/template-mcp-server

by mcpdotdirect

75 stars
397 downloads
Not rated
GitHub

About

A CLI template for quickly bootstrapping an MCP server with FastMCP, supporting both stdio and HTTP transport.

Details

Author
mcpdotdirect
GitHub stars
75
Downloads
397
Categories
Developer Tools

- Built using the FastMCP framework for simpler implementation
- Supports both stdio and HTTP (SSE) transport
- Full TypeScript support for type safety
- Extensible: easy to add custom tools, resources, and prompts

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name @mcpdotdirect/template-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run npx @mcpdotdirect/create-mcp-server or npm init @mcpdotdirect/mcp-server to create a new project. Then install dependencies and start the server with npm start for stdio or npm run start:http for HTTP. Connect from Cursor via Settings > MCP Servers, or use a .cursor/mcp.json file.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "@mcpdotdirect/template-mcp-server": {
            "template-mcp-server": {
                "command": "npx",
                "args": [
                    "@mcpdotdirect/create-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "template-mcp-server": {
        "command": "npx",
        "args": [
            "@mcpdotdirect/create-mcp-server"
        ]
    }
}

@mcpdotdirect/template-mcp-server

License: MIT
TypeScript

A CLI tool to quickly get started building your very own MCP (Model Context Protocol) server using FastMCP

📋 Usage

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.