contactbookmcp

AMITSRIVASTAVAEC/contactbookmcp

3.2

If you are the rightful owner of contactbookmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication between applications and models using a standardized protocol. It is particularly useful for integrating machine learning models into various applications seamlessly.

Tools
2
Resources
0
Prompts
0

Use it in Cursor (MCP) Build the JAR once: mvn -DskipTests clean package In Cursor: Settings → Features → MCP → Add Custom Server Name: contact-book Command: java Args: -jar C:\MCP-Server\Java-Version\target\contact-book-mcp-0.0.1-SNAPSHOT.jar Working directory: C:\MCP-Server\Java-Version Environment (auto): no change needed; we already set spring.ai.mcp.server.transport=STDIO Save, then reload Cursor window. Use the tools In the Cursor chat, open the Tools panel and select: list-contacts get-phone-by-name with input name (e.g., “Amit Kumar”) Notes Do not run the server separately for MCP; Cursor will spawn it via STDIO. Ensure Java 21 is on PATH and the JAR path is correct. If tools don’t appear, re-check command/args and rebuild the JAR.