OpenClaw
mcporter를 사용해 Ahrefs MCP 서버를 OpenClaw에 추가하려면 다음 단계를 따르세요.
- mcporter 설치
npm install -g mcporter. 또는 Gateway 대시보드의 스킬(Skills)에서 설치할 수도 있습니다. - Ahrefs MCP 서버 추가
mcporter config add ahrefs https://api.ahrefs.com/mcp/mcp. - Ahrefs에서 MCP 토큰을 생성하세요.
- Ahrefs 계정에서 API 키 보고서를 여세요: https://app.ahrefs.com/account/api-keys
- 새 MCP 키를 생성하세요.
- 토큰을 복사하세요.
- mcporter 설정에 MCP 토큰을 추가하세요. 다음을 실행하세요:
mcporter config list.mcporter설정 JSON 파일의 경로를 찾아 열어주세요.Authorization헤더에 Bearer 토큰으로 MCP 토큰을 추가하세요:
{
"mcpServers": {
"ahrefs": {
"baseUrl": "https://api.ahrefs.com/mcp/mcp",
"headers": {
"Authorization": "Bearer YOUR_AHREFS_MCP_TOKEN_HERE"
}
}
},
"imports": []
}
- 연결을 테스트하세요. 예:
mcporter call ahrefs.keywords-explorer-volume-history country=us keyword=seo. 설정이 올바르면 요청이 데이터를 반환합니다.