mcp-server-node-js

RenatoCugler/mcp-server-node-js

3.1

If you are the rightful owner of mcp-server-node-js and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP Sports Server is a Node.js implementation designed to provide sports-related tools and functionalities using the Model Context Protocol.

🏈 MCP Sports Server

A MCP (Model Context Protocol) server implementation in Node.js for sports-related tools and functionality.

Quick Start

  1. Install Dependencies

    npm install
    
  2. Test with MCP Inspector

    npm run inspector
    

    Open http://localhost:6274/ to test your tools.

  3. Integrate with Cursor AI

    Add this configuration to Cursor IDE (Settings → Tools & Integrations → Add Custom MCP Server):

    {
      "MCP Sports Server": {
        "command": "node",
        "args": ["/Users/renato/dev-lab/mcp-sports-server/mcp-server.js"],
        "env": {
          "API_KEY": "your-api-key-here"
        }
      }
    }
    

Requirements

  • Node.js 20+

Credits

This project is based on the excellent MCP Server boilerplate by Luciano Ayres.

📖 For detailed setup instructions, configuration examples, and usage guides, please refer to the original repository: github.com/lucianoayres/mcp-server-node

License

ISC License