Overview
What is MCP PTNA News?
MCP PTNA News is a server designed to fetch the latest news from the Piano Teachers' National Association (PTNA) in Japan.
How to use MCP PTNA News?
To use MCP PTNA News, clone the repository from GitHub, install the necessary packages, and run the server using either a local command or npx.
Key features of MCP PTNA News?
- Fetches the latest news from PTNA.
- Allows filtering of news by categories such as competitions and concerts.
- Supports limiting the number of news items retrieved.
Use cases of MCP PTNA News?
- Retrieving the latest news about PTNA events.
- Filtering news related to competitions.
- Checking for concert-related news updates.
FAQ from MCP PTNA News?
- Can I filter news by category?
Yes! You can filter news by categories like competitions and concerts.
- Is there a limit to the number of news items I can retrieve?
Yes, you can set a limit on the number of news items fetched.
- What license is MCP PTNA News under?
MCP PTNA News is licensed under the MIT license.
Content
ピティナニュースMCPサーバー
全日本ピアノ指導者協会(ピティナ)の最新ニュースを取得するためのMCPサーバー。
Local Installation
git clone https://github.com/yourusername/ptna-news-mcp.git
cd ptna-news-mcp
npm install
npm run build
Claude for Desktopでの設定
Claude for Desktopの設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json
)に以下を追加:
local
git clone https://github.com/yourusername/ptna-news-mcp.git
cd ptna-news-mcp
npm install
npm run build
{
"mcpServers": {
"ptna-news": {
"command": "node",
"args": ["<cloned path>/dist/index.js"]
}
}
}
npx
{
"mcpServers": {
"ptna-news": {
"command": "npx",
"args": ["mcp-ptna-news"]
}
}
}
機能
- 全日本ピアノ指導者協会(ピティナ)の最新ニュースの取得
- カテゴリーによるフィルタリング(例:コンペティション、コンサート)
- 取得件数の制限
使用例
Claude for Desktopで以下のような質問ができます:
- ピティナの最新ニュースを教えて
- コンペティション関連のピティナニュースを3件取得して
- コンサートカテゴリーのニュースはある?
ライセンス
MIT
No tools information available.