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.
Ashra Structured Data Extractor MCP
Project Details
- getrupt/ashra-mcp
- Last Updated: 4/20/2025
Categories
Recomended MCP Servers
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
Implementation of Model Context Protocol server for Mailgun APIs
A Model Context Protocol (MCP) for Jupyter Notebook
🔗 Model Context Protocol (MCP) Server for retrieving saved articles from Pocket API and loading them into Claude
Model Context Protocol Servers for Azure AI Search
MCP server for training Linear Regression Model.
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test...
A Model Context Protocol server for Google Workspace integration (Gmail and Calendar)
DBT CLI MCP Server
MCP Server for Trino developed via MCP Python SDK
MCP Server integration for Bear note app
This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries,...





