Ashra MCP is a TypeScript-based Model Context Protocol server that enables seamless integration between Claude AI assistant and Ashra's AI capabilities. This integration allows Claude users to leverage Ashra's specialized AI features directly within their Claude interface, enhancing the assistant's functionality and providing access to Ashra's unique AI services.
Ashra MCP provides a bridge between Claude AI assistant and Ashra's AI platform through the Model Context Protocol (MCP). This integration enables Claude users to access and utilize Ashra's specialized AI capabilities directly from their Claude interface.
Clone the repository:
git clone https://github.com/getrupt/ashra-mcp.git
cd ashra-mcp
Install dependencies:
yarn
Build the project:
yarn build
To integrate Ashra MCP with Claude:
Download the latest version of Claude from claude.ai/download
Create or modify the Claude desktop configuration file:
~/Library/Application Support/Claude/
claude_desktop_config.json
{
"mcpServers": {
"ashra": {
"command": "node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
Replace <path/to/ashra-mcp>
with the actual path to your cloned repository and <YOUR-API-KEY>
with your Ashra API key.
Note: If you're using nvm and the default Node.js version isn't working, you can specify the full path to your preferred Node.js version:
"command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",
Once configured, you can access Ashra's capabilities directly through Claude. The MCP server handles the communication between Claude and Ashra's API, allowing you to use Ashra's specialized AI features within your Claude conversations.
If you encounter issues with the integration:
For more information about Ashra's capabilities, visit ashra.ai.