
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@agentseo/mcp-server
Advanced tools
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop, Cursor, and other MCP clients.
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop, Cursor, and other MCP clients.
AgentSEO also exposes a hosted remote MCP endpoint:
https://www.agentseo.dev/mcp
Use a server-side API key with no allowed domains.
claude mcp add --transport http agentseo https://www.agentseo.dev/mcp \
--header "Authorization: Bearer sk_live_your_key" \
--header "x-project-id: client-alpha" \
--header "x-workflow-id: nightly-refresh"
{
"mcpServers": {
"agentseo": {
"url": "https://www.agentseo.dev/mcp",
"headers": {
"Authorization": "Bearer sk_live_your_key",
"x-project-id": "client-alpha",
"x-workflow-id": "nightly-refresh"
}
}
}
}
export AGENTSEO_API_KEY="sk_live_your_key"
For Claude Desktop, add this to claude_desktop_config.json.
For Cursor, add the same block in MCP settings:
{
"mcpServers": {
"agentseo": {
"command": "npx",
"args": ["-y", "@agentseo/mcp-server"],
"env": {
"AGENTSEO_API_KEY": "sk_live_your_key",
"AGENTSEO_API_URL": "https://www.agentseo.dev/api/v1",
"AGENTSEO_PROJECT_ID": "client-alpha",
"AGENTSEO_WORKFLOW_ID": "nightly-refresh"
}
}
}
}
After restart, ask Claude or Cursor:
Run agentseo_local_audit for example.com in New York, NY
AGENTSEO_API_KEY (required): Your workspace API key.AGENTSEO_API_URL (optional): Defaults to https://www.agentseo.dev/api/v1.
http://localhost:3000/api/v1.AGENTSEO_PROJECT_ID (optional): Default project attribution for all tool calls.AGENTSEO_WORKFLOW_ID (optional): Default workflow attribution for all tool calls.agentseo_searchagentseo_extractagentseo_analyze_serpagentseo_local_auditagentseo_content_gapagentseo_opportunities_findagentseo_opportunities_briefagentseo_content_refresh_briefagentseo_content_serp_outlineagentseo_content_briefagentseo_content_draft_qaagentseo_content_schema_planagentseo_content_internal_linksagentseo_content_title_metaagentseo_content_keyword_mapagentseo_content_technical_qaagentseo_content_action_planagentseo_site_sitemap_auditagentseo_serp_volatilityagentseo_page_cro_qaagentseo_ai_visibility_prompt_setagentseo_content_programmatic_templateagentseo_content_cannibalizationagentseo_content_competitor_gap_matrixagentseo_keyword_ideas_suggestagentseo_keyword_metrics_overviewagentseo_domain_ranked_keywordsagentseo_domain_relevant_pagesagentseo_domain_competitorsagentseo_domain_intersectionagentseo_domain_traffic_estimateagentseo_backlinks_summaryagentseo_backlinks_listagentseo_backlinks_anchorsagentseo_backlinks_referring_domainsagentseo_backlinks_domain_pagesagentseo_backlinks_competitorsagentseo_backlinks_new_lost_timeseriesagentseo_backlinks_page_intersectionagentseo_backlinks_opportunity_finderagentseo_page_intersectionagentseo_ai_overview_extractagentseo_local_visibility_trackagentseo_rank_trackagentseo_job_statusagentseo_ai_overview_extract also accepts an optional target_domain when you want Claude or another MCP client to check whether your site appears in the sampled candidate set for an AI Overview query.
agentseo_content_internal_links requires target_pages; pass 1-50 candidate internal pages from your sitemap, CMS, crawler, Search Console, or agentseo_site_sitemap_audit.
AGENTSEO_API_KEY="sk_live_your_key" npx -y @agentseo/mcp-server
If startup succeeds, you should see:
AgentSEO MCP Server running on stdio
FAQs
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop, Cursor, and other MCP clients.
The npm package @agentseo/mcp-server receives a total of 93 weekly downloads. As such, @agentseo/mcp-server popularity was classified as not popular.
We found that @agentseo/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.