// README.md - Instructions for setup and use
SEO Inspector & Schema Validator MCP
A Model Context Protocol (MCP) server for Cursor that analyzes web pages for SEO issues and validates structured data schemas.
Features
- Analyze HTML files in a codebase for SEO issues
- Validate JSON-LD structured data
- Get recommendations to improve SEO
- No browser extension required - works directly with your codebase
Installation
Clone this repository:
git clone https://github.com/yourusername/seo-inspector-mcp.git cd seo-inspector-mcpInstall dependencies:
npm installConfigure Cursor to use this MCP server:
- Go to Settings > Features > MCP in Cursor
- Add a new MCP server with:
- Name: SEO Inspector
- Type: sse
- URL: http://localhost:8767/sse
Usage
Start the MCP server:
./run-mcp.shIn Cursor, you can now use the SEO Inspector tools:
seo.analyze-codebase- Analyze HTML files in a directoryseo.analyze-html- Analyze a specific HTML string
Prioritized SEO Components
The tool checks for these key SEO elements (in order of importance):
Critical
- Page Title
- Meta Description
- H1 Heading
- Canonical URL
Important
- Heading Structure (H2-H6)
- Image Alt Text
- Structured Data (JSON-LD)
- Robots Directives
Recommended
- Open Graph Tags
- Twitter Cards
- Internal Linking
- URL Structure
- Mobile Friendliness
Schema Validation
The tool validates the following schema types:
- Organization
- LocalBusiness
- Product
- Article
- WebPage
- FAQPage
- Event
- Recipe
- Review
License
MIT
SEO Inspector
Project Details
- mgsrevolver/seo-inspector-mcp
- Last Updated: 3/7/2025
Recomended MCP Servers
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
MCP server that fetches GitHub Pull Request comments
获取当前环境的 mcp
A nomad MCP Server (modelcontextprotocol)
MCP server generated from prompt: make an mcp server for finding dog shelters in san francisco...
MCP server to cache codebase as graph
Demo MCP tool to capture URL screenshot.
Demostrate simple mcp server with typescript.
A self-hostable sandbox for Agents to execute commands, browse web pages and operate iOS/Android.





