MCP

MCP Server Directory

Find MCP servers for browser automation, GitHub, files, and developer workflows. Compare official sources, transports, permissions, runtimes, and compatibility.

3 curated mcp servers Browse every resource type →

How to choose

Evaluate the fit before you install

Every entry links to the maintainer's source and records compatibility, license, runtime, and review date. Confirm permissions and current release notes before using it in production.

What is an MCP server?

An MCP server is a program that gives an AI client a structured interface to external capabilities. Depending on the server, an agent may be able to inspect files, automate a browser, work with repositories, query a service, or retrieve live business data. The server describes its available tools and accepts structured calls from an MCP-compatible host.

MCP standardizes the connection, but it does not make every integration safe by default. The actual security boundary depends on the server process, its credentials, allowed directories, enabled toolsets, network access, and the permissions granted by the remote service.

How to evaluate an MCP server

Prefer an official server maintained by the product owner or protocol project when one exists. Verify the repository and package name, then review how the server is launched and updated. Check whether it uses local stdio, a remote HTTP endpoint, or another supported transport. Remote servers require additional scrutiny because authentication, data retention, and service ownership may differ from a local process.

Grant the narrowest useful access. Use read-only modes for research, restrict filesystem roots, select only necessary toolsets, and use fine-grained credentials. Keep secrets in environment variables or a secure credential store rather than committed configuration. For browser automation, isolate profiles when an agent should not inherit personal sessions. For repository tools, test with a low-risk project before enabling write operations.

When MCP is the right layer

Use MCP when an agent needs live tools or data and the client benefits from a persistent, structured integration. A command-line tool or purpose-built skill may be more efficient for short, deterministic operations. If the workflow also needs state, retries, handoffs, or long-running orchestration, explore the agent framework directory. For reusable operating instructions, browse Agent Skills, or start with the complete resource library.

Curated directory

Browse MCP servers

Official sources · compatibility · safety notes