seo-toolkit-mcp logo

seo-toolkit-mcp

gmoneyn/seo-toolkit-mcp
0 starsUpdated 2026-02-27Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

SEO toolkit MCP server for analyzing meta tags, robots.txt, sitemaps, keyword density, readability, and heading structure from any AI assistant that supports MCP.

README.md

seo-toolkit-mcp

SEO toolkit as an MCP server. Analyze meta tags, robots.txt, sitemaps, keyword density, readability, and heading structure from any AI assistant that supports MCP.

Install

Add to your MCP client config (Claude, Cursor, etc.):

{
  "mcpServers": {
    "seo-toolkit-mcp": {
      "command": "npx",
      "args": ["-y", "seo-toolkit-mcp"]
    }
  }
}

Tools

| Tool | Description | |------|-------------| | meta_tags | Analyze a page's SEO meta tags (title, description, OG, Twitter, canonical) | | robots_txt | Parse robots.txt rules, sitemaps, and crawl directives | | sitemap_check | Validate sitemap.xml format, URL count, and common issues | | keyword_density | Keyword frequency analysis with single words, bigrams, and trigrams | | readability | Flesch-Kincaid readability scoring with actionable tips | | heading_structure | Heading hierarchy (H1-H6) analysis with structure validation |

Example Prompts

  • "Analyze the meta tags on https://example.com"
  • "Check the robots.txt for example.com"
  • "Validate the sitemap at https://example.com/sitemap.xml"
  • "What's the keyword density of this text for 'machine learning'?"
  • "Score this blog post for readability"
  • "Check the heading structure of https://example.com/blog/post"

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.