Community MCP Server: getrupt/ashra-mcp
A Model Context Protocol server for Ashra.
Install dependencies:
yarn
Build the project:
yarn build
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
// "co...