SEO MCP Server
Enables SEO page generation with competitor research and Schema.org structured data. Provides tools to search competitors for a keyword and generate high-quality SEO content with FAQPage schema.
README
SEO MCP Server
一个用于生成高质量 SEO 页面内容的 MCP Server,支持竞争对手研究和 Schema.org 结构化数据。
安装
npm install @euniii/seo-mcp-server
功能说明
1. searchCompetitors 工具 - 竞争对手研究
搜索关键词的前 10 名竞争对手页面,获取他们的标题、摘要和链接。
- 输入: keyword(字符串,SEO 关键词)
- 输出: 包含前 10 名竞争对手的数组,每个对象包含 rank, title, snippet, url
2. generateSeoPage 工具 - 生成 SEO 页面
生成高质量 SEO 页面内容,包含完整的 Schema.org 结构化数据(FAQPage)。
- 输入: keyword(字符串,SEO 关键词)
- 输出: JSON 格式,包含:
title: 页面标题description: Meta 描述markdownContent: Markdown 格式的正文内容schemaData: Schema.org 结构化数据(JSON-LD 格式,FAQPage 类型)
配置
Serper.dev API Key (可选)
如果你想使用 searchCompetitors 工具:
- 复制
.env.example为.env - 访问 https://serper.dev/ 注册并获取 API Key(免费额度 2500 次/月)
- 在
.env文件中填入你的 API Key:
SERPER_API_KEY=your_serper_api_key_here
使用示例
在 Trae/Claude 中,你可以这样使用:
帮我写一个关于 "React Hooks" 的 SEO 页面。
先调用 searchCompetitors 看看竞争对手都是怎么写的,
然后基于他们的内容生成一个更全面、覆盖维度更多的页面。
Links
- 📦 npm: https://www.npmjs.com/package/@euniii/seo-mcp-server
- 📁 GitHub: https://github.com/xxxeuniii/SEO_MCP
- 🔍 Serper.dev: https://serper.dev/
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.