MCP Directory
Back

Try-mcp-location-server-demo

by nisalgunawardhana · C# · ★ 0

This project demonstrates a Model Context Protocol (MCP) server for managing locations using .NET 8 and the ModelContextProtocol library.

#mcp#mcp-server#mcp-server-dotnet

Install

git clone https://github.com/nisalgunawardhana/Try-mcp-location-server-demo.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "try-mcp-location-server-demo": {
      "command": "npx",
      "args": [
        "-y",
        "github:nisalgunawardhana/Try-mcp-location-server-demo"
      ]
    }
  }
}

From the README

This project demonstrates a Model Context Protocol (MCP) server for managing locations using .NET 8 and the ModelContextProtocol library. [](https://github.com/nisalgunawardhana) **Model Context Protocol (MCP)** is an open protocol for interacting with AI models and tools in a structured, language-agnostic way. MCP enables clients (like VS Code Copilot Chat) to discover, invoke, and interact with server-side tools and models using a standard interface. This makes it easy to build, test, and extend AI-powered tools and services. - **Standardization:** Unified way to expose and consume tools/…
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 developer tools servers