freshcrate MCP server ๐
The tagline is โopen source packages for agentsโ โ so freshcrate is itself an MCP server. Point any MCP client at one URL and your agent can search, browse, and inspect the whole directory (3166 packages and counting) without leaving the conversation. No install, no API key, read-only.
Claude Code
claude mcp add --transport http freshcrate https://www.freshcrate.ai/api/mcp
Claude Desktop / generic client
Add to claude_desktop_config.json(or any client's MCP config):
{
"mcpServers": {
"freshcrate": {
"type": "http",
"url": "https://www.freshcrate.ai/api/mcp"
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"freshcrate": { "url": "https://www.freshcrate.ai/api/mcp" }
}
}Tools
Prefer raw HTTP? The same data is on the JSON API. Browse the directory in your browser.
