You.com MCP 服务器
此 MCP(模型上下文协议)服务器为 AI 助手提供了使用 You.com API 搜索网页、获取新闻和进行研究的功能。欢迎反馈。
特征
网页搜索:访问 You.com 的网页搜索功能
智能搜索:人工智能答案,提供引文支持
研究:针对学术疑问提供全面的、有引证依据的答案
新闻搜索:任何主题的最新新闻文章
先决条件
Node.js(v16 或更高版本)
npm 或 yarn
You.com API 密钥(从api.you.com获取)
安装
克隆此存储库:
git clone https://github.com/jimbul/youcom-mcp.git cd youcom-mcp安装依赖项:
npm install根据示例创建一个
.env文件:cp .env.example .env将您的 You.com API 密钥添加到
.env文件:YOU_API_KEY=your_actual_api_key_here构建项目:
npm run build
本地运行(可选)
您可以在本地运行服务器进行测试:
与 Claude 一起设置
要将此 MCP 服务器与 Claude(Anthropic Assistant)一起使用,您需要配置 Claude 以使用此服务器:
在 VS Code 中打开 Claude 扩展设置:
单击 VS Code 侧栏中的 Claude 图标
点击设置图标 (⚙️) 并选择“MCP 设置”
将以下配置添加到
mcpServers部分:
重要提示:
将
/absolute/path/to/your/youcom-mcp/dist/index.js替换为系统上的实际路径将
your_actual_api_key_here替换为您的 You.com API 密钥
使用示例
配置完成后,您可以在与 Claude 的对话中直接使用 MCP 工具:
网页搜索
智能搜索
研究
新闻搜索
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
麻省理工学院
致谢
该项目使用You.com API实现搜索功能。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.Last updated -31MIT License
- -securityFlicense-qualityAn MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.Last updated -70
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -124