MCP 서버 데모
모델 제어 프로토콜(MCP) 서버 구현을 위한 간단한 데모 프로젝트입니다. MCP 클라이언트 구현은 추후 제공될 예정입니다.
개요
이 프로젝트는 AI 어시스턴트가 사용할 수 있는 여러 도구와 리소스를 제공하는 FastMCP로 구축된 간단한 MCP 서버를 보여줍니다.
- 뉴스 기사 가져오기 : WorldNewsAPI에서 뉴스 기사 쿼리 및 검색
- 간단한 계산 : 기본 덧셈 기능
- 날씨 정보 : 간단한 날씨 데이터 검색
- 동적 인사말 : 개인화된 인사말 리소스
설정
필수 조건
- 파이썬 3.x
- 테스트에 필요한 Python 패키지:
mcp-server
worldnewsapi
설치
- 이 저장소를 복제하세요
- 종속성 설치:지엑스피1
용법
서버 실행
Python으로 서버를 실행합니다. MCP 관련 구성에서 클라이언트를 다시 시작합니다(예: Claude Desktop 또는 Cursor IDE MCP).
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 도우미가 뉴스 기사를 가져오고, 계산을 수행하고, 날씨 데이터를 검색하고, 개인화된 인사말을 생성하는 도구를 제공하는 MCP(Model Control Protocol) 서버에 대한 간단한 데모 프로젝트입니다.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides a minimal template for creating AI assistant tools using the ModelContextProtocol, featuring a simple 'hello world' tool example and development setups for building custom MCP tools.Last updated -118TypeScriptThe Unlicense
- AsecurityFlicenseAqualityModel Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.Last updated -1010421JavaScript
- -securityAlicense-qualityMCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.Last updated -322PythonMIT License
- AsecurityAlicenseAqualityA foundation for building custom local Model Context Protocol (MCP) servers that provide tools accessible to AI assistants like Cursor or Claude Desktop.Last updated -19TypeScriptMIT License