manankapoor-in/insurance-mcp-server
3.1
If you are the rightful owner of insurance-mcp-server 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.
An application to demonstrate MCP server integration with Claude client.
Insurance MCP Server:
An application to demonstrate MCP server integration with Claude client.
How to Integrate MCP with Claude client.
Pre-requisite: Claude Desktop Client, Java 17 & MySQL Server with Workbench.
Steps to run the application:
- Download Claude Client - https://claude.ai/download
- Clone the repository
- Update database connection as per your system (port number, username, password etc.)
- Compile code to prepare an executable JAR file. (mvn clean install)
- Once the JAR file is generated, open Claude Desktop Client and Click on Hamburger icon on the top left side then, File->Settings->Developer->Edit Config
- Edit file "claude_desktop_config.json" and update the below content and save it.
Note: D:/My Projects/Spring AI/insurance/target/insurance-0.0.1-SNAPSHOT.jar - This is path to your generated JAR file, may vary from system to system.
{ "insurance-mcp-server": { "command": "java", "args": [ "-jar", "D:/My Projects/Spring AI/insurance/target/insurance-0.0.1-SNAPSHOT.jar" ] } } }
- Restart your Claude Desktop Client to fetch newly added changes. (File->Exit)
- Now click on the Tool bar button and enable your MCP server
- Your setup is completed and now you can start chatting with on your personlised data.