claw-factory/truss-seo-mcp
SEO Command Center MCP — keyword research, site audits, content briefs, schema markup, SERP previews
Platform-specific configuration:
{
"mcpServers": {
"truss-seo-mcp": {
"command": "npx",
"args": [
"-y",
"truss-seo-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/truss-seo-mcp) [](https://opensource.org/licenses/MIT)
SEO Command Center for AI agents. Keyword research, site audits, content optimization, schema markup, SERP previews, and competitor analysis — all from your AI agent.
This MCP server gives Claude Code (or any MCP-compatible agent) full SEO analysis capabilities. No external API keys needed for basic analysis — page scoring, keyword density, and meta tag generation all run locally. Add an AI key for enhanced content briefs and competitor strategy insights.
Run with npx (no install needed):
npx -y truss-seo-mcpAdd to your claude_desktop_config.json or .claude/settings.json:
{
"mcpServers": {
"seo": {
"command": "npx",
"args": ["-y", "truss-seo-mcp"]
}
}
}Add to your Cursor MCP settings:
{
"mcpServers": {
"seo": {
"command": "npx",
"args": ["-y", "truss-seo-mcp"]
}
}
}---
npm install -g truss-seo-mcpAdd to your ~/.claude/settings.json or claude_desktop_config.json:
{
"mcpServers": {
"seo": {
"command": "truss-seo",
"env": {
"TRUSS_LICENSE_KEY": "truss_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"ANTHROPIC_API_KEY": "sk-ant-xxx (optional, for AI features)",
"OPENAI_API_KEY": "sk-xxx (optional, for AI features)"
}
}
}
}| Tool | Description | |------|-------------| | seo_status | Check server status, license, and available features | | analyze_page | Analyze on-page SEO for any URL (score 0-100, issues, suggestions) | | check_keywords | Analyze text for keyword density and readability | | generate_meta | Generate
Loading reviews...