← Index

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

io.github.TheNextGenNexus/developer-tools-mcp-server·v1.0.1·Git & Code Hosting
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "developer-tools-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/developer-tools-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<your-apify_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "developer-tools-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/developer-tools-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<your-apify_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thenextgennexus/developer-tools-mcp-server
§02  Environment variables
APIFY_TOKEN
requiredsecret

Your Apify API token for accessing web scraping actors

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Git & Code Hosting