Dev Tools MCP — GitHub, npm, PyPI, StackOverflow, ArXiv
nexgendata-apify/developer-tools-mcp-serverLookup tool for AI coding agents: 'find me a Rust crate that does X', 'show top StackOverflow answers for this error', 'is there an npm package newer than Y for parsing Z'. Combines five developer-data sources behind one MCP server so coding agents don't need five separate integrations.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dev_tools_mcp_—_github,_npm,_pypi,_stackoverflow,_arxiv": {
"url": "https://thenextgennexus.com",
"transport": "http"
}
}
}