MCP.so
ログイン

ピティナニュースMCPサーバー

@PTNA

ピティナニュースMCPサーバー について

MCP Server for PTNA news feeds

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

PTNA

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "ptna-news": {
      "command": "npx",
      "args": [
        "mcp-ptna-news"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ピティナニュースMCPサーバー?

It is an MCP server that fetches the latest news from the All Japan Piano Instructors Association (ピティナ). Designed for users who want to query piano-related news through Claude Desktop.

How to use ピティナニュースMCPサーバー?

Clone the repository, install dependencies with npm, and build the project. Then configure Claude Desktop by adding an entry in claude_desktop_config.json using either the local build path or the npx command. After setup, you can ask Claude questions like “ピティナの最新ニュースを教えて” to retrieve news.

Key features of ピティナニュースMCPサーバー

  • Fetches the latest news from ピティナ (All Japan Piano Instructors Association)
  • Supports filtering by category (e.g., competition, concert)
  • Allows limiting the number of retrieved news items

Use cases of ピティナニュースMCPサーバー

  • Get the most recent piano‑related news from ピティナ via Claude Desktop
  • Filter news to show only competition or concert announcements
  • Retrieve a specific number of news items (e.g., the latest three articles)

FAQ from ピティナニュースMCPサーバー

How do I filter news by category?

You can ask Claude a question that includes the category, for example “コンペティション関連のピティナニュースを3件取得して” to filter by competition news. The README also mentions concert as another example category.

Can I limit the number of news items retrieved?

Yes. Specify the desired count in your question, such as “ピティナニュースを3件取得して” to receive up to three results.

What are the runtime requirements?

Node.js and npm are required to install dependencies and build the server.

How do I connect this server to Claude Desktop?

Add a configuration entry to `~/Library

コメント

「その他」の他のコンテンツ