Ask HN: Is manually discovering and configuring MCP servers the only way?
1 bingwu1995 3 8/1/2025, 12:48:55 PM
After reading this paper on autonomous tool invocation (https://arxiv.org/pdf/2506.01056), I'm wondering if others share my frustration with the current MCP (Model Context Protocol) workflow.
My typical process for adding a new capability to my agent:
1) Search for MCP servers that might have the functionality I need 2) Read through documentation to verify it actually does what I want 3) Install the MCP server and manually add it to my agent's tool list
This feels incredibly time-consuming and not "agentic".
Am I missing something? For those building with MCP:
- How do you discover relevant MCP servers for your use cases? - Is there a tool/platform that aggregates MCP servers with searchable capabilities? - Has anyone automated the process of going from "I need X functionality" to "agent can now do X"?
Feels like there should be a better way where agents could discover and configure tools themselves based on capability requirements.
Comments (3)
PaulHoule · 15h ago
Sounds like you need another MCP server
bingwu1995 · 15h ago
Or https://github.com/aipotheosis-labs/aci?
bingwu1995 · 15h ago
Does https://github.com/mcp-use/mcp-use do the job?