MCP Servers

Model Context Protocol servers for extending AI agent capabilities

Install any MCP server:

npx -y @modelcontextprotocol/server-<name>
Category:
Showing 25 of 25 servers

Filesystem

Files
Anthropic

Secure file system access with configurable allowed directories. Read, write, search, and manage files and directories.

npx @modelcontextprotocol/server-filesystem /path/to/dir
read_filewrite_filelist_directorycreate_directorymove_file+3 more

GitHub

DevTools
Anthropic

Interact with GitHub repositories, issues, pull requests, branches, and files through the GitHub API.

npx @modelcontextprotocol/server-github
create_repositorysearch_repositoriesget_file_contentscreate_issuecreate_pull_request+3 more

PostgreSQL

Database
Anthropic

Connect to PostgreSQL databases to query tables, inspect schemas, and run read-only SQL queries.

npx @modelcontextprotocol/server-postgres postgresql://localhost/mydb
querylist_tablesdescribe_table

Slack

Communication
Anthropic

Interact with Slack workspaces to read channels, post messages, manage conversations, and search message history.

npx @modelcontextprotocol/server-slack
list_channelspost_messagereply_to_threadget_channel_historysearch_messages+2 more

Brave Search

Search
Anthropic

Web and local search using the Brave Search API with support for web results, news, and local business listings.

npx @modelcontextprotocol/server-brave-search
brave_web_searchbrave_local_search

Puppeteer

Browser
Anthropic

Browser automation and web scraping using Puppeteer. Navigate pages, take screenshots, click elements, and extract content.

npx @modelcontextprotocol/server-puppeteer
navigatescreenshotclickfillevaluate+1 more

SQLite

Database
Anthropic

Query and manage SQLite databases with SQL execution, schema inspection, and data analysis capabilities.

uvx mcp-server-sqlite --db-path /path/to/db.sqlite
read_querywrite_querycreate_tablelist_tablesdescribe-table+1 more

Memory

AI
Anthropic

Persistent knowledge graph memory system for maintaining context across conversations using entities and relations.

npx @modelcontextprotocol/server-memory
create_entitiescreate_relationssearch_nodesopen_nodesdelete_entities+1 more

Sequential Thinking

AI
Anthropic

Structured multi-step reasoning server that helps break down complex problems into sequential thought steps.

npx @modelcontextprotocol/server-sequential-thinking
sequentialthinking

Fetch

Search
Anthropic

Fetch and convert web content to markdown for easy consumption. Handles HTML pages, PDFs, and other web resources.

uvx mcp-server-fetch
fetch

Firecrawl

Search
Firecrawl

Web scraping and crawling with AI-powered content extraction. Scrape single pages, crawl entire sites, and extract structured data.

npx firecrawl-mcp
firecrawl_scrapefirecrawl_crawlfirecrawl_searchfirecrawl_extractfirecrawl_map

Playwright

Browser
Microsoft

Browser automation using Playwright with support for Chrome, Firefox, and WebKit. Includes accessibility tree snapshots and screenshots.

npx @playwright/mcp
browser_navigatebrowser_clickbrowser_fill_formbrowser_snapshotbrowser_take_screenshot+7 more

Linear

DevTools
Community

Interact with Linear for project management - create and search issues, manage projects, and track engineering workflows.

npx linear-mcp
create_issuesearch_issuesget_issueupdate_issuelist_projects+1 more

Notion

Data
Notion

Read, search, and manage Notion workspaces including pages, databases, comments, and content blocks.

npx @notionhq/notion-mcp-server
searchget_pagecreate_pageupdate_pagequery_database+4 more

Obsidian

Files
Community

Access and manage Obsidian vaults - read, create, search, and edit markdown notes with frontmatter support.

npx obsidian-mcp /path/to/vault
read_notecreate_noteedit_notesearch_vaultlist_notes+1 more

Stripe

Data
Stripe

Interact with the Stripe API for payments, subscriptions, customers, and billing operations.

npx @stripe/mcp
create_customercreate_payment_linklist_productscreate_invoicelist_subscriptions+1 more

Supabase

Database
Supabase

Manage Supabase projects with database queries, auth management, storage operations, and edge function deployment.

npx @supabase/mcp-server-supabase
list_projectsexecute_sqlapply_migrationlist_tablesget_logs+2 more

Neon

Database
Neon

Manage Neon serverless Postgres databases - create branches, run queries, manage schemas, and handle migrations.

npx @neondatabase/mcp-server-neon
list_projectscreate_branchrun_sqlget_connection_stringlist_branches+1 more

Sentry

DevTools
Sentry

Access Sentry error tracking data - search issues, view stack traces, and analyze error trends.

npx @sentry/mcp-server
search_issuesget_issue_detailsget_eventlist_projectsget_issue_events

Cloudflare

DevTools
Cloudflare

Manage Cloudflare Workers, KV namespaces, R2 buckets, and D1 databases through the Cloudflare API.

npx @cloudflare/mcp-server-cloudflare
worker_listworker_getworker_putkv_getkv_put+2 more

Google Maps

Data
Anthropic

Access Google Maps APIs for geocoding, directions, place search, elevation data, and distance calculations.

npx @modelcontextprotocol/server-google-maps
geocodereverse_geocodesearch_placesget_directionsget_elevation+1 more

Exa

Search
Exa

Search the web and find similar content using Exa's AI-powered search API. Supports web search, code context lookup, company research, and deep research.

npx exa-mcp-server
web_search_exaweb_search_advanced_exaget_code_context_exacrawling_exacompany_research_exa+1 more

Tavily

Search
Tavily

AI-optimized web search, content extraction, site mapping, and crawling via the Tavily API. Supports configurable search depth, domain filtering, and comprehensive research.

npx tavily-mcp
tavily_searchtavily_extracttavily_crawltavily_maptavily_research

E2B

DevTools
E2B

Run code in secure cloud sandboxes via E2B. Execute Python, JavaScript, and other languages in isolated environments with code interpreter capabilities.

npx @e2b/mcp-server
run_code

Resend

Communication
Resend

Send and manage emails via the Resend platform. Supports transactional emails, batch sending, contacts, domains, broadcasts, and inbound email reading.

npx resend-mcp
send-emaillist-emailsget-emailsend-batch-emailscreate-contact+3 more