Skip to main content
Glama
keta1930

ICML Paper Search MCP

by keta1930

ICML Paper Search MCP

English | 简体中文 | Documentation

An open-source MCP service for searching 6,341 ICML 2026 papers. It provides six tools for search, paper lookup, corpus metadata, and search sessions. Within a session, papers already returned are not returned again.

Add the public MCP

Claude Code:

claude mcp add --transport http icml-papers --scope user \
  https://icml.agent4sci.com:20441/mcp

Generic Streamable HTTP configuration:

{
  "mcpServers": {
    "icml-papers": {
      "type": "http",
      "url": "https://icml.agent4sci.com:20441/mcp"
    }
  }
}

The public instance is free to use while its shared quota is available.

Related MCP server: nesift-mcp

Tools

Tool

Purpose

open_search_session

Start a session

search_papers

Search papers and optionally deduplicate within a session

search_session_status

Read session status

close_search_session

Close a session

get_papers

Fetch papers by OpenReview ID

list_paper_areas

List research areas and paper types

Self-host with Docker

Requirements: Docker Compose and a DashScope key with access to qwen3.7-text-embedding.

mkdir -p deploy/secrets
printf '%s' 'YOUR_DASHSCOPE_KEY' > deploy/secrets/dashscope_api_key
chmod 600 deploy/secrets/dashscope_api_key

docker compose -f deploy/compose.yaml -f deploy/milvus.compose.yaml \
  up -d etcd minio standalone
docker compose -f deploy/compose.yaml -f deploy/milvus.compose.yaml \
  --profile build run --rm build-index
docker compose -f deploy/compose.yaml -f deploy/milvus.compose.yaml \
  up -d icml-mcp

The local MCP endpoint is http://127.0.0.1:20442/mcp. The Compose files include Milvus Standalone, etcd, and MinIO. Index data and runtime state are stored in Docker volumes.

See Local deployment for direct Python setup and configuration.

Retrieval

Milvus runs dense COSINE search and native BM25 search over each query, then combines the two rankings with standard RRF. DashScope supplies the query and document embeddings. SQLite stores session state, request limits, and the embedding cache.

Direction

The long-term work is to make retrieval more robust and add open scholarly data sources whose licensing and metadata quality can be verified.

Development

uv sync
uv run python -m pytest

License

MIT

A
license - permissive license
-
quality - not tested
B
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
    A
    quality
    B
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    Last updated
    3
    25
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for local semantic search over web content, enabling AI agents to ingest, index, and query pages with hybrid retrieval and token budget control.
    Last updated
    4
    GPL 2.0
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for on-device hybrid search over markdown knowledge bases, combining BM25, vector embeddings, and LLM reranking with link graph and time decay.
    Last updated
    51
    MIT

View all related MCP servers

Related MCP Connectors

  • Local-first RAG engine with MCP server for AI agent integration.

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

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

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/keta1930/icml2026-mcp'

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