mcp-server-project

joannaleecy/mcp-server-project

3.1

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

This project is an MCP server built using the TypeScript SDK, designed to provide weather alerts and forecasts.

MCP Server Project

This project is an MCP server built using the TypeScript SDK. It includes the following features:

  • TypeScript configuration
  • MCP SDK integration
  • Example tools for weather alerts and forecasts

Setup

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Run the server:

    node build/index.js
    

Development

  • Source files are located in the src directory.
  • Configuration files are in the .vscode folder.