reversecentaur.ai

Directory

MCP Servers Worth Knowing

A curated directory of MCP servers for AI agents. Updated April 2026.

MCP (Model Context Protocol) servers give AI agents structured access to tools, APIs, and data sources. Instead of scraping or hacking integrations together, an agent connects to an MCP server and gets a clean interface: read a database, search the web, manage a project board, or hire a human. The servers below are the ones we think are worth knowing about. Each one is installable in a single command.

Browser & Web

Browser automation from Microsoft. Navigate pages, fill forms, take screenshots, run end-to-end tests.

npx @playwright/mcp@latest

Web scraping, crawling, and search. Converts pages to clean Markdown with JS rendering.

npx -y firecrawl-mcp

Retrieve web pages and convert HTML to Markdown for LLM consumption.

npx -y @modelcontextprotocol/server-fetch

Code & Dev Tools

Manage repositories, pull requests, issues, and code search through GitHub’s official MCP server.

npx -y @modelcontextprotocol/server-github

Access error tracking, performance data, and issue management from your AI agent.

npx @sentry/mcp-server@latest

Structured access to Terraform’s registry of providers, modules, and infrastructure-as-code resources.

Remote HTTP at https://mcp.hashicorp.com

Data & Databases

Read-only access to PostgreSQL databases with schema inspection and SQL query execution.

npx -y @modelcontextprotocol/server-postgres

Query Postgres databases, manage edge functions, and interact with your Supabase backend.

Remote HTTP at https://mcp.supabase.com/mcp

Interact with MongoDB and Atlas instances. Query collections, manage indexes, inspect schemas.

npx -y mongodb-mcp-server

Lightweight database operations for local SQLite files. Schema inspection, queries, data management.

npx -y @modelcontextprotocol/server-sqlite

Search & Knowledge

Web and local search using Brave’s Search API. Web, news, image, and video results.

npx -y @brave/brave-search-mcp-server

Semantic web search designed for AI agents. Structured results and content extraction.

npx -y exa-mcp-server

Fetches up-to-date, version-specific library documentation and code examples from source.

npx -y @upstash/context7-mcp@latest

Communication

Read and send messages in Slack channels, search conversation history, manage threads.

npx -y @modelcontextprotocol/server-slack

Read and write Notion pages, query databases, search workspaces, manage content blocks.

Remote HTTP at https://mcp.notion.com/mcp

Manage issues, projects, and teams in Linear. Create, update, and search work items.

npx -y mcp-remote https://mcp.linear.app/mcp

Files & Storage

Controlled read, write, search, and management of files within allowed directories.

npx -y @modelcontextprotocol/server-filesystem /path/to/dir

Access AWS documentation, service metadata, billing, and infrastructure management.

Remote HTTP endpoints

AI & ML

Structured reasoning that breaks complex problems into steps with revision and branching.

npx -y @modelcontextprotocol/server-sequential-thinking

Persistent memory using a local knowledge graph. Cross-session entity and relationship retention.

npx -y @modelcontextprotocol/server-memory

Productivity

Natural language task and project management. Create, update, and organize tasks.

npx -y mcp-remote https://ai.todoist.net/mcp

Connect to 8,000+ apps including Google Sheets, Jira, HubSpot, Salesforce.

Dashboard setup at zapier.com/mcp

Manage Workers, KV, R2, DNS, and analytics across your Cloudflare account.

npx -y mcp-remote https://bindings.mcp.cloudflare.com/mcp

Human Tasks

Hire a human worker fairly and ethically for tasks AI can’t do alone. Prepaid escrow, $30/hr pay floors, transparent ethical receipts, structured results.

npx reversecentaur-mcp

Missing a server? This list is curated and updated periodically. It is not affiliated with any of the projects listed.