Skip to content
Cline

mcp devtools for Cline

io.github.marin1321/mcp-devtools

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

client:Cline transport:stdio runtime:npm

Install mcp devtools in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp devtools in other clients