Productivity|Development|AI / ML|UtilitiesUnknown

MCP-Chinese-Getting-Started-Guide

A server that enables AI agents to perform web searches using the Model Context Protocol (MCP).

Free
N/A rating (0 reviews)0 installs3,441 GitHub stars
MCPweb searchAI

This MCP server allows AI agents to seamlessly access and process information from the internet by utilizing a web search tool. It integrates with external APIs to provide summarized search results based on user queries.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-chinese-getting-started-guide-1": {
      "args": [
        "-y",
        "mcp[cli]"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.