spring-ai-mcp-server

haeseoky/spring-ai-mcp-server
★ 6 stars Java 📦 Other Updated 4mo ago
스프링부트와 AI를 활용한 엑셀, PPT 생성 서버
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spring-ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "haeseoky/spring-ai-mcp-server"
      ]
    }
  }
}