Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dataeyes

FreeNot checked

MCP server for DataEyes web search and reader API

GitHubEmbed

About

MCP server for DataEyes web search and reader API

README

PyPI version License

中文版说明

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.

from github.com/dataeyesai/dataeyes-mcp-server

Installing Dataeyes

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dataeyesai/dataeyes-mcp-server

FAQ

Is Dataeyes MCP free?

Yes, Dataeyes MCP is free — one-click install via Unyly at no cost.

Does Dataeyes need an API key?

No, Dataeyes runs without API keys or environment variables.

Is Dataeyes hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Dataeyes in Claude Desktop, Claude Code or Cursor?

Open Dataeyes on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Dataeyes with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs