A Model Context Protocol server for Ashra. Install dependencies: Build the project: Download the latest version of Claude. Add to or create the following file claudedesktopconfig.json in cd ~/Library/Application\ Support/Claude: Consult the MCP server documentation for more information.
Add this skill
npx mdskills install getrupt/ashra-mcpProvides basic setup instructions but lacks tool descriptions and capability documentation
1# Ashra MCP23A Model Context Protocol server for Ashra.45## Usage67Install dependencies:89`yarn`1011Build the project:1213`yarn build`1415## Claude Configuration1617Download the latest version of [Claude](https://claude.ai/download).1819Add to or create the following file `claude_desktop_config.json` in `cd ~/Library/Application\ Support/Claude`:2021```json22{23 "mcpServers": {24 "ashra": {25 "command": "node",26 // OR if you're using nvm and the version picked is not preferred/working27 // "command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",28 "args": ["<path/to/ashra-mcp>/build/index.js"],29 "env": {30 "ASHRA_API_KEY": "<YOUR-API-KEY>"31 }32 }33 }34}35```3637## Troubleshooting3839Consult the [MCP server documentation](https://modelcontextprotocol.io/quickstart/server) for more information.40
Full transparency — inspect the skill content before installing.