MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by MauricioIPastora

Created 2/25/2026
Updated about 4 hours ago
Repository documentation and setup instructions

base-template-mcp

This project was built with Vertex Labs. To learn more, click here: https://www.vtxlabs.io

Instructions

After cloning into repo, cd to project root directory and install dependencies:

$ npm install

To run dev server, install Nodemon library globally:

$ sudo npm install nodemon -g

Then run devserver from project root directory:

$ nodemon

Open browser to:

http://localhost:3000

Profit!

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mtgrefereemcp

Cursor configuration (mcp.json)

{ "mcpServers": { "mauricioipastora-mtgrefereemcp": { "command": "npx", "args": [ "mauricioipastora-mtgrefereemcp" ] } } }