dotnet-mcp-server

dianper/dotnet-mcp-server

3.1

If you are the rightful owner of dotnet-mcp-server 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.

The Aspire MCP Server is a .NET-based server that provides weather forecast tools for AI assistants and applications using the Model Context Protocol.

Aspire MCP Server

A Model Context Protocol (MCP) server built with .NET Aspire that provides weather forecast tools for AI assistants and applications.

Overview

This project combines the power of .NET Aspire's distributed application framework with the Model Context Protocol to create a weather forecasting service. The MCP server exposes weather-related tools that can be consumed by AI models and applications to provide mocked weather information.

Features

  • Weather Forecast Tool: Get current weather conditions and forecasts for mocked localization
  • MCP Integration: Compatible with Model Context Protocol specifications
  • Aspire Framework: Built on .NET Aspire for modern distributed application patterns

Technologies Used

  • .NET Aspire
  • Model Context Protocol (MCP)
  • C# / .NET
  • Weather API integration

Getting Started

Prerequisites

  • .NET 9
  • .NET Aspire workload installed

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/aspire-mcp-server.git
    cd aspire-mcp-server
    
  2. Restore dependencies:

    dotnet restore
    
  3. Run the application:

    dotnet run