MarcusJellinghaus/mcp-tools-py
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.
Platform-specific configuration:
{
"mcpServers": {
"mcp-tools-py": {
"command": "npx",
"args": [
"-y",
"mcp-tools-py"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...