An Open, Structured, and Standard Registry for MCP Servers and Packages
Access the complete MCP registry data programmatically:
Fetch all MCP servers:
curl http://localhost:3003/api/v1/packages
Or use in JavaScript:
fetch('/api/v1/packages').then(r => r.json()).then(console.log)
Direct access to registry data files: