MCP.so
Sign In

MCP Servers

Discover awesome MCP servers.

Frequently asked questions

Common questions about MCP servers, tools, and integrations

1

What is an MCP server?

An MCP server is a program built on the Model Context Protocol that wraps a tool, data source, or API — like file access, a database, or web search — into a capability an AI assistant can discover and call.

2

How do I install an MCP server?

Every server's detail page includes ready-to-paste config snippets for Claude Desktop, Cursor, VS Code, and other common clients — most installs take just a couple of minutes.

3

Are MCP servers free to use?

Most servers listed here are free and open source. Some wrap third-party APIs (cloud services, paid data providers, etc.) that require your own API key or subscription.

4

What is the difference between local and remote MCP servers?

A local MCP server runs on your device and usually connects over stdio, giving you more direct control over data but requiring a runtime and installation. A remote MCP server is hosted by a provider and connects over HTTP, making setup easier while adding network and provider availability dependencies.

5

Which AI clients can connect to MCP servers?

Claude Desktop, Claude Code, Cursor, VS Code, Codex, and other AI clients that support the Model Context Protocol can connect to MCP servers. Configuration formats and supported transports vary by client.

6

How can I evaluate whether an MCP server is safe and reliable?

Review the source repository, maintenance activity, dependencies, requested permissions, and data-handling documentation before installation, and prefer official or trusted maintainers. Use least-privilege credentials for sensitive access such as files, databases, shells, and production systems.