Skippr Extension MCP Server
Enables AI coding agents to discover, understand, and fix product issues (UX inconsistencies, accessibility violations, quality problems) identified by Skippr's browser extension through natural language commands.
README
Skippr Extension MCP Server
Skippr Extension MCP Server acts as a bridge between product issues identified by Skippr's browser extension. Built upon MCP, it enables your coding agent to discover, understand, and fix issues such as UX inconsistencies, accessibility violations, and product quality problems seamlessly.
Key Features
- Natural language interaction: Fix product issues using intuitive, conversational commands with your AI coding agent.
- Seamless integration: Works with Claude Code, Cursor, Copilot, and other MCP-compatible coding assistants.
- Real-time issue sync: Automatically receives issues from Skippr's browser extension as you review your product.
- AI-powered reviews: Get insights from specialized AI agents that review your product like a PM, designer, content strategist, and accessibility expert would.
- Context-rich details: Each issue includes actionable prompts, element metadata, and suggested fixes.
- Project-based organization: Manage multiple projects with isolated issue tracking.
Prerequisites
Before setting up the Skippr MCP server, ensure you have:
- An MCP Coding Agent Client application (Claude Code, Cursor, VS Code, etc.)
- Node.js >= v22.x
- Skippr Chrome Extension installed and configured
Installation
<details> <summary><b>Install in Claude Code</b></summary>
Run this command in your terminal. See Claude Code MCP docs for more info.
Claude Code Local Server Connection
claude mcp add skippr-extension-mcp -- npx -y @skippr/extension-mcp-server
After installation, the Skippr Extension MCP server will be available in your Claude Code sessions. You can start using natural language commands to interact with your product issues.
</details>
<details> <summary><b>Install in Cursor</b></summary>
Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Paste the following configuration into your Cursor ~/.cursor/mcp.json file. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
Cursor Local Server Connection
{
"mcpServers": {
"skippr-extension-mcp": {
"command": "npx",
"args": ["-y", "@skippr/extension-mcp-server"]
}
}
}
After adding the configuration, restart Cursor to activate the MCP server.
</details>
<details> <summary><b>Install in VS Code + Copilot</b></summary>
Add the following to your VS Code settings.json file (accessible via Command Palette > Preferences: Open User Settings (JSON)). See VS Code MCP docs for more info.
"mcp": {
"servers": {
"skippr-extension-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@skippr/extension-mcp-server"]
}
}
}
After adding the configuration, reload VS Code to activate the MCP server.
</details>
Usage Examples
Once installed, interact with Skippr using natural language commands in your coding assistant:
Show me all high-severity accessibility issues in my projectList all unresolved UX issues for the latest reviewGet details for issue abc-123 and help me fix itWhat product issues do I have across all my projects?
Support
For questions, technical support, or feedback:
- Email: contact@skippr.ai
- Website: https://skippr.ai
© 2025 Skippr - Released under MIT License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.