Skip to main content
Glama

MCP Server Demo

by dynstat

MCP サーバーデモ

モデル制御プロトコル(MCP)サーバー実装のためのシンプルなデモプロジェクトです。MCPクライアント実装は将来提供される予定です。

概要

このプロジェクトでは、AI アシスタントが使用できるいくつかのツールとリソースを提供する、FastMCP で構築されたシンプルな MCP サーバーを紹介します。

  • ニュース記事の取得: WorldNewsAPI からニュース記事をクエリして取得する
  • シンプルな計算:基本的な加算機能
  • 天気情報:シンプルな天気データの取得
  • ダイナミックグリーティング:パーソナライズされたグリーティングリソース

設定

前提条件

  • Python 3.x
  • 必要な Python パッケージ (テストに使用):
    • mcp-server
    • worldnewsapi

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    uv add mcp-server
    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) サーバーのシンプルなデモ プロジェクトです。

  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
      25
      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 -
      25
      2
      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