mcp-tools-py
Active·★ 17·MIT·Updated 2026-05-21
★ Trending★ Prompt Engineering
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.
This MCP server enables AI assistants to run code quality checks on Python projects using pylint, pytest, and mypy. It ensures security and context management by scoping operations and formatting results.
#mcp#mcp-server#mcp-servers#pylint#pytest#python
01
Features
01Run pylint check
02Run pytest check
03Run mypy check
02
Compatibility
Claude Desktop
native support
Verified via docs
VSCode
supported via mcp-config
Verified via docs
Windsurf
manual config needed
Verified via docs
Cursor
manual config needed
Verified via docs
03
Quick start
1
$ pip install git+https://github.com/MarcusJellinghaus/mcp-tools-py.git
04
Use cases
↳Integrate with AI assistants like Claude for code quality checks
↳Automatically run tests and type checking during development
↳Integrate into CI/CD pipelines as code quality gates
05
Alternatives
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
awesome-cursorrules★ 39.8k
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Related searches
Comments
Log in to leave a comment
- BBlake JacksonApr 28, 2026
Pylint and pytest quality checks via MCP with LLM-friendly output formatting.
- SShawn KimApr 23, 2026
LLM-friendly output means the AI can act on quality findings without parsing.
- FFinley WhiteApr 13, 2026
Good for Python development workflows where AI needs to understand code quality.
- TTaylor AndersonMar 21, 2026
Combining linting and testing in one server reduces integration overhead.