I've used the MCP SDK for C# and .NET to build a Copilot Studio compatible MCP server that leverages Google search.
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"
]
}
}
}
Run in terminal:
claude mcp add websearchmcpserver npx -y donaldmucci/WebSearchMCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"websearchmcpserver": {
"command": "npx",
"args": [
"-y",
"donaldmucci/WebSearchMCPServer"
]
}
}
}