kokkai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kokkai-mcp最近の生成AIに関する国会での発言を検索してください"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kokkai-mcp
国会議事録検索・要約 MCP サーバー
国立国会図書館の国会会議録検索システム API を利用し、 発言検索・会議録取得・議事録要約を MCP ツールとして提供します。
機能
ツール | 説明 |
| キーワード・発言者・会議名・期間で発言を検索 |
| issueID を指定して会議録全体を取得 |
| 発言一覧を要約(brief / standard / detailed) |
| 会議録全体を取得して要約 |
Related MCP server: houan-mcp
セットアップ
1. 依存関係のインストール
npm install2. 環境変数の設定
cp .env.example .env
# .env を編集して ANTHROPIC_API_KEY を設定する必須の環境変数:
変数名 | 説明 |
| Anthropic Claude API キー(https://console.anthropic.com/ で取得) |
3. ビルド
npm run build4. Claude Desktop への登録
claude_desktop_config.json に以下を追加する:
{
"mcpServers": {
"kokkai-mcp": {
"command": "node",
"args": ["/path/to/kokkai-mcp/dist/server.js"],
"env": {
"ANTHROPIC_API_KEY": "your-api-key-here"
}
}
}
}開発
npm run dev # ホットリロード起動
npm test # テスト実行
npm run lint # Lint チェック
npm run build # ビルド使用例
発言検索
生成AIに関する最近の国会議論を検索してください。
→ search_speeches({ query: "生成AI", from: "2024-01-01", limit: 10 })会議録要約
issueID の会議録を要約してください。
→ summarize_meeting({ issueID: "...", mode: "standard" })アーキテクチャ
Node.js 20+ / TypeScript 5.x
MCP SDK (stdio transport)
Anthropic Claude API(claude-3-5-haiku デフォルト)
メモリキャッシュ(TTL: 発言 1 日、会議録・要約 7 日)
詳細は docs/architecture/ を参照してください。
ライセンス
本ソフトウェアの利用にあたっては、 国会会議録検索システム利用規約 に従うこと。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides a structured interface to the Japanese National Diet Library's parliamentary proceedings API, allowing AI models to search and retrieve Diet meeting records and speeches.31
- AlicenseAqualityCmaintenanceMCP server for searching Japanese Diet bills and committee Q\&A records via the NDL Kokkai API.4191MIT
- Alicense-qualityCmaintenanceEnables LLM clients to search and analyze bills, members, committees, meetings, votes, and reports from the South Korean National Assembly OpenAPI through MCP tools.MIT
- AlicenseAqualityCmaintenanceSearch Japan's National Diet records (1947-present): ministerial statements, committee Q&A, and policy debates with speaker, party, and citation URLs.2MIT
Related MCP Connectors
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/harutomo51/kokkai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server