Skip to content

FreeAutomation-Tech/awesome-mcp-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome MCP Servers

A curated, opinionated collection of production-ready MCP (Model Context Protocol) servers with plug-and-play configurations and tooling.

GitHub stars License: MIT MCP Spec PRs Welcome


What is MCP?

The Model Context Protocol (MCP) is an open standard from Anthropic that lets AI agents securely connect to external tools, data sources, and services. Think of it as "USB-C for AI" — one universal interface for all tool integrations.

Quick Start

# 1. Test a server instantly
npx -y @modelcontextprotocol/server-filesystem /tmp

# 2. Check if servers are available
python tools/mcp-health-check.py

# 3. Generate your config
python tools/mcp-config-generator.py filesystem github brave-search

Server Collection

Official (by Anthropic/modelcontextprotocol)

Server Description Tools Config
Filesystem File read/write/search with scoped access read_file, write_file, search_files npx -y @modelcontextprotocol/server-filesystem /path
GitHub Full GitHub API — repos, issues, PRs, code search search_repos, create_issue, search_code npx -y @modelcontextprotocol/server-github + GITHUB_TOKEN
Slack Messaging, search, channel management post_message, search_messages npx -y @modelcontextprotocol/server-slack + SLACK_BOT_TOKEN
Brave Search Web + local search via Brave API brave_web_search, brave_local_search npx -y @modelcontextprotocol/server-brave-search + BRAVE_API_KEY
Fetch Web page fetching + markdown conversion fetch, screenshot npx -y @modelcontextprotocol/server-fetch
Playwright Browser automation — click, fill, navigate navigate, click, fill, screenshot npx -y @modelcontextprotocol/server-playwright

Community

Server Description Tools Config
Memory Persistent key-value memory across sessions store_memory, recall_memory, search_memories npx -y @modelcontextprotocol/server-memory
SQLite SQLite database query and management query, execute, list_tables npx -y @modelcontextprotocol/server-sqlite /path/to/db
PostgreSQL PostgreSQL database access query, execute, describe_table npx -y @modelcontextprotocol/server-postgres + DATABASE_URL
Docker Container and image management list_containers, run_container, container_logs npx -y @modelcontextprotocol/server-docker
Sentry Error tracking and issue management list_issues, get_issue, search_issues npx -y @modelcontextprotocol/server-sentry + SENTRY_AUTH_TOKEN

Featured (from FreeAutomation-Tech)

Server Description From
Agent Memory Server Episodic + semantic memory MCP server agent-memory-kit
Agent Security Server Input validation, output guardrails, threat scanning agent-security-kit

Configurations

Templates

Guides

Tooling

Related


If you find this useful, please consider giving it a star ⭐ on GitHub — it helps others discover these MCP servers and keeps the collection growing.

GitHubIssuesPRs

Built with ❤️ by FreeAutomation-Tech

About

A curated, opinionated collection of production-ready MCP (Model Context Protocol) servers with plug-and-play configurations and tooling. Includes official servers, community gems, configs for all major clients, and server templates.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages