Skip to main content
Glama
404Simon

wikicfp-mcp

by 404Simon

WikiCFP MCP

WikiCFP(コミュニティがキュレーションする学術会議データベース)の読み取り専用MCPサーバーです。会議検索、カテゴリ全体の閲覧、および論文募集の詳細をMCPツールとして公開します。

必要条件

  • Python 3.13+

  • uv

Related MCP server: confluence-http-api-mcp

セットアップ

uv sync

設定

これはMCPサーバーです。コーディングエージェントのMCP設定に登録すると、エージェントがそのツールを使用できるようになります。

ほとんどのエージェントは同じローカルstdio設定を受け入れます。例えば、Opencodeではopencode.jsonに追加します:

{
  "mcp": {
    "wikicfp-mcp": {
      "command": [
        "/home/simon/dev/wikicfp-mcp/.venv/bin/python",
        "/home/simon/dev/wikicfp-mcp/src/main.py"
      ],
      "enabled": true,
      "type": "local"
    }
  }
}

この設定後、エージェントは自動的にツールを検出し、次のように質問するだけで使えます:

「9月以降の締切があるGreen AIに関する今後の会議を探して」

ツール

search_conferences

クエリに一致する学術会議をWikiCFPで検索します。

引数

説明

query

string(必須)

検索語(例:「ai agent」「machine learning」)

year

string(オプション)

年フィルター:t(今年、デフォルト)、n(来年)、a(すべて)

limit

number(オプション)

返される会議の最大数(デフォルト:10)

会議のリストを返します。各会議には、名前、説明、日付(when)、場所(where)、投稿締切(deadline)、WikiCFPのurlが含まれます:

[
  {
    "name": "Cyber-AI 2026",
    "description": "The 2nd IEEE 2026 International Conference on Cybersecurity and AI-Based Systems (Scopus)",
    "when": "Sep 22, 2026 - Sep 25, 2026",
    "where": "Bucharest, Romania",
    "deadline": "Jul 31, 2026",
    "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=191252&copyownerid=196290"
  }
]

conference_details

会議のWikiCFPページURL(search_conferencesが返すurlフィールド)から、完全な論文募集詳細を取得します。

引数

説明

url

string(必須)

search_conferencesからのWikiCFPイベントページURL

名前、説明、日付、場所、公式ウェブサイト、すべての締切、カテゴリを返します:

{"name": "SMARTGREENS 2027",
 "description": "SMARTGREENS  2027 : 16th International Conference on Smart Cities and Green ICT Systems",
 "when": "Apr 16, 2027 - Apr 17, 2027", "where": "Rome, Italy",
 "website": "https://smartgreens.scitevents.org/",
 "submission_deadline": "Nov 17, 2026", "notification_due": "Jan 15, 2027", "final_version_due": "Jan 27, 2027",
 "categories": ["services", "grid computing", "green computing", "smart grid"]}

list_categories

WikiCFPが追跡しているすべての会議カテゴリを、各カテゴリのCFP数順に一覧表示します。

最大約300のカテゴリを、名前、閲覧URL、CFP数とともに返します:

[{"name": "artificial intelligence", "url": "http://www.wikicfp.com/cfp/call?conference=artificial intelligence", "count": 10667},
 {"name": "machine learning", "url": "http://www.wikicfp.com/cfp/call?conference=machine learning", "count": 6454},
 {"name": "green computing", "url": "http://www.wikicfp.com/cfp/call?conference=green computing", "count": 149}, ...]

conferences_by_category

WikiCFPカテゴリ内の会議を1ページずつ一覧表示します。これはカテゴリの完全なビューです。WikiCFPが制限するキーワード検索とは異なり、pageを1からtotal_pages(1ページあたり約20)まで繰り返すことで、すべてのCFPにアクセスできます。

引数

説明

category

string(必須)

list_categoriesが返すカテゴリ名

page

number(オプション)

返すページ番号(1始まり、デフォルト:1)

ページメタデータ(total_pagestotal_cfps)とそのページの会議を返します。後のページには期限切れのCFPが含まれることに注意してください。

{"category": "green computing", "page": 1, "total_pages": 8, "total_cfps": 149,
 "conferences": [
   {"name": "SMARTGREENS 2027",
    "description": "16th International Conference on Smart Cities and Green ICT Systems",
    "when": "Apr 16, 2027 - Apr 17, 2027", "where": "Rome, Italy",
    "deadline": "Nov 17, 2026",
    "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=201733&copyownerid=45217"},
   {"name": "GREEN 2026",
    "description": "The Eleventh International Conference on Green Communications, Computing and Technologies",
    "when": "Oct 25, 2026 - Oct 29, 2026", "where": "Lisbon, Portugal",
    "deadline": "Jul 6, 2026",
    "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=199671&copyownerid=83510"}]}

find_conferences

指定されたキーワードのいずれかに一致する今後の会議を検索します。

引数

説明

keywords

string[](必須)

検索語のリスト。いずれかの語に一致する会議が該当します

year

string(オプション)

年フィルター:t(今年)、n(来年)、a(すべて、デフォルト)

min_deadline

string(オプション)

投稿締切がこの日付(YYYY-MM-DDまたはMon D, YYYY)以降の会議のみを保持します

limit

number(オプション)

返される会議の最大数(デフォルト:50)

各キーワードでWikiCFPを検索し、結果をマージして重複を排除し、まだ終了していない会議のみを保持します。結果は投稿締切順(早い順)に並べられます。日付や締切が不明(N/ATBD)の会議は常に保持されます。

[{"name": "MIT AI Conference 2026",
  "description": "MIT AI Conference 2026- AI: The Age of Agency",
  "when": "Oct 17, 2026 - Oct 17, 2026", "where": "Computer History Museum Mountain View, C",
  "deadline": "Oct 17, 2026",
  "url": "http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=201388&copyownerid=199571"}, ...]
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    SERP-free scholarly search MCP server that queries academic sources like arXiv, Semantic Scholar, and conference proceedings using official APIs and reverse-engineered endpoints, with no API keys required. It supports unified conference search and returns normalized paper metadata.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

  • Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.

  • Academic research MCP server for paper search, citation checks, graphs, and deep research.

View all MCP Connectors

Latest Blog Posts

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/404Simon/wikicfp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server