HyperPrompt's MCP Servers Directory lists 48 Model Context Protocol servers for Cursor, Windsurf, Claude Desktop, and other AI assistants. MCP servers extend your AI's capabilities with external tools, APIs, and data sources. Free to install and configure.
Discover Model Context Protocol servers to extend your AI assistants. Install with windsurf, cursor or other MCP clients.
Full GitHub repository access for reading code, managing issues, reviewing PRs, and repository operations.
npx -y @modelcontextprotocol/server-githubConnect Claude to PostgreSQL databases for natural language data querying, schema exploration, and SQL generation.
npx -y @modelcontextprotocol/server-postgres postgresql://user:pass@localhost:5432/dbAllow AI assistants to read, write, and manage files on your local machine within controlled directories.
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirPersistent memory server for AI agents using a knowledge graph to store and retrieve information across sessions.
npx -y @modelcontextprotocol/server-memoryPerform web searches using Brave Search API for up-to-date internet access with privacy focus.
npx -y @modelcontextprotocol/server-brave-searchAccess documents, sheets, and files from Google Drive directly in your AI conversations.
npx -y @modelcontextprotocol/server-google-driveInteract with Slack workspaces to read messages, post updates, and manage channels.
npx -y @modelcontextprotocol/server-slackBrowser automation for web interactions, screenshots, and data extraction.
npx -y @modelcontextprotocol/server-puppeteerRead and write Notion pages, databases, and blocks for knowledge management.
npx -y @notionhq/mcp-serverManage Linear issues, projects, and workflows from your AI assistant.
npx -y @anthropic/linear-mcpConnect to Supabase for database queries, auth, and storage operations.
npx -y @supabase/mcp-serverQuery and manage SQLite databases for local data storage and analysis.
npx -y @modelcontextprotocol/server-sqlite /path/to/db.sqliteAccess Stripe payment data for customer and transaction insights.
npx -y @stripe/mcp-serverManage Jira issues and projects
npx -y @modelcontextprotocol/server-jira-mcp-serverInteract with AWS services programmatically
npx -y @aws/mcp-serverInteract with Microsoft Teams
npx -y @modelcontextprotocol/server-teams-mcp-serverAccess Sentry error tracking data for debugging and monitoring.
npx -y @sentry/mcp-serverDeploy and manage Vercel projects
npx -y @modelcontextprotocol/server-vercel-mcp-serverManage Docker containers and images
npx -y @modelcontextprotocol/server-docker-mcp-serverManage Cloudflare Workers, DNS, and edge services from your AI assistant.
npx -y @cloudflare/mcp-serverManage tasks and projects in Todoist for AI-powered productivity.
npx -y @doist/mcp-server-todoistManage Google Calendar events
npx -y @modelcontextprotocol/server-google-calendar-mcp-serverSend and read emails via SMTP/IMAP
npx -y @modelcontextprotocol/server-email-mcp-serverRun ML models on Replicate
npx -y @modelcontextprotocol/server-replicate-mcp-serverSend SMS and make voice calls with Twilio
npx -y @modelcontextprotocol/server-twilio-mcp-serverSend messages and manage Discord servers
npx -y @modelcontextprotocol/server-discord-mcp-serverAccess and modify Airtable bases
npx -y @modelcontextprotocol/server-airtable-mcp-serverAccess MongoDB databases with document operations
npx -y @modelcontextprotocol/server-mongodbSearch and analyze data with Elasticsearch
npx -y @modelcontextprotocol/server-elasticsearch-mcp-serverVector database operations with Pinecone
npx -y @modelcontextprotocol/server-pinecone-mcp-serverSearch and analyze npm packages
npx -y @modelcontextprotocol/server-npm-mcp-serverTrigger and monitor CircleCI pipelines
npx -y @modelcontextprotocol/server-circleci-mcp-serverAccess OpenAI APIs including GPT and DALL-E
npx -y @modelcontextprotocol/server-openai-mcp-serverManage Kubernetes clusters and resources
npx -y @modelcontextprotocol/server-kubernetes-mcp-serverConnect to MySQL databases for querying and schema management
npx -y @modelcontextprotocol/server-mysqlInteract with Redis for caching and data structures
npx -y @modelcontextprotocol/server-redisAccess Google Cloud Platform services
npx -y @modelcontextprotocol/server-gcp-mcp-serverQuery metrics and logs from Datadog
npx -y @modelcontextprotocol/server-datadog-mcp-serverRun models from Hugging Face Hub
npx -y @modelcontextprotocol/server-hugging-face-mcp-serverConnect to Microsoft Azure services
npx -y @modelcontextprotocol/server-azure-mcp-serverPerform web searches using Brave Search API to give your agent up-to-date internet access.
npx -y @modelcontextprotocol/server-brave-searchPersistent memory server for agents. Store and retrieve information across sessions.
npx -y @modelcontextprotocol/server-memoryBrowser automation server. Allow agents to visit webpages, take screenshots, and extract data.
npx -y @modelcontextprotocol/server-puppeteerInteract with Slack workspaces. Read messages, post updates, and manage channels.
npx -y @modelcontextprotocol/server-slackFull GitHub repository access. Read code, manage issues, and review PRs.
npx -y @modelcontextprotocol/server-githubAccess documents, sheets, and files from Google Drive directly in your agent context.
npx -y @modelcontextprotocol/server-google-driveAllow AI agents to read and write files on your local machine within a controlled directory.
npx -y @modelcontextprotocol/server-filesystemStandard model context protocol server for PostgreSQL databases. Allows agents to query schemes and data.
npx -y @modelcontextprotocol/server-postgresMCP (Model Context Protocol) servers are extensions that give AI assistants access to external tools, APIs, and data sources. When you install an MCP server, your AI can read files, query databases, call APIs, manage git repositories, and interact with services like GitHub, Slack, or Notion — all through natural conversation. MCP is an open protocol supported by Cursor, Windsurf, Claude Desktop, and a growing number of AI tools.
The Model Context Protocol is supported by Cursor, Windsurf, Claude Desktop, and other AI assistants. Check your tool's documentation for MCP configuration instructions.
MCP servers only have access to the permissions you grant. Review each server's required permissions before installing. Use API keys with minimal scopes and avoid granting write access unless needed.
Yes. MCP is an open protocol. You can build custom servers in TypeScript or Python to connect your AI assistant to any tool or API. Submit your server to our directory to share it with the community.