Open-Source MCP Servers
A curated collection of production-ready MCP servers — official Anthropic servers, community contributions, and FloMCP-generated templates. All free, all open-source.
Official MCP Servers
Maintained by Anthropic and the MCP core team. Available at github.com/modelcontextprotocol/servers
GitHub MCP
Interact with GitHub repositories, issues, PRs, and code search directly from your AI assistant.
Filesystem MCP
Read, write, list, and search files on your local filesystem with configurable access controls.
PostgreSQL MCP
Query and inspect PostgreSQL databases. Supports SELECT queries with read-only safety mode.
SQLite MCP
Full SQLite database interaction including CREATE, INSERT, SELECT, and UPDATE operations.
Brave Search MCP
Web and local search using the Brave Search API. Returns structured results with snippets.
Fetch MCP
Fetch web pages, convert HTML to Markdown, and extract content for AI consumption.
Puppeteer MCP
Browser automation and web scraping using Puppeteer. Take screenshots, click elements, fill forms.
Slack MCP
Send messages, list channels, and read Slack workspace activity via the Slack API.
Memory MCP
Persistent key-value memory store for AI assistants. Create, update, and retrieve facts across sessions.
Shell / Terminal MCP
Execute shell commands in a sandboxed environment. Configurable allow-lists for command safety.
FloMCP Templates
Common MCP patterns you can generate instantly with FloMCP. Click "Generate" to create a customized version for your use case.
REST API Wrapper
Database Query Server
Webhook Dispatcher
File Processor
Email Sender
How to Use Any MCP Server
Clone or Download
Clone the GitHub repo or download the FloMCP ZIP. Run npm install and copy .env.example to .env.
Add to Config
Register the server in your AI tool's config file. See the getting started guide for Claude Desktop and Copilot setup.
Use It
Restart your AI assistant. The MCP tools are available immediately. Ask your AI to use them naturally — it knows what they do from the schema.