mcp-server-java
If you are the rightful owner of mcp-server-java and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication between different components in a distributed system, often used in conjunction with language model technologies like LLM.
Build the project
mvn clean package
Configure Claude Desktop
{
"mcpServers": {
"java-mcp": {
"command": "java",
"args": [
"-jar",
"/home/kenneth/Projects/java-mcp-server/target/java-mcp-server-1.0-SNAPSHOT-with-dependencies.jar"
]
}
}
}