Back to MCP Servers
Developer
Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities
coding-agents
By VertexStudio
Installation
npx -y developerConfiguration
{
"mcpServers": {
"developer": {
"command": "npx",
"args": ["-y", "developer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes