Browse MCP servers · PlynixyBrowse servers
68 servers indexed

Interact with local Git repositories — read commit history, search code, view diffs and stage changes through the model.
GitHub REST and Search API access: issues, pull requests, repository contents and file edits — backed by your PAT.
npx -y @modelcontextprotocol/server-github 
Generate images via the EverArt API directly from your LLM conversation.
npx -y @modelcontextprotocol/server-everart 
Read, search and write local files from any MCP-aware LLM client. Configurable allowed paths and operation whitelist.
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir 
Current time and IANA timezone conversion — useful for scheduling and timezone-aware reasoning.

Privacy-respecting web search via the Brave Search API — keyword, news and local results.
npx -y @modelcontextprotocol/server-brave-search 
Headless Chromium browser automation — navigate, screenshot, click and extract from JS-rendered pages.
npx -y @modelcontextprotocol/server-puppeteer 
Post messages, read channel history and manage Slack workspaces from any MCP client.
npx -y @modelcontextprotocol/server-slack 
Fetch any URL and convert HTML to clean Markdown for the LLM. Configurable user agent and timeout.

Read-only PostgreSQL access — run SELECTs and inspect schema with safety guarantees.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb 
Structured chain-of-thought tool — lets the model plan and revise hypotheses through multiple thinking steps.
npx -y @modelcontextprotocol/server-sequential-thinking 
Persistent memory backed by a local knowledge graph — lets Claude remember facts about you across chats.
npx -y @modelcontextprotocol/server-memory 
Reference server that exercises every part of the MCP protocol — prompts, tools, resources, sampling. For client builders.
npx -y @modelcontextprotocol/server-everything 
Read and write Redis keys and inspect data structures from MCP — keys, hashes, lists, sets, sorted sets.
npx -y @modelcontextprotocol/server-redis redis://localhost:6379 
Browse, search and read Google Drive files (Docs, Sheets, PDFs) from MCP — exports to Markdown automatically.
npx -y @modelcontextprotocol/server-gdrive 
Sentry issue triage from your LLM — fetch issue details, stack traces and event payloads on demand.

Geocoding, reverse geocoding, place search and directions via the Google Maps API for spatial reasoning.
npx -y @modelcontextprotocol/server-google-maps 
Query and inspect any local SQLite file. Useful for analyzing app caches, browser history or analytics dumps.
uvx mcp-server-sqlite --db-path /path/to/db.sqlite 
GitLab API integration for projects, issues, merge requests and pipelines via the GitLab REST API.
npx -y @modelcontextprotocol/server-gitlab 
Retrieve answers from an AWS Bedrock Knowledge Base over your private documents.
npx -y @modelcontextprotocol/server-aws-kb-retrieval 
Anthropic Cookbook (MCP demo)
Reference notebook from Anthropic showing how to wire an MCP server into a Claude tool-use conversation, end to end.

Browser Tools
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
npx -y @agentdeskai/browser-tools-mcp@latest 
Magic
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
npx -y @21st-dev/cli@latest 
Exa MCP for web search and web crawling!