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

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·

Raccha AI
Shree MandadiMCP-first toolbox for agents: namespaced key-value storage, a FIFO queue, auth, and a handful of stateless utility tools (JWT decode, hashing, cert inspection, CIDR math). Free while in early access. This repository is a
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments