Model Context Protocol server for kwrds.ai keyword research and SEO tools.
サーバー設定
{
"mcpServers": {
"kwrds-ai": {
"command": "python3",
"args": [
"/path/to/this/project/run_server.py"
],
"env": {
"KWRDS_API_KEY": "your-api-key-here"
}
}
}
}