mcp-tools-py

MarcusJellinghaus/mcp-tools-py
★ 16 stars Python 🤖 AI/LLM Updated 9d ago
MCP server providing code quality checks (pylint and pytest) with smart LLM-friendly prompts for analysis and fixes. Enables Claude and other AI assistants to analyze your code and suggest improvements.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools-py": {
      "command": "uvx",
      "args": [
        "mcp-tools-py"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools-py

Topics

mcpmcp-serverpylintpytestpython