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/\u003cuser\u003e/.nvm/versions/node/\u003cversion\u003e/bin/node",\
"args": ["\u003cpath/to/ashra-mcp\u003e/build/index.js"],\
"env": {\
"ASHRA_API_KEY": "\u003cYOUR-API-KEY\u003e"\
}\
}\
}\
}\\
Troubleshooting\
\ Consult the MCP server documentation for more information.
