MCP Directory
Back

mcp_server_node_getting_started

by agentventure · TypeScript · ★ 0

mcp quick start tutorial for node: https://modelcontextprotocol.io/quickstart/server#node

Install

npx -y github:agentventure/mcp_server_node_getting_started

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-node-getting-started": {
      "command": "npx",
      "args": [
        "-y",
        "github:agentventure/mcp_server_node_getting_started"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides weather information using the National Weather Service API. This server exposes two tools for retrieving weather alerts and forecasts for US locations. - **Weather Alerts**: Get active weather alerts for any US state using 2-letter state codes - **Weather Forecasts**: Get detailed weather forecasts for specific coordinates (latitude/longitude) - Built with TypeScript and the MCP SDK - Uses the National Weather Service API (no API key required) - Node.js (v16 or higher) - npm or yarn - An MCP-compatible client (like Claude Desktop or Warp)…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers