mcpbeat Sign in

MCP Servers for Cline

Cline reads its servers from ~/.cline/mcp.json. Of the 28 264 we track, 10 444 answer right now without any credentials, 0 sign you in through the browser and 1 324 want an API key you paste into the config. The blocks below are ready to paste — each is built from the address we actually reached, in the format this client expects.

What 28 264 servers look like from Cline

3 339 more will not work with it at all
Work as is answering now, no credentials asked 10 444 37.0%
Browser sign-in you authorise once, the client keeps the session 0 0.0%
Need a key you paste a key from the vendor into the config 1 324 4.7%
Run locally installed from a package, nothing to reach over the network 10 281 36.4%
Not responding listed as active, answer nothing 6 215 22.0%
Availability, last 24 hours share of the 17 983 remote servers answering, hour by hour
24 hours agonow
10 444
work with no key
answering now and open to anonymous clients
0
sign in through the browser
you authorise once, the client keeps the session
1 324
need an API key
you paste a key from the vendor into the config
10 281
run on your machine
installed from npm or PyPI, no uptime to measure
6 215
listed but dead
skip these — the registry still calls them active

How to add a server to Cline

one file per user; the extension keeps its own copy of the same list
Open the MCP settings

The extension has a panel for servers; the CLI keeps the same list in a file.

~/.cline/mcp.json
Add the server

For a remote one give its address and pick streamable HTTP — SSE is the legacy path. For a local one give the command.

Pass credentials yourself

There is no OAuth flow here. A server that needs a key takes it from a header or an environment variable you set.

Servers to start with

all 28 264 in the catalogue →
Playwright MCP
by microsoft

Playwright Tools for MCP

5 247 752 installs/wk local only
Firebase MCP
by firebase

Gives AI development tools Firebase-specific capabilities and expertise.

2 171 835 installs/wk local only
Context7
by upstash

Up-to-date code docs for any prompt

536 148 installs/wk 2 tools answering
Browser Use
by browser-use

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

1 689 793 installs/wk local only
Storybook MCP Addon
by storybookjs

Help agents automatically write and test stories for your UI components.

1 463 451 installs/wk local only
Chrome DevTools MCP
by chromedevtools

MCP server for Chrome DevTools

1 000 705 installs/wk local only
Snyk
by snyk

Easily find and fix security issues in your applications leveraging Snyk platform capabilities.

501 714 installs/wk local only
Terradev
by theoddden

Cross-cloud GPU orchestration CLI.

4 391 installs/wk 245 tools answering
I
AWS MCP Server
by aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

278 552 installs/wk local only
Hermoso
by hermoso-ai

Marketing on autopilot from your agent. 847 tools, usable alone. Publishing and ads cost no credits.

3 174 installs/wk 180 tools answering
Telnyx
by team-telnyx

Official TypeScript library for the Telnyx API

219 358 installs/wk local only
EdgarTools
by dgunning

Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.

194 202 installs/wk local only
Browse all 28 264 servers the list is the same for every client — only the config differs

Things that trip people up with Cline

Written from how Cline reads its config, not from its release notes.

No OAuth means part of the catalogue is out of reach
Servers that only accept an interactive login cannot be connected here at all. Ones that take a plain API key work fine — read the catalogue entry before setting anything up.
Extension and CLI keep separate lists
They read the same format but not always the same file. A server added in the editor does not automatically appear in the terminal.
Secrets in the config file
Keys pasted straight into mcp.json sit in plain text. Environment variables are the safer route, especially if the folder is under version control.

Same servers, other clients

the servers are the same — the config format is not
Windsurf

Editor with the agent built in. Takes stdio, streamable HTTP and SSE, and can carry an OAuth login for each of the three.

~/.codeium/windsurf/mcp_config.json
Gemini CLI

Google's command-line agent. Takes all three transports and carries a full OAuth flow for remote servers, including service-account impersonation.

~/.gemini/settings.json
JetBrains AI Assistant

Built into the JetBrains IDEs. Configured through the settings dialog rather than a file, and it can import a config you already wrote for another client.

Settings | Tools | AI Assistant | Model Context Protocol
OpenCode

Open-source terminal agent. Local and remote servers sit in the same mcp object, told apart by a type field, and tokens are kept outside the config.

opencode.json in the project, or ~/.config/opencode/opencode.json
Claude Code

Adds servers by command, so nothing to edit by hand. Handles both local processes and remote endpoints, including OAuth logins.

run in your terminal
Cursor

Config sits in the project folder, so servers can differ per repository — useful when one project needs database access and another must not have it.

.cursor/mcp.json
VS Code

Works through GitHub Copilot's agent mode. Like Cursor, the config is per workspace rather than global.

.vscode/mcp.json
Codex

The only client here that uses TOML rather than JSON, so a config copied from elsewhere will not work as is.

~/.codex/config.toml
Claude Desktop

One global config for everything, so a server added here is available in every conversation.

~/Library/Application Support/Claude/claude_desktop_config.json