Confidential guide on numerology and astrology, based of GG33 Public information

Spring-Aai-MCP-Server
스프링부트와 ai 를 활용한 엑셀, ppt 생성 서버
3 years
Works with Finder
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
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un bot de chat IA pour les petites et moyennes équipes, soutenant des modèles tels que Deepseek, Open AI, Claude et Gemini. 专为中小团队设计的 Ai 聊天应用 , 支持 Deepseek 、 Open Ai 、 Claude 、 Gemini 等模型。
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
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!