About
This is simple MCP server built with Spring AI
README
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
Installing Bookdata
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/akyyev/mcp-server-bookdataFAQ
Is Bookdata MCP free?
Yes, Bookdata MCP is free — one-click install via Unyly at no cost.
Does Bookdata need an API key?
No, Bookdata runs without API keys or environment variables.
Is Bookdata hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bookdata in Claude Desktop, Claude Code or Cursor?
Open Bookdata on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Bookdata with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
