Skip to content
Windsurf

developer tools mcp server for Windsurf

io.github.thenextgennexus/developer-tools-mcp-server

Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar

client:Windsurf transport:stdio runtime:npm

Install developer tools mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "developer-tools-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/developer-tools-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

developer tools mcp server in other clients