Devtools MCP Server

The MCP ecosystem is full of single-purpose tutorials and vendor-locked adapters. There is no well-maintained, multi-tool, framework-agnostic, production-quality MCP package for everyday developer tooling. It runs locally over stdio via the published package.

People connecting filesystem tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-01 · ★ 3 · #20 OF 34 MAINTAINED FILESYSTEM · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Devtools

Claude Code

claude mcp add marin1321-mcp-devtools -- npx -y @oscarmarin/mcp-devtools

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @oscarmarin/mcp-devtools - the @oscarmarin scope differs from the repo owner (marin1321); confirm it's the project's official package

registry namespace io.github.marin1321 is GitHub-verified and matches the repo owner

03 · Who maintains Devtools

mcp-devtools is maintained by marin1321. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
filesystem - ranked #20 of 34 actively-maintained filesystem servers as of 2026-08-25.
registry
io.github.marin1321/mcp-devtools (active, first published 2026-04-29)
packages
npm:@oscarmarin/mcp-devtools

05 · Devtools FAQ

What is Devtools?

The MCP ecosystem is full of single-purpose tutorials and vendor-locked adapters. There is no well-maintained, multi-tool, framework-agnostic, production-quality MCP package for everyday developer tooling. It runs locally over stdio via the published package.

Is Devtools still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-01. We re-verify nightly.

How do I install Devtools?

Run `npx -y @oscarmarin/mcp-devtools`. You can also paste the ready-made client config above.

Does Devtools run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Devtools

More filesystem MCP servers · Octofs · Pickanagency · OWA Exchange MCP Server · Fs MCP Rs

More TypeScript MCP servers · Abap Abap Adt API · WhatsApp Web MCP Server · Server Scf · Delta · Doordash · see all