MCP Directory
Back

MCPPlayground

by refactoralligator · C# · ★ 0

Playing around with ModelContextProtocol

Install

git clone https://github.com/refactoralligator/MCPPlayground.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpplayground": {
      "command": "npx",
      "args": [
        "-y",
        "github:refactoralligator/MCPPlayground"
      ]
    }
  }
}

From the README

A small project, trying out the .NET SDK for ModelContextProtocel (MCP). The project contains an MCP server with 3 tools, that integrates to the public [Open Brewery DB API](https://www.openbrewerydb.org/). The project is based on [this blogpost](https://devblogs.microsoft.com/dotnet/build-a-model-context-protocol-mcp-server-in-csharp/#getting-started-building-an-mcp-server) The blogpost also contains information on how to enable the server in Visual Studio Code.
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 other servers