Agent-native MCP discovery
Find any MCP
from inside your agent.
Vyn is a Model Context Protocol server that lets Claude, Cursor, Cline, and ChatGPT find, recommend, and install other MCPs by intent — not by browsing. One call, full stacks, host-aware install instructions.
Intent-first
Describe what you want, not what tool to use. Vyn picks the right MCP across 12,000+ servers.
Stack composer
Building a SaaS, automation, or research agent? Vyn returns the full bundle, not one tool at a time.
Host-aware install
Get the exact config for Claude Desktop, Cursor, Cline, ChatGPT — and a compatibility check before you install.
Use it in any LLM
# Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"vyn": {
"command": "npx",
"args": ["-y", "@vyn/mcp"]
}
}
}