MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Java Decompiler

Java Decompiler

idachevbyidachev
•
18
•
API Development
Developer Tools
Other

Decompiles Java class files into readable source code using a Model Context Protocol (MCP) server.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

This tool provides an MCP-compatible server for decompiling Java bytecode into readable source code. It leverages a JavaScript port of the CFR decompiler to decompile Java .class files from various sources, including file paths, package names, and JAR files. Seamless integration with MCP clients and clean error handling make it a valuable resource for AI assistants and tools requiring Java decompilation capabilities.

Key Features

01Decompiles from file path, package name, or JAR file
02Full MCP-compatible API with stdio transport
03Uses JavaScript port of CFR decompiler (no Java dependency)
04Includes clean error handling and temporary file management
05Supports specifying class to extract from JAR files
061 GitHub stars

Use Cases

01Integrating into AI assistants for code understanding
02Automated code analysis and reverse engineering
03Inspecting compiled Java code without source access