The easy code reader MCP server parses and analyzes Java source code. It exposes methods to extract class hierarchies, method signatures, and dependencies. It connects to Java projects and IDEs. Developers use it to generate documentation, refactor code, and understand legacy systems.
The easy code reader MCP server parses and analyzes Java source code. It exposes methods to extract class hierarchies, method signatures, and dependencies. It connects to Java projects and IDEs. Developers use it to generate documentation, refactor code, and understand legacy systems.
pip install easy-code-readerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"fangyuan33-easy-code-reader-github": {
"command": "uvx",
"args": [
"pip install easy-code-reader"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from easy code reader?"
No configuration required. This server works out of the box.
"What resources are available in easy code reader?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in easy code reader"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in easy code reader with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.