공식stdioTypeScript검색·웹
AgentQL
GraphQL스러운 웹 데이터 추출.
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y @agentql/mcp
클라이언트 설정
Claude Desktop의 claude_desktop_config.json에 그대로 붙여 넣으세요.
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": ["-y", "@agentql/mcp"],
"env": { "AGENTQL_API_KEY": "..." }
}
}
}