MCP DevTools

v1.0.1โ€ขDeveloper Toolsโ€ขstable

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Production-grade MCP server for secure access to local dev environments (fil

agenticaiclinecodingdevtools
Share:
145
Stars
0
Downloads
0
Weekly
0/5

What is MCP DevTools?

MCP DevTools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - production-grade mcp server for secure access to local dev environments (fil

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Production-grade MCP server for secure access to local dev environments (fil

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

Access local development environments securely
Manage files and system resources
Enable remote control of dev environments
marin1321

Maintainer

LicenseMIT License
Languagego
Versionv1.0.1
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @oscarmarin/mcp-devtools

Manual Installation

npx -y @oscarmarin/mcp-devtools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP DevTools

MCP DevTools is a production-grade MCP server that gives AI agents secure, scoped access to local development environments across macOS, Windows, and Linux. It exposes 14 tools covering filesystem operations (read, write, search), database queries, process management, log reading, environment inspection, and OpenAPI endpoint calls โ€” all protected by filesystem scope boundaries, command allowlists, audit logging, and secret masking. It is designed for AI coding agents like Claude, Cursor, and Copilot that need to interact safely with a developer's local machine without unrestricted system access.

Prerequisites

  • Node.js 18+ installed (for npx usage)
  • An MCP-compatible client such as Claude Desktop, Cursor, or Cline
  • Optional: a local database accessible for the database query tools
  • Optional: an MCP_AUTH_TOKEN environment variable if using HTTP transport with authentication
1

Run with npx (zero install)

The server can be run immediately with npx in stdio mode, which is the recommended approach for Claude Desktop integration. No global install is needed.

npx @oscarmarin/mcp-devtools
2

Configure Claude Desktop

Add the server to your Claude Desktop claude_desktop_config.json file using the npx command. The server uses zero-config defaults with sensible security boundaries.

{
  "mcpServers": {
    "devtools": {
      "command": "npx",
      "args": ["-y", "@oscarmarin/mcp-devtools"]
    }
  }
}
3

Configure custom settings (optional)

Create a mcp-devtools.json file in your project root or home directory to customize filesystem scope, allowed commands, database connections, or HTTP transport settings. The server uses cosmiconfig for discovery.

{
  "transport": "stdio",
  "filesystem": {
    "allowedPaths": ["/home/user/projects"]
  },
  "commands": {
    "allowlist": ["npm", "git", "node"]
  }
}
4

Enable HTTP transport with authentication (optional)

For remote access scenarios, configure HTTP transport with Bearer token authentication.

{
  "transport": "http",
  "port": 3333,
  "auth": {
    "token": "env:MCP_AUTH_TOKEN"
  }
}
5

Use built-in prompts for common dev tasks

MCP DevTools ships with predefined MCP prompts for common workflows: debug_error, code_review, explore_codebase, and refactor_function. Trigger these through your AI client.

MCP DevTools Examples

Client configuration

Claude Desktop configuration for MCP DevTools using npx with zero-config defaults.

{
  "mcpServers": {
    "devtools": {
      "command": "npx",
      "args": ["-y", "@oscarmarin/mcp-devtools"]
    }
  }
}

Prompts to try

Example tasks you can ask your AI assistant to perform using MCP DevTools.

- "Read the file at /home/user/projects/myapp/src/index.ts"
- "Search for all files containing 'TODO' in /home/user/projects/myapp"
- "List the tables in my local PostgreSQL database"
- "Run git status in /home/user/projects/myapp and show me what has changed"
- "Review the code in /home/user/projects/myapp/src/auth.ts for security issues"

Troubleshooting MCP DevTools

File access denied or path not allowed error

The server enforces filesystem scope boundaries. Create or update mcp-devtools.json with an allowedPaths array that includes the directories your AI agent needs to access.

Command execution blocked by allowlist

By default, only a safe set of commands is permitted. Add the command to the allowlist array in your mcp-devtools.json configuration file under the commands key.

HTTP transport connection refused or authentication failure

Ensure the server is running and the port (default 3333) is not blocked. Set the MCP_AUTH_TOKEN environment variable to the same value referenced in your config's auth.token field before starting the server.

Frequently Asked Questions about MCP DevTools

What is MCP DevTools?

MCP DevTools is a Model Context Protocol (MCP) server that ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - production-grade mcp server for secure access to local dev environments (fil It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP DevTools?

Install via npm with the command: npx -y @oscarmarin/mcp-devtools. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with MCP DevTools?

MCP DevTools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP DevTools free to use?

Yes, MCP DevTools is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-devtools": { "command": "npx", "args": ["-y", "@oscarmarin/mcp-devtools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide โ†’

Ready to use MCP DevTools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides