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.
Recommend MCP Servers 💡
wavespeed-mcp
A Model Control Protocol (MCP) server for WaveSpeed AI, providing a standardized interface for image and video generation capabilities.
rijksmuseum
Rijksmuseum MCP integration for artwork exploration and analysis
substrate-mcp-rs
A Model Context Protocol (MCP) server for Substrate blockchains, written in Rust and interfacing the subxt crate.
@burtthecoder/mcp-shodan
MCP server for querying the Shodan API
metabase-mcp-server
Integrates Metabase API with LLMs via MCP, acting as a bridge between analytics data and conversational AI.
pearl-mcp-server
A Model Context Protocol (MCP) server implementation that exposes Pearl's AI and Expert services through a standardized interface.