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 💡
MarkusPfundstein/mcp-obsidian
MCP server that interacts with Obsidian via the Obsidian rest API community plugin
@effytech/freshdesk_mcp
An MCP server implementation that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
bugsnag-mcp-server
A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.
CristianCiubancan/sequentialthinking
An MCP server that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
webscraping-ai-mcp
A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
ourongxing/newsnow-mcp-server
Official MCP Server for NewsNow with 40+ news sources.