MCP Development Server
About
MCP Development Server is a Model Context Protocol (MCP) server that enables Claude to manage software development projects. It provides complete project context awareness and handles code execution through Docker environments, targeting users who want to use Claude for…
Details
- Author
- MCP-Mirror
- Downloads
- 273
- Categories
- Other, Developer Tools, Project Management
Jump to
- Project context management
- File system operations
- Template-based project creation
- Git integration
- Docker-based code execution
- Build, test, and Docker command tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Development ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server via pip (pip install mcp-dev-server) and add a configuration entry to your Claude Desktop configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows) with the command mcp-dev-server. Once configured, Claude can access its resources, tools, and prompts for project management and code execution.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp development server": {
"dillip285_mcp-dev-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}
}
McpServers
{
"dillip285_mcp-dev-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
MCP Development Server
A Model Context Protocol (MCP) server that enables Claude to manage software development projects, providing complete project context awareness and handling code execution through Docker environments.
Features
Core Infrastructure
- Project context management - File system operations - Template-based project creation - Git integrationRequirements
- Python 3.12 or higher - Docker - GitInstallation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





