akyyev/mcp-server-bookdata
3.2
If you are the rightful owner of mcp-server-bookdata 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 Spring AI MCP Server is a Spring Boot application designed to function as a Model Context Protocol server, offering AI-driven services and data management specifically for books.
Spring AI MCP Server
This project is a Spring Boot application that serves as an MCP (Model Context Protocol) server, providing AI-powered services and data management for books.
Features
- Spring Boot based REST API
- Book data management
- Configurable application properties
- Modular code structure (config, model, service)
- Ready for extension with AI features
Run Tests
./mvnw test
Configuration
Edit src/main/resources/application.properties
to customize application settings.
Extending
- Add new models in
model/
- Add new services in
service/
- Update configuration in
config/
MCP BookData Server Command
To run the MCP BookData Server manually, use the following command configuration:
"mcp-bookdata-server": {
"command": "/opt/homebrew/opt/openjdk@21/bin/java",
"args": [
"-jar",
"/Users/bmac/Desktop/repos/spring-ai-mcp-server/target/spring-ai-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
AI response - books from the mcp server
License
MIT