MCP Server
io.github.eugenregehr/octoboost MCP Server
io.github.eugenregehr/octoboost
What is the io.github.eugenregehr/octoboost MCP server?
Analyze multiple URLs with categorized SEO / GEO checks and scored results.
How to install io.github.eugenregehr/octoboost
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
OCTOBOOST_API_KEYrequiredsecretYour OctoBoost API key for authenticating requests to the SEO API
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"octoboost": {
"command": "npx",
"args": [
"-y",
"octoboost-mcp-server"
],
"env": {
"OCTOBOOST_API_KEY": "<YOUR_OCTOBOOST_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"octoboost": {
"command": "npx",
"args": [
"-y",
"octoboost-mcp-server"
],
"env": {
"OCTOBOOST_API_KEY": "<YOUR_OCTOBOOST_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"octoboost": {
"command": "npx",
"args": [
"-y",
"octoboost-mcp-server"
],
"env": {
"OCTOBOOST_API_KEY": "<YOUR_OCTOBOOST_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"octoboost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"octoboost-mcp-server"
],
"env": {
"OCTOBOOST_API_KEY": "<YOUR_OCTOBOOST_API_KEY>"
}
}
}
}Claude Code
claude mcp add octoboost --env OCTOBOOST_API_KEY=<YOUR_OCTOBOOST_API_KEY> -- npx -y octoboost-mcp-serverRelated MCP servers
Analyze multiple URLs with categorized SEO / GEO checks and scored results.
View repository →