io.github.sandeepkelvadi/marketing-skills-directory
Official7 toolsMarketing Skills Directory
Search, browse & read 340+ Claude Code marketing & SEO skills from any MCP client.
Search and read 340+ marketing and SEO skills from a browsable directory.
Captured live from the server via tools/list.
search_skills
Full-text (BM25) search over the skills directory. Returns ranked matches with slug, title, description, categories and price.
Parameters (2)
- querystringrequired
Search terms, e.g. "cold email sequence".
- limitinteger
get_skill
Return the full SKILL.md content for a skill by slug. Free skills return content; premium skills return a purchase URL unless a valid access code is supplied.
Parameters (2)
- slugstringrequired
Skill slug, e.g. "cold-email".
- codestring
Optional access code to unlock a premium skill.
list_skills
Browse the catalog, optionally filtered by category. Paginated.
Parameters (3)
- categorystring
Filter by category name (see list_categories).
- limitinteger
- offsetinteger
list_categories
List all skill categories with counts (the filter vocabulary for list_skills).
No parameters.
list_sets
List curated skill sets (bundles) with their skill slugs.
No parameters.
get_set
Return a skill set with full details for each contained skill.
Parameters (1)
- slugstringrequired
Set slug, e.g. "video-production-suite".
recommend_skill
Given a natural-language task, return the top 3 matching skills with the exact install command.
Parameters (1)
- taskstringrequired
What you want to do, e.g. "write a cold outreach email sequence".
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"marketing-skills-directory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://marketingskills.directory/wp-json/mkt/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.