Search papers, labs, and topics across Lattice.
This paper addresses the challenge of selecting appropriate Model Context Protocol (MCP) servers for specific development tasks by formulating a structured retrieval-and-ranking approach. The authors introduce Task2MCP, a dataset that links development tasks with MCP servers, enabling systematic recommendations and reproducible benchmarks. Their proposed model, T2MRec, enhances task efficiency by combining semantic relevance and engineering constraints, ultimately leading to improved tool integration for developers through an interactive recommendation agent.
Task2MCP reveals that a structured dataset can significantly enhance the efficiency of LLM-based tool recommendations, transforming how developers interact with the MCP ecosystem.
The rapid expansion of the model context protocol (MCP) ecosystem enables large language model (LLM)-based agents to access a wide range of external tools via a standardized interface. However, identifying appropriate MCP servers for a specific development task remains challenging. Existing studies primarily focus on measuring the MCP ecosystem or optimizing tool invocation mechanisms, while systematic recommendation frameworks and reproducible benchmarks for real-world development tasks remain largely unexplored. To address this limitation, we formulate task-oriented MCP server recommendation as a structured retrieval-and-ranking problem that jointly considers semantic relevance and engineering constraints. We first construct Task2MCP, a task-centered dataset that systematically associates taxonomy-grounded development tasks with curated MCP servers. This dataset provides structured supervision and a reproducible evaluation environment for research on MCP tool recommendations. Building on this dataset, we propose T2MRec, a task-to-MCP server recommendation model. It models semantic relevance and structural compatibility to construct an initial candidate set. Then it improves coverage and ranking quality through centroid-based candidate expansion and constrained LLM-based re-ranking. In addition, we design and implement an interactive MCP server recommendation agent prototype that operates in conversational environments to support dynamic decision-making. The agent assists developers in efficiently evaluating and integrating tools by providing recommended MCP servers together with usage guidelines.