Skip to content

akdenizemirhan/RankUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RankUp

All-in-one SEO toolkit for AI agents

The most comprehensive SEO MCP server for Claude, Cursor, Windsurf, and other AI assistants.
26 tools for keyword research, content writing, SERP analysis, and multi-platform publishing.

npm version npm downloads License: MIT Tools MCP

Website · npm · Issues


Why RankUp?

Most SEO tools are built for humans clicking through dashboards. RankUp is built for AI agents. It gives your AI assistant direct access to keyword data, SERP analysis, content generation, and publishing — all through a single MCP server.

  • One command setupnpx rankup setup and you're ready
  • Works everywhere — Claude Code, Claude Desktop, Cursor, Windsurf, any MCP client
  • Full pipeline — Research → Write → Optimize → Publish, all in one session
  • No browser needed — Your AI agent handles everything
  • 100% free — All 26 tools available at no cost

Quick Start

1. Get your API key

Sign up at rankup.tools — completely free.

2. Install & configure

npx rankup setup

3. Add to your AI client

Claude Code
claude mcp add rankup -- npx -y rankup
Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "rankup": {
      "command": "npx",
      "args": ["-y", "rankup"]
    }
  }
}
Cursor / Windsurf

Add to MCP server settings:

{
  "mcpServers": {
    "rankup": {
      "command": "npx",
      "args": ["-y", "rankup"]
    }
  }
}

4. Configure integrations (optional)

npx rankup secrets

Set up image generation (fal.ai), WordPress, Ghost, or webhook integrations through an interactive wizard.


Tools

SEO Research

Tool Description
keyword_research Keywords with SERP analysis, related searches, People Also Ask
serp_tracker Track domain rankings for any keyword
page_speed PageSpeed Insights performance metrics
on_page_seo On-page SEO audit — title, meta, headings, images
site_crawl Crawl site structure following internal links

Strategy & Planning

Tool Description
seo_strategy Comprehensive SEO strategies with action items
topical_map Topic clusters for topical authority
content_calendar Content schedules with prioritized keywords

Content Creation

Tool Description
content_brief Detailed briefs with outline and competitor analysis
content_write Full SEO-optimized articles with SERP research
image_prompt AI image prompts — hero, section, diagram
generate_image Image generation with FLUX Schnell via fal.ai

Content Optimization

Tool Description
quality_check Pre-publish QA — SEO, grammar, content quality scoring
geo_optimize Optimize for AI search engines (ChatGPT, Perplexity, SGE)
internal_links Internal linking opportunities with anchor text suggestions
schema_generate JSON-LD schema markup (Article, FAQ, HowTo, Product)

Publishing

Tool Description
save_content Save content to session for later use
publish_content Publish to all configured platforms at once
publish_wordpress Direct WordPress publishing via REST API
publish_ghost Direct Ghost publishing via Admin API
send_webhook Send to Make, n8n, Zapier, Slack

Session Management

Tool Description
full_pipeline Complete content workflow guide
get_session View current session state
clear_session Clear all session data
list_content List all saved content
load_content Load specific content by ID

CLI

Command Description
npx rankup Start MCP server
npx rankup setup Setup wizard
npx rankup secrets Configure API keys & integrations
npx rankup test Test connection & view usage
npx rankup session View current session
npx rankup clear Clear session or config data
npx rankup update Update to latest version

Pricing

RankUp is completely free. All 26 tools, unlimited access, no credit card required.

RankUp your SEO at rankup.tools


License

MIT

About

All-in-one SEO toolkit for AI agents. 26 MCP tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors