erica-seoapp-mcp
v1.0.0
Published
MCP server for accessing SEO Leverage App tasks and projects
Downloads
91
Maintainers
Readme
erica-seoapp-mcp
MCP server for accessing SEO Leverage App tasks and projects.
Installation
npx -y erica-seoapp-mcpClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"erica-seoapp": {
"command": "npx",
"args": ["-y", "erica-seoapp-mcp"],
"env": {
"SEOAPP_DB_HOST": "your-mysql-host",
"SEOAPP_DB_PORT": "3306",
"SEOAPP_DB_USER": "your-username",
"SEOAPP_DB_PASSWORD": "your-password",
"SEOAPP_DB_NAME": "your-database"
}
}
}
}Tools Available
| Tool | Description |
|------|-------------|
| seoapp_get_website | Get website/project details by domain |
| seoapp_list_websites | List all websites in the system |
| seoapp_get_tasks | Get tasks for a website (with optional status filter) |
| seoapp_get_task_details | Get full task details including comments |
| seoapp_search_tasks | Search tasks by keyword |
| seoapp_get_task_stats | Get task statistics (counts by status/priority) |
Usage Examples
Once configured, ask Claude:
- "List all websites in the SEO app"
- "Get tasks for 90daykorean.com"
- "Show me in-progress tasks for example.com"
- "Get details for task #25651"
- "Search for tasks about 'canonical'"
- "What are the task stats for 90daykorean.com?"
