A curated list of Model Context Protocol (MCP) servers and tools.
MCP server for managing Airtable bases and tables with comprehensive API support
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-airtable"],
"type": "stdio"
}MCP server for querying data using Axiom Processing Language (APL)
Details:
{
"command": "axiom-mcp",
"args": ["--config", "config.txt"],
"type": "stdio"
}MCP server for Brave Search API integration
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"type": "stdio"
}MCP server for Cloudflare API integration with support for DNS, Workers, and security services
Details:
{
"command": "npx",
"args": ["-y", "@cloudflare/mcp-server-cloudflare"],
"type": "stdio"
}HTTP request server for making API calls
Details:
{
"command": "uvx",
"args": ["mcp-server-fetch"],
"type": "stdio"
}Node.js server implementing Model Context Protocol (MCP) for filesystem operations
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem"],
"type": "stdio"
}MCP server for using the GitHub API
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"type": "stdio"
}MCP server for Google Drive integration with file management and sharing capabilities
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-gdrive"],
"type": "stdio"
}MCP server for using the Google Maps API
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-maps"],
"type": "stdio"
}MCP server for Home Assistant home automation platform integration
Details:
{
"command": "python",
"args": ["-m", "mcp_server_home_assistant"],
"type": "stdio"
}Memory management server for conversation history
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"type": "stdio"
}MCP server for executing MongoDB queries and managing MongoDB databases
Details:
{
"command": "npx",
"args": ["-y", "@pash1986/mcp-server-mongodb"],
"type": "stdio"
}MCP server for browser automation and testing using Playwright
Details:
{
"command": "npx",
"args": ["-y", "@automatalabs/mcp-server-playwright"],
"type": "stdio"
}MCP server for PostgreSQL database operations with comprehensive query support
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres"],
"type": "stdio"
}Browser automation server using Puppeteer
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
"type": "stdio"
}Sequential thinking server for step-by-step reasoning
Details:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"type": "stdio"
}Last updated: 2024-12-20 08:06:11