Skip to main content
Glama
jimbul

You.com MCP Server

by jimbul

You.com MCP 服务器

此 MCP(模型上下文协议)服务器为 AI 助手提供了使用 You.com API 搜索网页、获取新闻和进行研究的功能。欢迎反馈。

特征

  • 网页搜索:访问 You.com 的网页搜索功能

  • 智能搜索:人工智能答案,提供引文支持

  • 研究:针对学术疑问提供全面的、有引证依据的答案

  • 新闻搜索:任何主题的最新新闻文章

Related MCP server: Kagi MCP Server

先决条件

  • Node.js(v16 或更高版本)

  • npm 或 yarn

  • You.com API 密钥(从api.you.com获取)

安装

  1. 克隆此存储库:

    git clone https://github.com/jimbul/youcom-mcp.git
    cd youcom-mcp
  2. 安装依赖项:

    npm install
  3. 根据示例创建一个.env文件:

    cp .env.example .env
  4. 将您的 You.com API 密钥添加到.env文件:

    YOU_API_KEY=your_actual_api_key_here
  5. 构建项目:

    npm run build

本地运行(可选)

您可以在本地运行服务器进行测试:

npm start

与 Claude 一起设置

要将此 MCP 服务器与 Claude(Anthropic Assistant)一起使用,您需要配置 Claude 以使用此服务器:

  1. 在 VS Code 中打开 Claude 扩展设置:

    • 单击 VS Code 侧栏中的 Claude 图标

    • 点击设置图标 (⚙️) 并选择“MCP 设置”

  2. 将以下配置添加到mcpServers部分:

"youcom-mcp": {
  "autoApprove": [],
  "disabled": false,
  "command": "node",
  "args": [
    "/absolute/path/to/your/youcom-mcp/dist/index.js"
  ],
  "env": {
    "YOU_API_KEY": "your_actual_api_key_here"
  },
  "transportType": "stdio"
}

重要提示:

  • /absolute/path/to/your/youcom-mcp/dist/index.js替换为系统上的实际路径

  • your_actual_api_key_here替换为您的 You.com API 密钥

使用示例

配置完成后,您可以在与 Claude 的对话中直接使用 MCP 工具:

网页搜索

<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>web_search</tool_name>
<arguments>
{
  "query": "latest research on renewable energy"
}
</arguments>
</use_mcp_tool>

智能搜索

<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>smart_search</tool_name>
<arguments>
{
  "query": "how do quantum computers work",
  "instructions": "explain in simple terms"
}
</arguments>
</use_mcp_tool>

研究

<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>research</tool_name>
<arguments>
{
  "query": "effects of climate change on ocean ecosystems",
  "instructions": "focus on coral reefs"
}
</arguments>
</use_mcp_tool>

新闻搜索

<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>news_search</tool_name>
<arguments>
{
  "query": "latest developments in AI"
}
</arguments>
</use_mcp_tool>

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

麻省理工学院

致谢

该项目使用You.com API实现搜索功能。

Install Server
A
license - permissive license
D
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
    2
    476
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.
    6
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimbul/youdotcom_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server