Skip to main content
Glama

MCP Server Demo

by dynstat

MCP 서버 데모

모델 제어 프로토콜(MCP) 서버 구현을 위한 간단한 데모 프로젝트입니다. MCP 클라이언트 구현은 추후 제공될 예정입니다.

개요

이 프로젝트는 AI 어시스턴트가 사용할 수 있는 여러 도구와 리소스를 제공하는 FastMCP로 구축된 간단한 MCP 서버를 보여줍니다.

  • 뉴스 기사 가져오기 : WorldNewsAPI에서 뉴스 기사 쿼리 및 검색
  • 간단한 계산 : 기본 덧셈 기능
  • 날씨 정보 : 간단한 날씨 데이터 검색
  • 동적 인사말 : 개인화된 인사말 리소스

설정

필수 조건

  • 파이썬 3.x
  • 테스트에 필요한 Python 패키지:
    • mcp-server
    • worldnewsapi

설치

  1. 이 저장소를 복제하세요
  2. 종속성 설치:지엑스피1
    uv add worldnewsapi
    pip install mcp-server worldnewsapi

용법

서버 실행

Python으로 서버를 실행합니다. MCP 관련 구성에서 클라이언트를 다시 시작합니다(예: Claude Desktop 또는 Cursor IDE MCP).

-
security - not tested
F
license - not found
-
quality - not tested

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) 서버에 대한 간단한 데모 프로젝트입니다.

  1. 개요
    1. 설정
      1. 필수 조건
      2. 설치
    2. 용법
      1. 서버 실행

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A foundation for building custom local Model Context Protocol (MCP) servers that provide tools accessible to AI assistants like Cursor or Claude Desktop.
      Last updated -
      1
      26
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A modern Model Context Protocol (MCP) server that enables AI assistants to collect interactive user feedback, supporting text and image-based responses.
      Last updated -
      3
      Python
      MIT License
    • -
      security
      A
      license
      -
      quality
      Model Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.
      Last updated -
      52
      3
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A demonstration server based on Model Context Protocol (MCP) that showcases how to build custom tools for AI assistants, providing mathematical calculation and multilingual greeting capabilities.
      Last updated -
      3
      TypeScript

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dynstat/mcp-demo'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server