Skip to content
Claude Desktop

mcp devtools for Claude Desktop

io.github.marin1321/mcp-devtools

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

client:Claude Desktop transport:stdio runtime:npm

Install mcp devtools in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp devtools in other clients