Give your AI assistant direct access to Y Combinator company data. Search companies, explore batches, and discover founders—all through natural conversation.
The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources and tools. Instead of copy-pasting data or manually searching, you can simply ask your AI to look things up directly.
With the yc-mcp server, Claude gains the ability to search YC companies, list batch participants, and retrieve detailed company information including founder LinkedIn profiles.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"yc": {
"command": "npx",
"args": ["-y", "yc-mcp"]
}
}
}Restart Claude Desktop after saving.
Add to your project's .mcp.json:
{
"mcpServers": {
"yc": {
"command": "npx",
"args": ["-y", "yc-mcp"]
}
}
}