Eclipse IDE plugin exposing workspace operations to Claude Code via MCP
{
"mcpServers": {
"eclipse-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Eclipse IDE plugin exposing workspace operations to Claude Code via MCP
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 44 days ago. 4 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Eclipse Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An Eclipse IDE plugin that lets Claude Code control your Eclipse workspace — build, launch, read console output, and more.
Download eclipse.mcp.server_0.3.0.jar from the latest release and copy it into your Eclipse dropins/ folder:
<eclipse-install-dir>/eclipse/dropins/
Restart Eclipse (use -clean on first install).
claude mcp add eclipse --transport http http://localhost:5188/mcp -s user
That's it. Claude Code can now control your Eclipse workspace.
| Tool | Description |
|------|-------------|
| list_projects | List all projects in the workspace |
| list_launch_configs | List all run/debug configurations |
| list_launches | List active and recent launches |
| launch | Launch a run configuration (run or debug mode) |
| terminate | Terminate running launches |
| refresh_project | Refresh project(s) from filesystem |
| build_project | Build project(s) |
| get_console_output | Read stdout/stderr from a launch |
| run | All-in-one: terminate + refresh + build + launch |
Requires Java 17+ and Eclipse IDE (2023-06 or later).
cd plugin
build-plugin.bat
This compiles, builds the JAR, and copies it to your Eclipse dropins/ directory.
MIT