MCP.so
Sign In
M

Mcp Python Refactoring

@slamer59

About Mcp Python Refactoring

Educational Python refactoring assistant with guided suggestions for AI assistants

Basic information

Category

Other

Transports

stdio

Publisher

slamer59

Submitted by

Thomas PEDOT

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "python-refactoring": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/slamer59/mcp-python-refactoring.git",
        "python-refactor",
        "server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Python Refactoring?

Mcp Python Refactoring is a Model Context Protocol (MCP) server that analyzes Python code and provides guided refactoring suggestions without automatically modifying your code. It integrates with AI coding assistants such as Claude, ChatGPT, and Cursor to deliver structured refactoring guidance for Python developers.

How to use Mcp Python Refactoring?

Install and run using uvx: uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. Add it to Claude Code with claude-code mcp add mcp-python-refactoring uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. For local development, run python -m mcp_refactoring_assistant server or use the python-refactor server entry point.

Key features of Mcp Python Refactoring?

  • Analyzes Python code for refactoring opportunities
  • Provides structured JSON guidance with line numbers
  • Detects long functions, high complexity, dead code
  • Uses professional tools:

Comments

More Other MCP servers