@seoforgpt/mcp
v2.0.9
Published
SEOforGPT MCP server for brand visibility workflows
Readme
SEOforGPT MCP
Use SEOforGPT inside Claude Desktop, Claude Code, or Cursor as tools.
Track where your brand appears in AI answers, analyze competitors, check website readiness, and generate content using natural language prompts.
What you can do
Get a visibility brief
Run a visibility check and get the most important insights instead of raw data.
Understand competitors
See which brands are being recommended, which prompts you are missing, and which sources appear most often.
Generate full content from findings
Generate full structured content from your visibility data, optimized to be cited by AI systems.
Check website readiness
Audit how prepared your site is for AI search and get a prioritized list of fixes.
Run custom tests
Test a different brand or prompt set directly from your assistant.
Quick start
Create an API key at seoforgpt.io (Settings > API keys)
Add to Claude config:
{
"mcpServers": {
"seoforgpt": {
"command": "npx",
"args": ["-y", "@seoforgpt/mcp"],
"env": {
"SEOFORGPT_API_KEY": "sgpt_your_key_here"
}
}
}
}Common locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- Or use with Cursor:
{
"mcpServers": {
"seoforgpt": {
"command": "npx",
"args": ["-y", "@seoforgpt/mcp"],
"env": {
"SEOFORGPT_API_KEY": "sgpt_your_key_here"
}
}
}
}Place in .cursor/mcp.json or Cursor MCP settings.
Restart Claude or Cursor after adding the config.
Example prompts
Use natural language. The assistant will call the right tools.
- "Use SEOforGPT. List my projects and run a visibility check."
- "Show me which competitors are being recommended instead of me."
- "Generate a full blog post based on my biggest visibility gap."
- "Check my website readiness and give me the top fixes."
Features
- Track AI visibility across ChatGPT, Claude, and Perplexity
- Identify competitors appearing in AI answers
- Analyze citation sources used by AI systems
- Generate full content based on visibility gaps
- Run website AI readiness audits
Authentication
Create an API key in SEOforGPT and pass it as:
SEOFORGPT_API_KEY
Available tools
list_projects — List available projects in your account
run_visibility — Run a visibility check using saved prompts
get_visibility_report — Get the full visibility report
get_competitor_intelligence — Focus on competitors, gaps, and sources
check_website_readiness — Run AI readiness audit
generate_content — Generate full content based on project data
Notes
- Restart Claude or Cursor after setup
- If no projects appear, check your API key
- This uses your existing SEOforGPT account, quotas, and projects
Full documentation: seoforgpt.io/docs/mcp
