# Developer Tools MCP Server

Access GitHub trending repositories, search npm packages, and get Stack Overflow answers. Essential tools for software development workflows.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/developer-tools-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/developer-tools-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/developer-tools-mcp-server get_github_repo

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/developer-tools-mcp-server get_github_repo '{}'
```

## Direct MCP Connection

Endpoint: `https://developer-tools-mcp-server--nexgendata-apify.run.tools`

## Tools (7)

- `get_github_repo` — Get GitHub repository stats — stars, forks, issues, language, description.
- `search_github` — Search GitHub repositories by keyword.
- `get_npm_package` — Get npm package details — version, downloads, dependencies, description.
- `get_pypi_package` — Get Python package details from PyPI.
- `search_stackoverflow` — Search StackOverflow for programming questions and answers.
- `search_arxiv` — Search arXiv for academic papers in CS, ML, AI, physics, and math.
- `search_google_scholar` — Search Google Scholar for academic papers and research.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/developer-tools-mcp-server <tool-name>
```
