🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

content-optimizer-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-optimizer-mcp

MCP server for content optimization — score content, analyze keywords, check readability, and get SEO recommendations.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
32
Maintainers
1
Weekly downloads
 
Created
Source

Content Optimizer MCP Server

MCP server for content optimization — score content, analyze keywords, check readability, and get SEO recommendations.

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "content-optimizer": {
      "command": "npx",
      "args": ["-y", "content-optimizer-mcp"]
    }
  }
}

Cursor

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "content-optimizer": {
      "command": "npx",
      "args": ["-y", "content-optimizer-mcp"]
    }
  }
}

Build from Source

cd mcp-server
npm install
npm run build

Then point your MCP client to node ./mcp-server/dist/index.js.

Tools

ToolDescription
score_contentScore content against a keyword across 7 SEO categories (0-100)
analyze_keywordAnalyze simulated SERP data for a keyword — top 10 results with word counts, headings, topics
get_content_recommendationsGet prioritized improvement recommendations for content
check_readabilityAnalyze readability — Flesch-Kincaid score, grade level, sentence length, reading time
find_missing_topicsFind topics from SERP competitors missing in your content
optimize_headingsAnalyze heading structure and suggest improvements

Scoring Categories

CategoryMax PointsWhat It Measures
Word Count15Content length vs target and SERP average
Keyword Usage20Density, placement in first paragraph, headings
Heading Structure15H1/H2/H3 hierarchy, count, keyword inclusion
Readability15Flesch-Kincaid score, grade level
Entity Coverage15Topic coverage vs SERP competitors
Content Depth10Paragraphs, lists, statistics, data points
Internal Structure10Introduction, conclusion, logical flow

Total: 100 points

License

MIT

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts