JUHE API Marketplace
getrupt avatar
MCP Server

ashra-mcp

Extract structured data from any website. Just prompt and get JSON.

38
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "ashra",
3 "command": "node",
4 "args": [
5 "/build/index.js"
6 ],
7 "env": {
8 "ASHRA_API_KEY": ""
9 }
10}
JSON10 lines

README Documentation

Ashra MCP

A Model Context Protocol server for Ashra.

Usage

Install dependencies:

yarn

Build the project:

yarn build

Claude Configuration

Download the latest version of Claude.

Add to or create the following file claude_desktop_config.json in cd ~/Library/Application\ Support/Claude:

{
  "mcpServers": {
    "ashra": {
      "command": "node",
      // OR if you're using nvm and the version picked is not preferred/working
      // "command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",
      "args": ["<path/to/ashra-mcp>/build/index.js"],
      "env": {
        "ASHRA_API_KEY": "<YOUR-API-KEY>"
      }
    }
  }
}

Troubleshooting

Consult the MCP server documentation for more information.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source