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 💡
@excoriate/mcp-terragrunt-docs
MCP Server built with Deno/TypeScript to provide contextual information about Terragrunt documentation and GitHub issues.
fabric-mcp-server
An MCP server integrating Fabric patterns with AI coding agents/assistants, exposing them as tools for AI-driven task execution
mcp-naver
A server implementation for Naver OpenAPI using the Model Context Protocol (MCP), providing tools to interact with various Naver services like search, shopping, and more.
@felores/airtable-mcp-server
A Model Context Protocol server that provides tools for interacting with Airtable's API, enabling programmatic management of bases, tables, fields, and records through MCP clients like Claude Desktop.
mcp-file-navigator
A secure MCP server enabling AI assistants to perform file system operations (list, read, write, delete files) with path validation and dynamic storage location management, supporting Git commands.
apple-notes-mcp
Read your Apple Notes with Claude Model Context Protocol