screpy-seo-mcp
OfficialEnables GitHub Copilot via VS Code to connect to a Screpy SEO MCP server for accessing technical SEO audits, crawl data, Quick Wins, page issues, Core Web Vitals, uptime, and account usage.
SEO MCP
Screpy SEO MCP is a hosted SEO MCP server that connects AI assistants to your Screpy projects through the Model Context Protocol (MCP). It gives your AI client structured access to technical SEO audits, crawl data, Quick Wins, page issues, Core Web Vitals, uptime, and account usage—without copying data between tools or managing a local server.
This is the official integration and documentation repository for the hosted Screpy SEO MCP service. It does not contain the Screpy MCP server source code.
Install Screpy SEO MCP in 60 Seconds
1. Add the remote SEO MCP server
Create a remote HTTP MCP connection in your AI client:
https://mcp.screpy.comName the connection Screpy. Do not add an API key, bearer token, or custom authorization header.
2. Sign in with Screpy OAuth
Your AI client opens a browser window. Sign in to the correct Screpy account and approve access.
3. Verify your SEO MCP connection
Open a new conversation and ask:
List my Screpy projects.If the expected projects appear, Screpy SEO MCP is ready.
Related MCP server: seo-mcp
SEO MCP Client Support
Screpy runs as a remote HTTP MCP server, so you do not need Node.js, Python, Docker, or a local background process.
AI client | Connection method | Setup guide |
ChatGPT | Custom app, remote MCP, OAuth | |
Claude | Custom remote MCP connector, OAuth | |
Cursor | Remote HTTP MCP server, OAuth | |
Codex |
| |
VS Code & GitHub Copilot |
| |
Gemini CLI | CLI configuration, remote HTTP, OAuth |
Client menus and remote MCP availability can vary by product version, plan, and workspace policy. The linked Screpy guides are the source of truth for current menu paths.
Connect Screpy SEO MCP to ChatGPT
Open Settings or Workspace settings in ChatGPT.
Go to Apps and enable developer mode if ChatGPT asks for it.
Create a custom app named
Screpy.Enter
https://mcp.screpy.comand select OAuth when asked how to authenticate.Let ChatGPT scan the available tools, then sign in to Screpy and approve access.
Start a new chat and ask:
List my Screpy projects.
View the complete ChatGPT setup guide.
Connect Screpy SEO MCP to Claude
Open Claude's Settings or Customize area.
Choose Connectors.
Add a custom remote MCP connector named
Screpy.Enter:
https://mcp.screpy.comComplete the Screpy OAuth flow in your browser.
Ask Claude:
List my Screpy projects.
View the complete Claude setup guide.
Connect Screpy SEO MCP to Cursor
Open Cursor's MCP settings.
Add a remote HTTP server named
Screpy.Enter:
https://mcp.screpy.comDo not add a REST API key or custom authorization header.
Complete OAuth in your browser, then ask Cursor to list your Screpy projects.
View the complete Cursor setup guide.
Connect Screpy SEO MCP to Codex
Open ~/.codex/config.toml. On Windows, use %USERPROFILE%\.codex\config.toml.
Add:
[mcp_servers.screpy]
url = "https://mcp.screpy.com"Then authenticate from a local terminal:
codex mcp login screpySign in and approve access in the browser. Return to Codex and ask:
Use Screpy to list my projects and show the latest completed crawl for each one.View the complete Codex setup guide.
Connect Screpy SEO MCP to VS Code and GitHub Copilot
Open the MCP server configuration from the Command Palette or Copilot Chat tool settings. Add this remote server to mcp.json:
{
"servers": {
"screpy": {
"type": "http",
"url": "https://mcp.screpy.com"
}
}
}Save the file, start the server from VS Code if prompted, and complete the browser-based OAuth flow.
View the complete VS Code and GitHub Copilot setup guide.
Connect Screpy SEO MCP to Gemini CLI
Run:
gemini mcp add --scope user --transport http screpy https://mcp.screpy.comComplete the Screpy OAuth flow when Gemini requests authorization. Then ask:
Use Screpy to list my projects and report the latest completed crawl for each one.View the complete Gemini CLI setup guide.
What Can You Do with Screpy SEO MCP?
Screpy SEO MCP turns authenticated Screpy data into practical, conversational SEO workflows.
SEO workflow | What you can ask your AI assistant to do |
Account and usage | Show the current plan, usage, and available features |
Project discovery | List accessible Screpy projects and identify the correct website |
Crawl monitoring | Find recent crawls, check status, and summarize completed crawl results |
Quick Wins | Prioritize the most urgent opportunities from a completed crawl |
On-page SEO | Group issues by priority and explain the highest-impact fixes |
Page diagnostics | Investigate status codes, redirects, metadata, and page-level findings |
Links and images | Find broken links, redirecting links, and image-related issues |
Core Web Vitals | Summarize performance signals and identify pages that need attention |
Uptime | Review availability status and recent concerns |
Project comparison | Compare crawl progress and technical health across projects |
Crawl actions | Start a crawl only when you explicitly request it |
Available data depends on your Screpy plan, project configuration, completed analyses, feature allowances, and account permissions.
SEO MCP Prompt Examples
Good prompts name the project or website, identify the relevant crawl when needed, and ask for one clear outcome.
Technical SEO summary
For example.com, find the latest completed crawl and give me an executive
technical SEO summary. Prioritize issues by expected impact and explain the
next three actions.Quick Wins and on-page SEO
For my project example.com, find the latest crawl and summarize its most
important Quick Wins.Give me the on-page audit overview for example.com and group the issues by
priority.HTTP errors and redirects
Show pages with HTTP 404 responses from the latest crawl of example.com.
Include the URL, source pages when available, and the recommended fix.Find redirect chains in the latest crawl of example.com. Prioritize the chains
that affect internal links or important pages.Page-level SEO analysis
Show me the crawl data for https://example.com/pricing and summarize the
technical and on-page SEO issues on that page.Links and images
Find broken internal links and redirecting internal links in the latest crawl
of example.com. Group them by destination and show the affected source pages.Review image-related SEO issues for example.com and prioritize the pages that
need attention first.Core Web Vitals and uptime
Which Core Web Vitals need the most work on example.com, and which pages should
I review first?Give me an uptime summary for example.com and flag any recent availability
concerns.Weekly technical SEO report
Create a weekly technical health report for example.com using the latest crawl
data, Quick Wins, Core Web Vitals, and uptime. Separate urgent fixes, trends,
and recommended next steps.Explicit crawl action
Start a new crawl for example.com.Starting a crawl is an action. Screpy requires explicit intent and may request confirmation before proceeding.
More examples are available in the official prompt library.
Screpy SEO MCP Authentication and Security
Screpy SEO MCP uses browser-based OAuth. You do not create, paste, or store a Screpy REST API key in your MCP client.
Access is limited to projects you own or projects shared with your Screpy account.
Permissions are checked when tools run, not only when the connection is created.
Screpy does not create, update, delete, or start a crawl unless you explicitly ask.
High-impact actions require confirmation.
A Screpy REST API key cannot authenticate an MCP client.
An MCP OAuth token cannot authenticate the Screpy REST API.
Do not paste OAuth tokens, browser callbacks, API keys, or other credentials into issues or chat messages.
You can revoke access by removing or disconnecting Screpy from your AI client's MCP, app, or connector settings. See MCP Authentication for the current revocation flow.
SEO MCP Troubleshooting
Problem | What to check |
Screpy does not appear in the client | Confirm that your client or workspace supports remote HTTP MCP servers |
OAuth does not open | Retry from a local desktop session with a browser and callback path |
Authentication repeats | Remove the Screpy connection, reconnect, and approve OAuth again |
Expected projects are missing | Confirm that you used the intended Screpy account and that the projects are owned by or shared with it |
Tools are missing or unavailable | Refresh or reconnect the server, then verify client and workspace MCP support |
Data looks incomplete | Confirm that the relevant project has a completed crawl and that the feature is available on your plan |
A crawl cannot be started | Check project access, account eligibility, current crawl state, and any confirmation request |
A REST API key does not work | Remove it; Screpy MCP uses OAuth instead |
Headless login fails | Complete the first OAuth connection from a local computer when SSH, containers, or servers cannot open a browser |
For detailed diagnostics, see Screpy MCP Troubleshooting.
SEO MCP FAQ
What is an SEO MCP server?
An SEO MCP server exposes structured SEO data and actions to compatible AI assistants through the Model Context Protocol. It lets an assistant use live, authenticated SEO context instead of relying only on text pasted into a conversation.
Is Screpy SEO MCP hosted or local?
Screpy SEO MCP is a hosted remote HTTP service at https://mcp.screpy.com. You do not clone this repository to run the server, install dependencies, or maintain a local process.
Do I need a Screpy API key?
No. Screpy SEO MCP uses OAuth. REST API keys are for the separate Screpy SEO API and do not authenticate MCP connections.
Which AI clients support Screpy SEO MCP?
Screpy provides setup guides for ChatGPT, Claude, Cursor, Codex, VS Code with GitHub Copilot, and Gemini CLI. Any additional client must support remote HTTP MCP servers and browser-based OAuth.
Can Screpy SEO MCP start a website crawl?
Yes, when your account and project are eligible and you explicitly request the action. Sensitive or high-impact actions may require confirmation.
Why can Screpy SEO MCP not see one of my projects?
The connection only sees projects owned by or shared with the authenticated Screpy account. Confirm the account, project sharing, plan eligibility, and feature availability.
What is the difference between Screpy SEO MCP and the Screpy SEO API?
Use Screpy SEO MCP when an AI assistant or agent should discover and invoke Screpy tools through OAuth. Use the Screpy SEO API when your own application, backend, dashboard, or automation needs direct JSON API access with a REST API key.
Is this repository the Screpy MCP server source code?
No. This repository is the official documentation and integration entry point for the hosted Screpy SEO MCP service.
Documentation and Support
Use GitHub Issues for documentation and integration problems. For account-specific help, contact Screpy support.
Do not report security vulnerabilities in a public issue. Follow the reporting instructions in the Screpy Security Policy.
Repository Scope
This public repository exists to provide a stable GitHub URL for Screpy SEO MCP users, developers, AI client integrations, and MCP directories. The hosted service, authentication flow, and product availability are governed by Screpy's official documentation and terms.
No open-source license is granted by this repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConnects Google Search Console to MCP clients to query search analytics, manage sitemaps, and perform URL inspections. It enables users to identify SEO opportunities and generate performance reports through natural language interactions.Last updated354MIT
- AlicenseAqualityCmaintenanceMCP server that gives AI assistants live access to Google Search Console and Bing Webmaster Tools for search performance, indexing, keyword research, and crawl health analysis directly in the chat.Last updated1025MIT
- Alicense-qualityBmaintenanceConnects AI assistants to WordPress sites, enabling automated SEO analysis and fixes for meta tags, schema, content, images, and technical SEO via MCP tools.Last updatedMIT
- Alicense-qualityCmaintenanceAn MCP server that connects AI assistants to SEO platforms like Google Search Console, GA4, Bing Webmaster Tools, and Adobe Analytics, enabling natural language queries about SEO performance.Last updated1,816MIT
Related MCP Connectors
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/screpylabs/seo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server