ICML Paper Search 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., "@ICML Paper Search MCPsearch ICML papers on diffusion models for language"
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.
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/mcpGeneric 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 |
| Start a session |
| Search papers and optionally deduplicate within a session |
| Read session status |
| Close a session |
| Fetch papers by OpenReview ID |
| 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-mcpThe 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 pytestLicense
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
- AlicenseAqualityBmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.Last updated325MIT
- Alicense-qualityBmaintenanceMCP 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 updated4GPL 2.0
- Alicense-qualityBmaintenanceMCP server for on-device hybrid search over markdown knowledge bases, combining BM25, vector embeddings, and LLM reranking with link graph and time decay.Last updated51MIT
- Flicense-qualityDmaintenanceMCP server that enables semantic search over local PDF collections using local RAG, with automatic indexing of new documents.Last updated
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.
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/keta1930/icml2026-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server