Best MCP Servers for Claude Code | Locus

Guide

Best MCP servers for Claude Code

Published 2026-09-15 · Updated 2026-09-15 · By Locus

Claude Code talks to outside tools through MCP servers: remote servers over HTTP and local servers over stdio. Add a handful once and every session gets more capable. These six cover what working developers actually reach for.

The short list

  1. 1

    Locus Pro

    One connection for thousands of paid APIs — search, enrichment, finance, voice, verification — billed per call from one balance.

    claude mcp add --transport http locus-pro https://api.paywithlocus.com/api/credits/mcp
  2. 2

    Brave Search

    General web search with grounding-grade results for research tasks.

    claude mcp add --transport stdio brave-search -- npx -y @brave/brave-search-mcp-server
  3. 3

    Playwright

    Real browser automation: open pages, click, screenshot, and scrape JavaScript-heavy sites.

    claude mcp add --transport stdio playwright -- npx -y @playwright/mcp@latest
  4. 4

    GitHub

    Read and manage repos, issues, and pull requests without leaving the session.

    claude mcp add --transport http github https://api.githubcopilot.com/mcp/
  5. 5

    Filesystem

    Scoped read and write access to project directories on the host machine.

    claude mcp add --transport stdio filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/project
  6. 6

    Fetch

    Pull a URL into context as markdown for quick reads without a full browser.

    claude mcp add --transport stdio fetch -- uvx mcp-server-fetch

After adding a remote server, open /mcp inside Claude Code to confirm it shows Connected and to complete OAuth sign-in where needed. Add --scope project when the server belongs in the repo so teammates get it automatically.

Why Locus Pro belongs on the list

Free servers cover search, browsing, and files. The moment the agent needs specialist data — company enrichment, verified contacts, market filings, transcripts, threat lookups — each provider normally means another account, another key, another subscription. Locus Pro replaces all of that with one MCP connection and one prepaid balance: the agent searches the agent tool catalog, sees the price before each call, and spends only what permitted calls cost.

Keep going

FAQ

Frequently asked questions