mcp-server-springboot

Rakib911Hossan/mcp-server-springboot
★ 2 stars Java 🤖 AI/LLM Updated 7mo ago
A Java Spring Boot backend server for the MCP project. It provides RESTful APIs for handling core functionalities and integrates OpenAI GPT for intelligent processing. Designed for scalability and easy integration with frontend applications.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-springboo": {
      "command": "npx",
      "args": [
        "-y",
        "Rakib911Hossan/mcp-server-springboot"
      ]
    }
  }
}