MCP Servers

An up-to-date directory of official and community MCP (Model Context Protocol) servers for popular software.

What is an MCP server?

An MCP server exposes a tool's data and actions to AI agents using the Model Context Protocol. Instead of an agent scraping a UI or guessing at an API, it can connect to a standardized MCP server and reliably read data, call actions, and understand what a tool supports.

How we track MCP servers

  • Whether the server is official, community-built, or missing entirely.
  • A direct link to the docs or GitHub repo for the server.
  • Whether it supports read actions, write actions, or both.
  • How difficult authentication is (none, API key, OAuth, or complex).
  • Which agent clients it has been verified to work with.

Why "official" matters

Anyone can publish a community MCP server, and quality varies widely. We flag official servers maintained by the vendor themselves so you know which integrations are safe to trust for production use.

Related