seo backlinks for VS Code
io.github.mouhabmzibra-rgb/seo-backlinks
Backlinks, Domain Rating & expired-domain drops via seo-backlinks.net (Common Crawl)
client:VS Code
transport:stdio
runtime:npm
Install seo backlinks in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "seo-backlinks-api-key",
"description": "SEO_BACKLINKS_API_KEY",
"password": true
}
],
"servers": {
"seo-backlinks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seo-backlinks-mcp"
],
"env": {
"SEO_BACKLINKS_API_KEY": "${input:seo-backlinks-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs