uninstall

Remove MCP server configurations from Claude Code and Cursor.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ryanallen/product-studio --skill uninstall-ryanallen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/ryanallen/product-studio/tree/main/.claude/skills/uninstall
Command: npx skills add https://github.com/ryanallen/product-studio --skill uninstall-ryanallen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes specific MCP (Meta-Cognitive Programming) server configurations that were previously added, ensuring a clean state for the user's development environment.

Core Features & Use Cases

  • Configuration Removal: Uninstalls figma-console, atlassian-rovo, and github MCP entries.
  • Environment Cleanup: Reverts changes made by the install skill, particularly for Claude Code and Cursor.
  • Use Case: After deciding not to use certain integrations, you can run this skill to remove their associated configurations from your IDE.

Quick Start

Run the uninstall skill to remove the MCP entries.

Frequently Asked Questions about uninstall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove MCP server configurations from Claude Code and Cursor?

To remove MCP server configurations, this Skill deletes entries like figma-console, atlassian-rovo, and github from Claude's config via CLI and modifies Cursor's .cursor/mcp.json file directly.

Can I clean up specific MCP entries like figma-console and github from my IDE?

Yes, you can clean up specific MCP entries like figma-console, atlassian-rovo, and github. This Skill targets those configurations and removes them from your Claude and Cursor environments.

What is the best way to revert MCP integrations added to my development environment?

The best way to revert MCP integrations is to run this uninstall Skill, which reverses the configuration changes made by the install skill and ensures a clean environment state.

Does this MCP cleanup method support both Claude Code and Cursor project configs?

Yes, this MCP cleanup method supports both. It removes configurations from Claude Code using the command-line interface and from Cursor by directly editing the .cursor/mcp.json file.

How to uninstall MCP servers when I no longer need certain integrations?

To uninstall MCP servers when you no longer need integrations, run this Skill to strip the associated entries from your Claude config and Cursor's project MCP config files.

Why remove MCP entries from .cursor/mcp.json instead of just disabling them?

Removing MCP entries from .cursor/mcp.json completely deletes the configuration, ensuring a clean state for your development environment rather than leaving disabled integrations in your config files.