Skip to content
Cursor

Refactoring MCP Server for Cursor

io.github.marshally/mcp-refactoring

MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings

client:Cursor transport:stdio runtime:pypi

Install Refactoring MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-refactoring": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-refactoring"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Refactoring MCP Server in other clients