★ 0 stars
Python
🤖 AI/LLM
Updated today
Asset-Aware MCP Server — AI Agent precisely accesses tables, figures, sections from PDFs + .docx round-trip editing (DFM) with 46 tools / 13 resources, segmentation export, layout overlay, OCR preprocessing, knowledge graph (LightRAG)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"asset-aware-mcp": {
"command": "uvx",
"args": [
"asset-aware-mcp"
]
}
}
}
Run in terminal:
claude mcp add asset-aware-mcp uvx asset-aware-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"asset-aware-mcp": {
"command": "uvx",
"args": [
"asset-aware-mcp"
]
}
}
}
Or install with pip: pip install asset-aware-mcp
Topics
aidocument-processingdocxetlfastmcpknowledge-graphlayout-analysislightragllmmcpmcp-servermedicalocrpdfpython