Meta Kaggle MCP Server
Provides tools for searching and retrieving Kaggle competition details, discussion topics and messages, user information, and forum data using the Meta Kaggle dataset.
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., "@Meta Kaggle MCP Serversearch for the Titanic competition"
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.
Meta Kaggle MCP Server
Meta Kaggleデータセットから特定のコンペ名やキーワードでデータを検索し、Discussionや大会情報を取得できるMCPサーバーです。
機能
このMCPサーバーは以下の機能を提供します:
🔍 コンペティション検索
コンペティション名やキーワードで検索
詳細情報の取得(期限、参加者数、提出数など)
💬 Discussion検索
フォーラムトピックの検索
特定のコンペティションのDiscussion検索
メッセージ一覧の取得
👥 ユーザー検索
ユーザー名での検索
ユーザー情報の表示
🏛️ フォーラム情報
コンペティションのフォーラム情報取得
Related MCP server: DataHub MCP Server
利用可能なツール
1. search_competitions
コンペティション名やキーワードでコンペティションを検索します。
パラメータ:
query(必須): 検索クエリ(コンペティション名やキーワード)limit(オプション): 結果の最大件数(デフォルト: 10)
例:
{
"query": "titanic",
"limit": 5
}2. get_competition_details
特定のコンペティションの詳細情報を取得します。
パラメータ:
competition_id(必須): コンペティションID
例:
{
"competition_id": "3136"
}3. search_discussions
Discussion(フォーラムトピック)を検索します。
パラメータ:
query(必須): 検索クエリ(トピックタイトルやメッセージ内容)competition_id(オプション): 特定のコンペティションのDiscussionのみ検索limit(オプション): 結果の最大件数(デフォルト: 10)
例:
{
"query": "cross validation",
"limit": 5
}4. get_discussion_messages
特定のDiscussionのメッセージ一覧を取得します。
パラメータ:
topic_id(必須): フォーラムトピックIDlimit(オプション): 結果の最大件数(デフォルト: 20)
例:
{
"topic_id": "19389",
"limit": 10
}5. search_users
ユーザー名でユーザーを検索します。
パラメータ:
query(必須): 検索クエリ(ユーザー名)limit(オプション): 結果の最大件数(デフォルト: 10)
例:
{
"query": "goldbloom",
"limit": 5
}6. get_competition_forums
特定のコンペティションのフォーラム情報を取得します。
パラメータ:
competition_id(必須): コンペティションID
例:
{
"competition_id": "3136"
}セットアップ
1. 依存関係のインストール
uv sync2. MCPサーバーの実行
uv run mcp_server.py3. テストの実行
uv run test_server.pyMCPクライアントでの設定
MCPクライアント(例:Claude Desktop)でこのサーバーを使用するには、設定ファイルに以下を追加してください:
{
"mcpServers": {
"meta-kaggle": {
"command": "uv",
"args": ["run", "main.py"],
"cwd": "/path/to/meta-kaggle"
}
}
}データセット
このサーバーは以下のMeta Kaggleデータセットを使用します:
Competitions.csv- コンペティション情報Forums.csv- フォーラム情報ForumTopics.csv- フォーラムトピックForumMessages.csv- フォーラムメッセージUsers.csv- ユーザー情報
datasetsディレクトリに展開して配置してください。
使用例
コンペティション検索
「titanic」で検索すると、Titanic関連のコンペティションが表示されます。
Discussion検索
「cross validation」で検索すると、クロスバリデーションに関するDiscussionが表示されます。
ユーザー検索
「goldbloom」で検索すると、Goldbloom姓のユーザーが表示されます。
注意事項
データセットの読み込みには時間がかかる場合があります
大きなデータセットのため、メモリ使用量にご注意ください
検索結果は最大件数で制限されます
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 Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Kaggle competitions, including listing competitions, downloading files, submitting predictions, and viewing submission history.Last updated10
- Alicense-qualityCmaintenanceEnables AI agents to search, explore data lineage, understand business context, and generate SQL queries across an organization's data ecosystem.Last updatedApache 2.0
- Alicense-qualityBmaintenanceEnables searching and retrieving lessons, posts, comments, and member profiles from the Agent Architects community knowledge base for use with AI clients.Last updated1MIT
- AlicenseAqualityDmaintenanceEnables semantic search of Reddit posts, subreddit details, and trend discovery through natural language queries.Last updated4401MIT
Related MCP Connectors
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Search your knowledge bases from any AI assistant using hybrid RAG.
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/sor4chi/meta-kaggle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server