developer tools mcp server for Cline
io.github.thenextgennexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
client:Cline
transport:stdio
runtime:npm
Install developer tools mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"developer-tools-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/developer-tools-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs