Skip to main content
Glama

Ashra Structured Data Extractor MCP

by getrupt
README.md831 B
# 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](https://claude.ai/download). Add to or create the following file `claude_desktop_config.json` in `cd ~/Library/Application\ Support/Claude`: ```json { "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](https://modelcontextprotocol.io/quickstart/server) for more information.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getrupt/ashra-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server