Loading languages...
AS

ashra-mcp

@getrupt54

A Model Context Protocol server for Ashra

Ashra
MCP Server

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.

# mcpServer Config

{
  "mcpServers": {
    "ashra": {
      "command": "node",
      "args": [
        "<path/to/ashra-mcp>/build/index.js"
      ],
      "env": {
        "ASHRA_API_KEY": "<YOUR-API-KEY>"
      }
    }
  }
}

# stdio

node <path/to/ashra-mcp>/build/index.js
Transport:
stdio
Language:
TypeScript
Created: 3/20/2025
Updated: 2/2/2026