MCP Directory
Back

MCPServer

by RaF75region · C# · ★ 0

modelcontextprotocol

Install

git clone https://github.com/RaF75region/MCPServer.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "github:RaF75region/MCPServer"
      ]
    }
  }
}

From the README

This is a test assignment for **[FastMCP.me](https://fastmcp.me)** - a service for creating and deploying MCP servers. You are tasked with creating a **Real Weather MCP Server** using the new .NET MCP (Model Context Protocol) library. **Note**: The use of AI development tools like Cursor, Claude Code, GitHub Copilot, and other AI IDEs is welcomed and encouraged for this assignment. Your task is to create a functional MCP server that provides real weather data through AI assistants like Claude. The server should integrate with actual weather APIs and provide accurate, current weather informa…
Read full README on GitHub →

Related other servers