WebSearchMCPServer

donaldmucci/WebSearchMCPServer
★ 3 stars C# 🔍 Search Updated 3mo ago
I've used the MCP SDK for C# and .NET to build a Copilot Studio compatible MCP server that leverages Google search.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "websearchmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "donaldmucci/WebSearchMCPServer"
      ]
    }
  }
}

Topics

copilot-studiocsharpmcpmcp-server