mcp-tools-py
活跃·★ 17·MIT·更新于 2026-05-21
★ 时下流行★ 提示词工程
一个提供代码质量检查操作的MCP服务器。
该MCP服务器允许AI助手对Python项目运行代码质量检查,使用pylint、pytest和mypy。它通过限定操作范围和格式化结果来确保安全性和上下文管理。
#MCP 协议#MCP 服务器#MCP 服务器#pylint#pytest#Python
01
功能特性
01运行pylint检查
02运行pytest检查
03运行mypy检查
02
兼容性
Claude Desktop
原生支持
已通过文档验证
VSCode
通过mcp-config支持
已通过文档验证
Windsurf
需要手动配置
已通过文档验证
Cursor
需要手动配置
已通过文档验证
03
快速开始
1
$ pip install git+https://github.com/MarcusJellinghaus/mcp-tools-py.git
04
使用场景
↳与Claude等AI助手集成进行代码质量检查
↳在开发过程中自动运行测试和类型检查
↳集成到CI/CD流水线中作为代码质量门禁
05
同类工具
相关搜索
评论
登录后发表评论
- BBlake Jackson2026年4月28日
Pylint and pytest quality checks via MCP with LLM-friendly output formatting.
- SShawn Kim2026年4月23日
LLM-friendly output means the AI can act on quality findings without parsing.
- FFinley White2026年4月13日
Good for Python development workflows where AI needs to understand code quality.
- TTaylor Anderson2026年3月21日
Combining linting and testing in one server reduces integration overhead.