
servidor Spring-AI-MCP
스프링부트와 ai 를 활용한 엑셀, ppt 생성 서버
1
Github Watches
0
Github Forks
0
Github Stars
Spring AI MCP Server
스프링부트와 AI를 활용한 엑셀, PPT 생성 서버입니다.
주요 기능
- AI를 활용한 엑셀 문서 자동 생성
- AI를 활용한 PPT 프레젠테이션 자동 생성
- RESTful API를 통한 비동기 문서 생성 요청 처리
기술 스택
- Java 17
- Spring Boot 3.2.3
- Spring AI 0.8.0 (OpenAI 활용)
- Apache POI 5.2.5 (엑셀, PPT 파일 생성)
요구 사항
- Java 17 이상
- OpenAI API 키
실행 방법
- 환경 변수 설정:
OPENAI_API_KEY=your_api_key
- 애플리케이션 빌드:
./gradlew clean build
- 애플리케이션 실행:
java -jar build/libs/spring-ai-mcp-server-0.0.1-SNAPSHOT.jar
API 사용 예시
1. 엑셀 문서 생성 요청
curl -X POST http://localhost:8080/api/documents \
-H "Content-Type: application/json" \
-d '{
"title": "2024년 분기별 매출 보고서",
"content": "2024년 1분기에서 3분기까지의 매출 데이터를 포함한 보고서를 생성합니다. 제품 카테고리별 매출과 총합을 표시하고, 분기별 증감률도 표시해주세요.",
"documentType": "EXCEL",
"sections": ["매출 개요", "제품별 실적", "지역별 실적"]
}'
2. PowerPoint 프레젠테이션 생성 요청
curl -X POST http://localhost:8080/api/documents \
-H "Content-Type: application/json" \
-d '{
"title": "AI 기술 동향 2025",
"content": "2025년 현재의 AI 기술 동향을 소개하는 프레젠테이션입니다. 생성형 AI 발전, 대규모 언어 모델, AI 윤리 및 규제, 산업별 AI 응용 사례 등을 다룹니다.",
"documentType": "POWERPOINT",
"sections": ["서론", "생성형 AI 동향", "대규모 언어 모델 발전", "산업별 AI 응용", "윤리 및 규제", "결론"]
}'
3. 문서 생성 상태 확인
curl -X GET http://localhost:8080/api/documents/{documentId}
4. 생성된 문서 다운로드
-
엑셀 파일:
curl -X GET http://localhost:8080/api/documents/excel/download/{fileName}
-
PowerPoint 파일:
curl -X GET http://localhost:8080/api/documents/ppt/download/{fileName}
설정 옵션
application.yml
에서 다양한 설정을 조정할 수 있습니다:
app:
document:
temp-dir: ${java.io.tmpdir}/spring-ai-mcp-server # 임시 파일 저장 경로
향후 개발 계획
- Markdown 문서 생성 기능 추가
- Confluence 페이지 자동 생성 기능 추가
- 다양한 문서 템플릿 지원
- 이미지 및 차트 자동 생성 기능
라이센스
MIT License
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Reviews

user_KOA0BdYw
The spring-ai-mcp-server by haeseoky is a phenomenal tool for embedded AI solutions. Its seamless integration and efficient performance have significantly improved my development workflow. Great documentation and community support make it a must-use tool for any AI developer. Highly recommend checking it out on GitHub!