Developer Tools MCP Server
Developer resources including GitHub, npm, PyPI, Docker Hub, GitLab, and StackOverflow
🔧 Dev Tools MCP — AI Code & Package Search
Pricing
from $2.00 / 1,000 results
Try for free
Go to Apify Store
🔧 Dev Tools MCP — AI Code & Package Search
nexgendata/developer-tools-mcp-server
Try for free
Ask questions about this Actor
MCP server for AI agents to search GitHub, npm, PyPI, StackOverflow & ArXiv. Connect Claude, GPT or any AI to dev ecosystems. 7 tools for developer intelligence.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
AI
Developer tools
MCP servers
README
Pricing
Endpoints
Issues
Developer Tools MCP Server
Connect your AI coding agent to developer ecosystem data. Search GitHub repos, look up npm/PyPI packages, find StackOverflow answers, and search academic papers on arXiv and Google Scholar.
Tools
get_github_repo
Get stats for any GitHub repo — stars, forks, issues, language, description.
search_github
Search GitHub repositories by keyword.
get_npm_package
Look up npm package details — version, downloads, dependencies.
get_pypi_package
Look up Python package details from PyPI.
search_stackoverflow
Search StackOverflow for programming Q&A.
search_arxiv
Search arXiv for CS, ML, AI, physics, and math papers.
search_google_scholar
Search Google Scholar for academic research and citations.
Connect
{
"mcpServers": {
"devtools": {
"url": "https://nexgendata--developer-tools-mcp-server.apify.actor/mcp",
"headers": {"Authorization": "Bearer YOUR_APIFY_TOKEN"}
}
}
}
Pricing
$0.01 per tool call via pay-per-event.
Built by nexgendata.
Related Tools
- SEO & Web Analysis MCP Server — SEO analysis and web metrics via MCP
- GitHub Repository Analytics MCP Server — GitHub repo data via MCP
💻 Code Example — Python
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/developer-tools-mcp-server").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)
🌐 Code Example — cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~developer-tools-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'
❓ FAQ
**Q: How do I get started?**Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
**Q: What's the typical cost per run?**See the pricing section below. Most runs finish under $0.10 for typical batches.
**Q: Is this actor maintained?**Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
**Q: Can I use the output commercially?**Yes — you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
**Q: How do I handle rate limits?**Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
💰 Pricing
Pay-per-event pricing — you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0020
🔗 Related NexGenData Actors
- RAG Web Browser
- AI Web Scraper
- Hacker News Scraper
🚀 Apify Affiliate Program
New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
📚 More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com — the brand home for everything we ship.
- 📖 Tutorials & how-to guides
- 🗂️ Full actor catalog with usage examples
- 📦 Gumroad data packs (one-time purchases)
- 📬 Newsletter — monthly drops of new actors and revenue experiments
_Built and maintained by NexGenData — 165+ actors covering scraping, enrichment, MCP servers, and automation._🏠 Home: thenextgennexus.com
You might also like
🐙 GitHub MCP — AI Code & Repo Analytics
nexgendata/github-mcp-server
MCP server for AI agents to search repos, analyze code & track dev trends on GitHub. Connect Claude, GPT or any AI to GitHub data. 4 tools for developer intelligence.
Stephan Corbeil
5
📱 Social MCP — AI Content & Media Search
nexgendata/social-content-mcp-server
MCP server for AI agents to search Dev.to, Steam, podcasts & Eventbrite. Connect Claude, GPT or any AI to social platforms. 4 tools for content intelligence.
Stephan Corbeil
2
🎓 Research MCP — AI Paper Search & Citations
nexgendata/academic-research-mcp-server
MCP server for AI agents to search ArXiv & Google Scholar for papers. Connect Claude, GPT or any AI to research databases. 2 tools for academic intelligence.
Stephan Corbeil
6
🏠 Real Estate MCP — AI Property Search
nexgendata/real-estate-mcp-server
MCP server for AI agents to search Redfin listings & get market data. Connect Claude, GPT or any AI to analyze real estate markets. 2 tools for property intelligence via AI.
Stephan Corbeil
12
🛒 E-Commerce MCP — AI Shopify Analysis
nexgendata/ecommerce-intelligence-mcp-server
MCP server for AI agents to analyze Shopify stores & extract products. Connect Claude, GPT or any AI to ecommerce intelligence. 2 tools for competitive analysis.
Stephan Corbeil
2
💹 Finance MCP — AI Stock & Market Data
nexgendata/finance-mcp-server
MCP server for AI agents to access stocks, crypto, forex & portfolio tracking. Connect Claude, GPT or any AI to financial markets. 5 tools for investment intelligence via AI.
Stephan Corbeil
5
🏠 Redfin MCP — AI Property Search & Data
nexgendata/redfin-mcp-server
MCP server for AI agents to search Redfin listings & get property details. Connect Claude, GPT or any AI to real estate data. 2 tools for property analysis.
Stephan Corbeil
8
Lead Generation MCP Server — AI Agent Tools
samstorm/lead-gen-mcp-server
MCP server for AI agents. Connect Claude, GPT, or any MCP client to find business leads, hiring companies, building permits, and Amazon product research. One endpoint, 13 lead gen tools.
Sam Kleespies
1
🔍 SEO MCP — AI Website Auditing & Analysis
nexgendata/seo-web-analysis-mcp-server
MCP server for AI agents to crawl sites, detect tech stacks, check DNS/SSL & WHOIS. Connect Claude, GPT or any AI to web intelligence. 5 tools for SEO analysis.
Stephan Corbeil
3
📈 Yahoo Finance MCP — AI Stock Analysis
nexgendata/yahoo-finance-mcp-server
MCP server for AI agents to access Yahoo Finance stocks, quotes & comparisons. Connect Claude, GPT or any AI to financial analysis. 3 tools for investment intelligence.
Stephan Corbeil
4
Related articles
Best MCP servers for developers
Read more
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Custom MCP Server
A versatile MCP server built with Next.js, providing a range of tools and utilities with Redis state management.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Figma
Interact with Figma files to view, comment on, and analyze designs.
x-twitter-scraper
X (Twitter) data platform skill for AI coding agents. 111 REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks. Read tweets from $0.00015 per call (33x cheaper than the official X API). Pay-per-use via Machine Payments Protocol or Xquik API key.
GenCodeDoc
Intelligent code versioning (snapshots) and automatic documentation generator. With CLI, REST API, and MCP support.
Octocode MCP
A server for semantic code search and context generation across public and private repositories using LLMs.
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.
Fossick
Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns.
@rotifer/mcp-server
Self-evolving AI Agent framework — search, compare, and install Genes ranked by Arena fitness via MCP
Unified Diff MCP Server
Beautiful HTML and PNG diff visualization using diff2html, designed for filesystem edit_file dry-run output with high-performance Bun runtime.