Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.thenextgennexus/developer-tools-mcp-server

com.thenextgennexus/developer-tools-mcp-server

Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.

Uptime
8.0%
25 probes
Response
66ms
last probe
Tools
7
callable

Tools · 7

get_github_repo

Fetch detailed statistics and metadata for a GitHub repository. Returns star count, fork count, open issue count, primary programming language, project description, last updated timestamp, and contrib…

search_github

Search GitHub repositories by keyword to discover code, projects, and libraries. Returns matching repositories with star count, description, language, and URL. Use for finding libraries, examples, or …

get_npm_package

Look up Node.js package information from NPM registry. Returns latest version, download statistics (weekly/monthly), dependency list, package description, license, and GitHub link. Use for evaluating …

get_pypi_package

Retrieve Python package information from PyPI (Python Package Index). Returns current version, download counts, dependencies, release history, package homepage, and PyPI page URL. Use for Python libra…

search_stackoverflow

Search Stack Overflow Q&A platform for programming questions, solutions, and code examples. Returns matching questions, answer count, view count, accepted answer snippet, tags, and link to full discus…

search_arxiv

Search arXiv for academic papers in computer science, machine learning, AI, physics, and mathematics. Returns paper titles, authors, abstracts, submission dates, and direct PDF download links. Use for…

search_google_scholar

Search Google Scholar for computer science research papers, citations, and academic publications. Returns paper title, authors, publication details, citation count, and link to paper. Use for finding …

Similar MCP servers embedding-nearest

io.github.thenextgennexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
0 tools
io.github.TheNextGenNexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
0 tools
com.thenextgennexus/github-mcp-server live
GitHub repo analytics: stars, trending, code search, contributor maps for project research.
4 tools · streamable-http
io.github.dev-proxy-tools/mcp
MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.
0 tools
io.github.thenextgennexus/academic-research-mcp-server
Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge
0 tools
search-proxy-mcp
MCP server: Web search for AI agents via DuckDuckGo — npm wrapper
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.thenextgennexus/developer-tools-mcp-server": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/developer-tools-mcp-server/mcp",
      "transport": "streamable-http"
    }
  }
}