{
"mcpServers": {
"jadx-mcp-server": {
"args": [
"--directory",
"</PATH/TO/>jadx-mcp-server/",
"run",
"jadx_mcp_server.py"
],
"command": "/<path>/<to>/uv"
}
}
}Plugin for JADX to integrate MCP server
Is it safe?
No known CVEs for httpx. 1 previously resolved.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 6 days ago. 1,640 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
7 tools. ~400 tokens (0.2% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx httpx 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
fetch_current_classGet the class name and full source of selected class
get_selected_textGet currently selected text
get_all_classesList all classes in the project
get_class_sourceGet full source of a given class
get_method_by_nameFetch a method's source
search_method_by_nameSearch method across classes
search_classes_by_keywordSearch for classes whose source code contains a specific keyword (supports pagination)
This server is missing a description.If you've used it, help the community.
Add informationNo open vulnerabilities. 1 fixed CVE.
CVE-2021-41945FixedPYSEC-2022-183
Encode OSS httpx <=1.0.0.beta0 is affected by improper input validation in `httpx.URL`, `httpx.Client` and some functions using `httpx.URL.copy_with`.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.