M
Mtgrefereemcp
MCP server by MauricioIPastora
Created 2/25/2026
Updated about 4 hours ago
README
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"
]
}
}
}