アプリSEO AI
Google 広告キーワード プランナーとの統合による SEO 自動化と AI を活用した最適化のためのアプリケーション。
特徴
- Google Ads API を使用したキーワード調査
- SERP分析
- 競合分析
- SEOの推奨事項
- AIアシスタント向けMCP(モデルコンテキストプロトコル)統合
前提条件
- Node.js (v14以上)
- npmまたはyarn
- API アクセス権を持つ Google 広告アカウント
- Google Ads API が有効になっている Google Cloud Platform プロジェクト
設定
1. リポジトリをクローンする
2. 依存関係をインストールする
3. 環境変数を設定する
サンプル環境ファイルをコピーします。
.env
ファイルを編集し、Google Ads API の認証情報を入力します。
4. Google Ads APIのリフレッシュトークンを取得する
リフレッシュ トークンを取得するには、次のコマンドを実行します。
ブラウザが開き、OAuth2認証プロセスが案内されます。リフレッシュトークンは自動的に.env
ファイルに保存されます。
5. サーバーを起動する
開発の場合:
生産の場合:
サーバーは、 .env
ファイルで指定されたポート (デフォルト: 3000) で起動します。
APIドキュメント
サーバーが実行中の場合、API ドキュメントは/api-docs
で利用できます。
MCP統合
このプロジェクトにはMCP(モデルコンテキストプロトコル)統合が含まれており、AIアシスタントがAPIを利用できるようになります。MCPの設定はmcp.json
ファイルにあります。
Smithery でこれを使用するには:
- 鍛冶屋に行く
- 新しいMCPサーバーを作成する
app-seo-ai
リポジトリを選択する- サーバー設定を構成する
- サーバーを展開する
利用可能なMCPツール
research_keywords
- 特定のトピックまたはシードキーワードに関連するキーワードを検索しますanalyze_serp
- 指定されたクエリの SERP (検索エンジン結果ページ) を分析するanalyze_competitors
- 特定のキーワードまたはドメインの競合他社を分析する_health
- ヘルスチェックエンドポイント
使用例
研究キーワード
SERPを分析する
競合他社を分析する
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Google Ads API 統合により、AI アシスタントがキーワード調査、SERP 分析、競合他社分析などの SEO 自動化タスクを実行できるようにする MCP サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.Last updated -33152TypeScript
- AsecurityAlicenseAqualityA headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.Last updated -24TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated -42Python
- -securityFlicense-qualityAn MCP server that integrates real-time web search capabilities into AI assistants using the Exa API, providing both basic and advanced search functionality with formatted markdown results.Last updated -119Python