MCP.so
Sign In

Data MCP Server

@NexusX-MCP

About Data MCP Server

No overview available yet

Basic information

Category

Data & Analytics

License

ISC license

Runtime

node

Transports

stdio

Publisher

NexusX-MCP

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "data-mcp-server": {
      "command": "npx",
      "args": [
        "data-mcp",
        "<YOUR-DATA-API-KEY>"
      ]
    }
  }
}

Tools

10

Extract formatted (markdown, screenshot etc) content from any webpage

Navigate through multiple linked pages and extract LLM-friendly formatted content

Convert messy HTML into structured JSON

Query the web and get results with Bing search

Fast, lightweight browser automation with the Browser Use agent

General-purpose automation using OpenAI's CUA model

Complex browser tasks using Claude computer use

Creates a new persistent Data profile.

Deletes an existing persistent Data profile.

Lists existing persistent Data profiles.

Overview

What is Data MCP Server?

Data MCP Server is a Model Context Protocol (MCP) server that provides tools to scrape, extract structured data, and crawl webpages. It also gives access to general-purpose browser agents like OpenAI’s CUA, Anthropic’s Claude Computer Use, and Browser Use. It is built for developers using MCP clients such as Claude Desktop, Cursor, Windsurf, and Smithery.

How to use Data MCP Server?

Run npx data-mcp <YOUR-DATA-API-KEY> or configure it in your MCP client’s settings with the command npx -y data-mcp and the environment variable DATA_API_KEY. For development, clone the repo, run npm install && npm run build, then start with node dist/server.js.

Key features of Data MCP Server

  • Scrape webpage content as markdown or screenshots.
  • Crawl multiple linked pages for LLM-friendly output.
  • Extract structured JSON from messy HTML.
  • Search the web via Bing.
  • Automate browsers with Browser Use, OpenAI CUA, or Claude Computer Use.
  • Create, delete, and list persistent Data profiles.

Use cases of Data MCP Server

  • Convert a web article into clean markdown for an LLM.
  • Extract product listings from an e‑commerce site as structured JSON.
  • Automate repetitive browser tasks like form filling or data entry.
  • Gather search results combined with page content for research.
  • Persist browser sessions across tasks with Data profiles.

FAQ from Data MCP Server

What is required to use Data MCP Server?

You need a Data API key, which must be provided via the DATA_API_KEY environment variable or as a command-line argument.

How do I install Data MCP Server?

Install it by running npx data-mcp with your API key, or add the npx command to your MCP client’s configuration (Claude Desktop, Cursor, Windsurf, Smithery). For development, clone the repository and build from source.

How do I configure Data MCP Server for Cursor or Windsurf?

Add a JSON entry to ~/.cursor/mcp.json (Cursor) or ./codeium/windsurf/model_config.json (Windsurf) with command: "npx", args: ["-y", "data-mcp"], and the DATA_API_KEY in the env object.

Can I run Data MCP Server from source?

Yes. Clone the repository, run npm install && npm run build, then execute node dist/server.js. This is intended for development purposes.

What tools does Data MCP Server include?

It includes tools for scraping (scrape_webpage), crawling (crawl_webpages), structured extraction (extract_structured_data), search (search_with_bing), and three browser agents (browser_use_agent, openai_computer_use_agent, claude_computer_use_agent), plus profile management tools.

Comments

More Data & Analytics MCP servers