Enhances interaction between Claude and code by providing tools for code analysis, manipulation, and testing.
Coder Toolbox MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Enhances interaction between Claude and code by providing tools for code analysis, manipulation, and testing.
A utility toolkit designed to enhance the interaction between Claude and code, providing seamless integration tools for code analysis, manipulation, and testing workflows.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Coder Toolbox is connected, these are the calls the assistant has available:
Implemented — The Implemented tool exposed by this serverget_test_execution_logs — The get_test_execution_logs tool exposed by this serverlocate_java_class — The locate_java_class tool exposed by this servercreate_java_class — The create_java_class tool exposed by this serverclass_add_body — The class_add_body tool exposed by this serverclass_replace_body — The class_replace_body tool exposed by this serverclass_delete_body — The class_delete_body tool exposed by this serverPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Coder Toolbox's toolset — Implemented, get_test_execution_logs, locate_java_class and 4 more — is a fair guide to whether it matches your workflow. It is maintained by lamemind; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Implemented | The Implemented tool exposed by this server. |
| get_test_execution_logs | The get_test_execution_logs tool exposed by this server. |
| locate_java_class | The locate_java_class tool exposed by this server. |
| create_java_class | The create_java_class tool exposed by this server. |
| class_add_body | The class_add_body tool exposed by this server. |
| class_replace_body | The class_replace_body tool exposed by this server. |
| class_delete_body | The class_delete_body tool exposed by this server. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.