Stats
Actions
Tags
From hai-qa-via-cli
Local MCP server for extracting data from files, part of the hai-agents-demos project. Uses uv to run and reads configuration from a .env file.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hai-agents-demos-extract-anything": {
"command": "uv",
"args": [
"run",
"--env-file",
".env",
"hai-agents-demos-extract-anything"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub hcompai/computer-use-agents-demos --plugin hai-agents