Plynixy
BrowseCategoriesSubmitAPIPricing
Plynixy

The canonical directory for Model Context Protocol servers.

Product

  • Browse servers
  • Submit a server
  • Pricing
  • Public API

Resources

  • About
  • FAQ
  • Newsletter
  • GitHub

Legal

  • Terms
  • Privacy
  • Cookies

Get the weekly digest

Five new MCP servers every Sunday. No spam, unsubscribe anytime.

© 2026 Plynixy. All rights reserved.Built with Next.js, Drizzle & Tailwind.

Public API

Read-only access to the Plynixy catalog. No authentication required. Rate-limited at 60 requests/minute per IP. Responses are JSON.

Endpoints

GET/api/v1/servers

List approved servers. Supports q, category, tag, official=true, sort=stars|recent|votes, page, pageSize (max 100).

curl https://plynixy.com/api/v1/servers?category=databases&sort=stars
GET/api/v1/servers/:slug

Full detail for a single server, including install commands and tags.

curl https://plynixy.com/api/v1/servers/modelcontextprotocol-servers-postgres
GET/api/v1/categories

List all categories with server counts.

curl https://plynixy.com/api/v1/categories

Caching

List endpoints are cached at the edge for 60s with stale-while-revalidate. Detail endpoints reflect the latest sync (weekly + manual via admin).

Want write access?

Write API is on the roadmap. For now, submit via the form.