ASTGL Definitive Answers

What Are the Best MCP Servers Available Right Now?

James Cruce

There are thousands of MCP servers on public registries. Most of them are mediocre. Here are the ones actually worth installing, organized by what you’re trying to do.

I use MCP servers daily — this list is based on real usage, not registry star counts.

Productivity

These are the “connect these first” servers. They give AI access to the tools you already live in.

ServerWhat It DoesWhy It’s Good
Google CalendarRead/write calendar events, find free time, check conflictsThe single most useful first MCP server. “What’s on my calendar tomorrow?” becomes instant.
GmailSearch, read, draft, and organize email”Find all emails from [person] this week” saves real time. Draft responses without switching apps.
SlackRead channels, send messages, search historyLet AI summarize what you missed overnight. Post updates without opening Slack.
NotionRead and write to Notion databases and pagesIf Notion is your second brain, this gives AI direct access to it.
Todoist / LinearTask management — create, update, query tasks”What’s overdue?” and “Add a task to follow up with Sarah” from any AI chat.
Google DriveSearch and read documents, sheets, slidesAccess your files without manual exports.

Stack these: Calendar + Gmail + Todoist gives AI enough context to say “You have a meeting with Sarah at 2pm, here’s her last email, and you have an overdue task to send her the proposal.” One question, three servers working together.

Development

If you write code, these are essential.

ServerWhat It DoesWhy It’s Good
GitHubRepos, PRs, issues, code search, actionsThe most-installed dev MCP server. Manage repos from your AI chat.
FilesystemRead, write, search local filesLet AI access your project files directly. Foundation for code-aware assistance.
PostgreSQL / SQLiteQuery databases, inspect schemas”Show me users who signed up this week” without writing SQL manually.
DockerManage containers, images, logsCheck container status and read logs from your AI chat.
SentryError tracking, issue search”What errors are trending in production?” with real data.

The power combo: GitHub + Filesystem + Database lets AI understand your codebase, check live data, and create PRs — all from natural language requests.

Research & Information

These extend AI’s knowledge beyond its training data.

ServerWhat It DoesWhy It’s Good
Web SearchReal-time web search with page content extractionAI can look things up instead of guessing. Essential for current events and recent information.
FirecrawlFull website scraping, crawling, structured extractionExtract data from any website. Scrape documentation, product pages, competitor sites.
PubMedSearch academic medical literatureSearch articles, get full text, find related research. Invaluable for medical and science professionals.
WikipediaStructured Wikipedia accessQuick factual lookups with source citations.
Brave SearchPrivacy-focused web searchAlternative to Google-based search servers. Good results, no tracking.

My daily use: Web Search + Firecrawl handles 90% of research tasks. AI searches, reads the pages, and synthesizes a brief. What used to take 30 minutes of tab-hopping takes one prompt.

Business & Operations

For running your business through AI.

ServerWhat It DoesWhy It’s Good
StripePayment data, subscriptions, invoices”How much revenue did we do last month?” with real numbers.
HubSpot / SalesforceCRM access — contacts, deals, activitiesPrep for sales calls without digging through the CRM manually.
QuickBooksFinancial data, invoicingAsk AI about your books in plain language.
ShopifyStore data, orders, products, analyticsMonitor your store from any AI chat.
AirtableFlexible database accessIf you run operations through Airtable, this unlocks AI access to all of it.

Creative & Content

For creators, writers, and marketers.

ServerWhat It DoesWhy It’s Good
FigmaRead designs, get screenshots, generate diagramsBridge the gap between design and code. AI can see your Figma files.
CanvaCreate and edit designs, manage assetsGenerate designs from descriptions, edit existing work.
SubstackManage newsletter drafts, stats, subscribersMonitor your newsletter performance from AI chat.
YouTubeSearch videos, get transcripts, channel dataResearch video content, pull transcripts for analysis.
Unsplash / PexelsSearch and download stock photosFind images for content without leaving your workflow.

Where to Find and Install Them

The Three Main Registries

RegistryStrengthBest For
SmitheryLargest catalog, reviews, one-click install instructionsBrowsing and discovering new servers
mcptCurated, quality-focusedFinding well-maintained, reliable servers
OpenToolsGrowing catalog, good categorizationAlternative browsing when Smithery doesn’t have what you need

How to Install (Claude Desktop)

Most MCP servers follow the same pattern:

  1. Find the server on a registry or GitHub
  2. Open your Claude Desktop config file (claude_desktop_config.json)
  3. Add the server entry (usually 3-5 lines of JSON)
  4. Restart Claude Desktop

That’s it. No coding, no build steps for most servers. The registry listings include copy-paste config snippets.

How to Install (Claude Code / CLI)

If you use Claude Code in the terminal:

  1. Add servers to your project’s .mcp.json or global settings
  2. Claude Code picks them up automatically on next start
  3. Use claude mcp commands to manage servers

How I Actually Use These

My daily Claude Code session connects to:

  • Slack — read channels, post updates
  • Gmail — search and draft emails
  • Google Calendar — check schedule, find conflicts
  • Figma — pull design context into code
  • Web Search — real-time lookups
  • Firecrawl — deep web scraping and research
  • GitHub — manage repos and PRs
  • Filesystem — full access to project files

On any given day, I might say: “Check my calendar for tomorrow, find the Figma file for the project I’m meeting about, and set up a new branch in the GitHub repo.” Three servers, one sentence, done in seconds.

My OpenClaw gateway (the local AI automation layer) also uses MCP servers through its cron jobs — web search for research pipelines, filesystem for log analysis, database access for metrics. These run 26 automated tasks daily, all locally.

How to Pick Your First Server

Don’t overthink it. Pick based on what you use most:

If you spend time in…Install this first
Google CalendarGoogle Calendar MCP
EmailGmail MCP
SlackSlack MCP
GitHubGitHub MCP
Web researchWeb Search MCP
NotionNotion MCP

Start with one. Use it for a week. Then add a second one. The compounding effect is real — each new server makes all the others more useful because AI can combine them.

Frequently Asked Questions

How many MCP servers can I run at once?

As many as you want. Claude handles multiple servers simultaneously and chooses which to call based on your request. I regularly run 8+ at the same time.

Do MCP servers slow down my AI?

No. Servers only activate when the AI decides to call them. Having 10 servers connected doesn’t affect response time for questions that don’t need them.

Can I build my own MCP server?

Yes. The protocol is open, and building a basic server takes a few hours if you can write JavaScript/TypeScript or Python. There are starter templates on GitHub. I’ll cover this in a future article.

Are there MCP servers for [specific tool]?

Probably. Search Smithery first — if it exists, it’s likely listed there. If not, check GitHub for “[tool name] mcp server.” The ecosystem is growing fast and new servers appear daily.


This is part of the ASTGL Definitive Answers series — structured, practical answers to the questions people actually ask about AI automation, MCP servers, and local AI infrastructure.

Get the full Definitive Answers series

Practical answers to the questions people actually ask about AI automation, MCP servers, and local AI infrastructure.

Subscribe on Substack