Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StructureAI MCP ServerExtract the line items and total from this invoice text"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
StructureAI MCP Server
Extract structured JSON from unstructured text. Works with any MCP-compatible client (Claude Desktop, Cursor, etc).
Supported Schemas
receipt— items, totals, dates, merchant infoinvoice— line items, amounts, due dates, partiesemail— sender, recipients, subject, body, datesresume— name, experience, education, skillscontact— name, email, phone, address, socialcustom— define your own fields
Install
npm install -g @avatrix/structureai-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"structureai": {
"command": "structureai-mcp"
}
}
}From source
git clone https://github.com/avatrix1/structureai-mcp.git
cd structureai-mcp
npm install && npm run build
node dist/index.jsUsage
The server exposes one tool: extract_structured_data
Parameters:
text(required) — The unstructured text to extract fromschema(required) — One of: receipt, invoice, email, resume, contact, customcustom_fields(optional) — Array of field names when using "custom" schemaapi_key(optional) — Your API key for higher limits
Pricing
Free tier: 10 requests, no key needed
Paid: $2 for 500 requests — get a key at https://api-service-wine.vercel.app
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.