template-mcp-server

Template to quickly set up your own MCP server

GitHub Stars

59

User Rating

Not Rated

Favorites

0

Views

28

Forks

33

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mcpdotdirect/template-mcp-server.git
cd template-mcp-server

2. Install Dependencies

bash
npm install

3. Start Server

bash

Start the stdio server

npm start

Start the HTTP server

npm run start:http

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources