Neurodev Mcp
@ravikant1918
About Neurodev Mcp
A powerful Model Context Protocol (MCP) server that supercharges your Python development workflow with AI-powered code review, intelligent test generation, and comprehensive test execution.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"neurodev-mcp": {
"command": "neurodev-mcp",
"args": [
"--transport",
"stdio"
]
}
}
}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 Neurodev MCP?
Neurodev MCP is an MCP server that provides AI-powered Python code analysis, test generation, and test execution through static analysis tools such as pylint, flake8, mypy, bandit, radon, and AST inspections, plus auto-formatting with black and autopep8.
How to use Neurodev MCP?
Install via git clone, create a virtual environment, and run pip install -e .. Configure an MCP client (e.g., Claude Desktop or Cline) with the command to launch neurodev_mcp.server. The server supports STDIO (default) and SSE transports. Use natural language prompts like “Review this Python code for issues” to invoke its tools.
Key features of Neurodev MCP
- Comprehensive code review with six static analyzers
- Intelligent pytest test generation via AST analysis
- Isolated test execution with coverage and timeout
- Auto-formatting to PEP8 with black and autopep8
Use cases of Neurodev MCP
- Review Python code for style, security, and complexity issues
- Automatically generate unit tests for functions and classes
- Run tests and get coverage reports in a development workflow
- Format messy code to PEP8 standards quickly
FAQ from Neurodev MCP
What Python version is required?
Python 3.8 or higher is required.
What dependencies does it need?
The server requires packages like pylint, flake8, mypy, bandit, radon, black, autopep8, pytest, pytest-cov, and pytest-timeout (all listed with version constraints in the README).
How do I configure it for Claude Desktop?
Edit ~/Library/Application Support/Claude/claude_desktop_config.json with an absolute path to the virtual environment’s Python and the module arguments.
What transports are available?
The server supports STDIO (default, for local MCP clients) and SSE (Server-Sent Events, for web-based integrations on port 8000 by default).
Can I use it as a library?
Yes, you can import CodeAnalyzer, TestGenerator, and TestExecutor from neurodev_mcp in your own Python async code.
Frequently asked questions
What Python version is required?
Python 3.8 or higher is required.
What dependencies does it need?
The server requires packages like pylint, flake8, mypy, bandit, radon, black, autopep8, pytest, pytest-cov, and pytest-timeout (all listed with version constraints in the README).
How do I configure it for Claude Desktop?
Edit `~/Library/Application Support/Claude/claude_desktop_config.json` with an absolute path to the virtual environment’s Python and the module arguments.
What transports are available?
The server supports STDIO (default, for local MCP clients) and SSE (Server-Sent Events, for web-based integrations on port 8000 by default).
Can I use it as a library?
Yes, you can import `CodeAnalyzer`, `TestGenerator`, and `TestExecutor` from `neurodev_mcp` in your own Python async code.
Basic information
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Comments