ピティナニュースMCPサーバー
About
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.
Details
- Author
- PTNA
- Downloads
- 266
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ピティナニュースMCPサーバーCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
get_ptna_news
全日本ピアノ指導者協会(ピティナ)の最新ニュースを取得します
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u30d4\u30c6\u30a3\u30ca\u30cb\u30e5\u30fc\u30b9mcp\u30b5\u30fc\u30d0\u30fc": {
"ptna-news": {
"command": "npx",
"args": [
"mcp-ptna-news"
]
}
}
}
}
McpServers
{
"ptna-news": {
"command": "npx",
"args": [
"mcp-ptna-news"
]
}
}
ピティナニュース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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



