Dataeyes Server
БесплатноНе проверенProvides web search and page reading capabilities through the DataEyes API.
Описание
Provides web search and page reading capabilities through the DataEyes API.
README
An MCP server that provides web search and page reading capabilities through the DataEyes API.
Tools
- search — Search the web and get structured results.
- read — Fetch a web page and extract its content.
Getting Your API Key
Register at shuyanai.com (中国站) or dataeyes.ai (Global) to obtain your API key.
Usage
stdio
For local MCP clients (Cursor, Claude Desktop, etc.) using uvx:
Global
{
"mcpServers": {
"dataeyes": {
"command": "uvx",
"args": ["dataeyes-mcp-server"],
"env": {
"DATAEYES_API_KEY": "your-api-key"
}
}
}
}
中国站
{
"mcpServers": {
"dataeyes": {
"command": "uvx",
"args": ["dataeyes-mcp-server"],
"env": {
"DATAEYES_API_KEY": "your-api-key",
"DATAEYES_API_BASE_URL": "https://api.shuyanai.com"
}
}
}
}
| Environment Variable | Default | Description |
|---|---|---|
DATAEYES_API_KEY |
— | API key (required) |
DATAEYES_API_BASE_URL |
https://api.dataeyes.ai |
API base URL |
Streamable HTTP
No installation required. Connect directly to the hosted MCP endpoint:
Global
{
"mcpServers": {
"dataeyes": {
"url": "https://mcp.dataeyes.ai/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
中国站
{
"mcpServers": {
"dataeyes": {
"url": "https://mcp.shuyanai.com/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
License
This project is licensed under the MIT License.
Установка Dataeyes Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dataeyesai/dataeyes-mcp-serverFAQ
Dataeyes Server MCP бесплатный?
Да, Dataeyes Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dataeyes Server?
Нет, Dataeyes Server работает без API-ключей и переменных окружения.
Dataeyes Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Dataeyes Server в Claude Desktop, Claude Code или Cursor?
Открой Dataeyes Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Dataeyes Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
