jgrants-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., "@jgrants-mcp中小企業向けの補助金を検索して"
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.
Jグランツ MCP サーバー
デジタル庁の補助金電子申請システム「Jグランツ」の公開APIをラップしたModel Context Protocol (MCP) サーバー。Claude DesktopなどのLLMが自然言語で補助金・助成金情報を検索・取得できるようにします。
🚀 クイックスタート
1. セットアップ
# リポジトリのクローン
git clone https://github.com/42tahara/jgrants-mcp.git
cd jgrants-mcp
# 仮想環境の作成と有効化
python3 -m venv venv
source venv/bin/activate # macOS/Linux
# 依存関係のインストール
pip install -r requirements.txt2. Claude Desktopへの設定
設定ファイル: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"jgrants": {
"command": "/絶対パス/venv/bin/python",
"args": ["/絶対パス/jgrants_mcp_server.py"]
}
}
}設定例は examples/claude_desktop_config.example.json を参照してください。
3. 動作確認
# MCPサーバーのテスト
python tests/test_mcp_server.pyRelated MCP server: jgrants-mcp-server
📚 ドキュメント
詳細なドキュメントは docs/ ディレクトリにあります:
完全版README - セットアップ方法、使い方、全ツール解説
使用例集 - 具体的なクエリパターンと実例
開発者ガイド - アーキテクチャ、API仕様、開発ワークフロー
AI向けガイド - Claude Code向けプロジェクト概要(ルート配置)
🛠️ 主な機能
提供ツール
search_subsidies- 補助金・助成金の検索キーワード検索、フィルタリング(業種、地域、従業員数など)
募集中のみ表示オプション
get_subsidy_detail- 特定の補助金の詳細情報取得全21フィールドの完全実装
HTML除去済みの見やすい形式
list_search_options- 検索フィルタオプション一覧利用可能な業種、地域、従業員数区分を表示
📁 プロジェクト構成
jgrants/
├── jgrants_mcp_server.py # メインのMCPサーバー実装
├── requirements.txt # 依存パッケージ
├── CLAUDE.md # Claude Code向けガイド
├── docs/ # 詳細ドキュメント
├── tests/ # テスト・検証スクリプト
└── examples/ # 設定ファイル例🔗 関連リンク
📄 ライセンス
このプロジェクトはMITライセンスの下で公開されています。
詳しい情報は docs/README.md をご覧ください。
This server cannot be installed
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 Connectors
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for searching Airweave collections with natural language queries.
Related MCP Servers
- MIT

jgrants-mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server for Japan's Jグランツ grant application system, enabling LLMs to search and retrieve subsidy information via natural language.50MIT- FlicenseBqualityDmaintenanceMCP server for searching Japanese government procurement notices via the Kanpou API. Enables LLMs to search by date, keyword, or detailed criteria.31-
- AlicenseAqualityDmaintenanceAn MCP server that provides access to Japan's central and municipal subsidies, covering over 20,000 municipal grants not exposed by official APIs, with tools for search, comparison, citation verification, and practitioner referrals.1350MIT