Skip to content

Repository files navigation

Awesome MCP Servers

A curated directory of Model Context Protocol servers β€” plus runnable reference implementations you can learn from.

Stars Forks Contributors PRs Welcome License: MIT MCP

Servers in this repo Β· Community directory Β· Contributing Β· Resources


The Model Context Protocol is the open standard for connecting AI assistants to tools and data. This repository is two things:

  1. A directory β€” a curated, categorized list of MCP servers the community has built and shipped.
  2. A teaching repo β€” small, readable server implementations in Python you can clone, run, and copy from.

Built and maintained by AI Anytime. Additions come from the community β€” see Contributing.

πŸ—’ Contents

🧱 Servers in this repo

Reference implementations you can run locally. Each folder is self-contained β€” open it and follow its README.md.

Server What it does Stack
weather Active US weather alerts by state and short-term forecasts by lat/long, from the National Weather Service API. Python Β· stdio
linkedin-profile-mcp Fetches LinkedIn profile data as JSON through the Fresh LinkedIn Profile Data API on RapidAPI. Python Β· stdio Β· needs RAPIDAPI_KEY
pubmed-mcp-server Searches PubMed and returns article abstracts, via BioPython's Entrez module. Python Β· stdio
mcp-wiki Reads a Wikipedia article and hands it back as clean Markdown. Python Β· stdio
http-sse-mcp-starter Starter template for a remote MCP server over HTTP/SSE (Starlette + FastMCP), with a matching client. Python Β· SSE
streamlit as an MCP Host Streamlit app acting as an MCP host β€” connects to an SSE server, calls its tools, summarizes with a local Ollama model. Python Β· Streamlit

Tip

New to MCP? Read weather first (smallest surface area), then http-sse-mcp-starter to see the same idea served remotely, then streamlit as an MCP Host to see the other side of the wire.

πŸš€ Quick start

git clone https://github.com/AIAnytime/Awesome-MCP-Server.git
cd Awesome-MCP-Server/weather

uv sync              # or: pip install -r requirements.txt
uv run weather.py

Then point an MCP client at it. With Claude Code:

claude mcp add weather -- uv --directory /absolute/path/to/Awesome-MCP-Server/weather run weather.py

For Claude Desktop, add the same command to claude_desktop_config.json under mcpServers. Stuck? The MCP playlist on the AI Anytime YouTube channel walks through it end to end.

🌍 Community directory

Servers built by the community. Entries are alphabetical within each category.

Legend β€” stdio runs locally on your machine Β· http is a hosted remote server (nothing to install) Β· sse is a remote server over Server-Sent Events.

Agents, IDEs & developer tools

  • Agent QA stdio β€” Author, validate, run, and inspect natural-language web and mobile regression tests, with persistent test memory. Install: npx -y agent-qa mcp
  • Aident Loadout http β€” Connect Codex, Claude Code, Cursor, ChatGPT and other MCP clients to 1,000+ apps and 400+ Skills through one reusable setup with Vault-protected credentials. Endpoint: https://loadout.aident.ai/mcp Β· Docs Β· Website Β· Registry: io.github.Aident-AI/loadout
  • AIHawk stdio - AI browser agent that browses, clicks, types, and reads real web pages from plain-English instructions. Install: uvx aihawk
  • Antigravity Link stdio β€” Mirror active AI chat sessions from Google's Antigravity IDE to your phone: send messages, upload files, stop generation, automate workflows across 9 tools. Registry: io.github.cafeTechne/antigravity-link
  • API.market MCP Gateway http β€” Discover and call 580+ APIs through five gateway tools, with OAuth or API-key authentication; pricing and free tiers vary by API. Endpoint: https://api.market/api/mcp/gateway
  • Archcore stdio β€” Git-native context engineering CLI and MCP server for AI coding agents. Keep specs, ADRs, rules, plans, and project knowledge in Git. Install: curl -fsSL https://archcore.ai/install.sh | bash Β· Docs
  • claude-node stdio β€” Python subprocess bridge to the Claude Code CLI, giving Python direct access to Claude Code's native capabilities over stream-json.
  • Ganado Bridge stdio β€” Checked local file edits (SHA-256-gated), bounded reads/search and persistent command sessions with real exit codes on macOS. Install: .mcpb bundle from releases Β· Docs
  • OpenAPI to MCP Cloud Bridge sse β€” Zero-setup hosted bridge that turns any OpenAPI JSON spec into a remote MCP server. Hosted bridge
  • OrcaReplay stdio β€” Read-only window into a local library of recorded agent runs: six tools (list, show, checkpoints, graph, replay, compare) over the prompts, tool calls and responses an agent already exchanged, so a failed run can be replayed offline or diffed against another. Install: npx -y orcareplay mcp
  • Roundtable stdio β€” Zero-configuration server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) behind one interface with auto-discovery. Website
  • SandBase CLI stdio β€” Agent-first CLI and MCP bridge for discovering, inspecting, and running 2,000+ AI models on one account β€” search, scraping, multimodal generation, data APIs, sandboxes. Install: npx -y @sandbaseai/cli connect Β· Website
  • Skillselion stdio β€” On-demand skill loader over a catalog of 79,000+ agent skills, MCP servers, and plugins; materializes the matching SKILL.md and its scripts into the session mid-task. Install: npx -y skillselion-mcp Β· Website
  • Zambo http β€” 120 native tools across 17 products: strategy, code audit, lead generation, onchain scoring, credit discovery, prompt defense. Endpoint: https://zambo.dev/api/mcp, zero auth, no signup. Website

Search & discovery

  • AISOTools http β€” Search a curated catalog of 1,766 AI tools by keyword, category, or pricing; compare 2–5 products side by side and find alternatives. Read-only, no API key, sponsored results flagged. Install: claude mcp add --transport http aisotools https://aisotools.com/api/mcp Β· Docs

  • nothumansearch http β€” Search engine over 8,600+ agent-native services: discover MCP servers, OpenAPI providers, and llms.txt publishers by keyword, category, or agentic-readiness score. Registry: ai.nothumansearch/search

  • Parallel Search http β€” Free live web search and URL fetching, no account or API key. Endpoint: https://search.parallel.ai/mcp

  • TwitterAPI.io http β€” 12 read-only tools over twitterapi.io: tweet search with full operators, profiles, followers, conversation threads, real-time streaming, trending topics. Endpoint: mcp.twitterapi.io/mcp

  • Vend API Merchant http β€” Pay-per-call web intelligence: extract clean text from URLs, web search, link checking, domain WHOIS/DNS/SSL info, IP geolocation, and PDF text extraction. 22+ endpoints, no signup or API key, each call settles in Nano (XNO) via x402 at 0.0001–0.0005 XNO. Endpoint: https://extract.paypercall.dev/mcp Β· Docs Β· Registry: dev.paypercall.extract/vend-api-merchant

  • Xquik http β€” X/Twitter search, extraction workflows, account insights, webhooks, and SDK access. Docs

  • Statsnet http β€” Background check any company in the world: registration, executives, courts and finances. Endpoint: https://statsnet.co/mcp Β· Registry: io.github.usenetstate/statsnet

Knowledge, memory & context

  • ContextStream http β€” Shared persistent memory and semantic code search for AI coding agents (Cursor, Claude Code, Codex, Grok, Windsurf). Free tier; hosted OAuth or API key. Endpoint: https://mcp.contextstream.io/mcp Β· Website
  • GoodMemory stdio β€” Local-first, auditable memory for coding agents. SQLite-backed, read-only context/trace/search tools by default, with durable writes opt-in behind inspect, revise, forget, and export. Install: npm install -g goodmemory
  • Hyperconsciousness stdio β€” Developer-alpha encrypted knowledge store with search and retrieval through scoped, expiring grants. Β· Docs
  • Mnemoverse http β€” Hosted persistent memory for AI agents with shared rooms; tell it a recalled memory helped or misled and it re-ranks what comes back next. Free tier; OAuth on the hosted endpoint, API key for the npm package. Endpoint: https://mcp.mnemoverse.com/mcp Β· Install: npx -y @mnemoverse/mcp-memory-server@latest Β· Docs
  • Neither stdio ? Project context your AI can query through MCP. Selected notes/docs for Cursor or Claude Desktop; related retrieval with source evidence. Install: npx -y @neitherai/mcp-server. Registry: io.github.stonianua/neither-mcp. Start
  • Screenpipe stdio β€” Source-available MCP access to searchable local screen text and audio transcripts. Requires a running Screenpipe recorder and local API authentication. Install: claude mcp add screenpipe -- npx -y screenpipe-mcp@latest Β· Docs

Media & generation

  • Magic Hour http β€” Generate and edit video, images, and audio with 44 Magic Hour API tools. Endpoint: https://mcp.magichour.ai/ (bearer API key required) Β· Setup
  • Motomarks http β€” Search a published automotive brand library and build logo CDN URLs for Claude, Cursor, and VS Code. Endpoint: https://motomarks.io/api/mcp (OAuth or API key; free account, no credit card)
  • prompt-to-asset stdio β€” Routes image-generation prompts to 30+ models (DALLΒ·E, Stable Diffusion, Flux, Midjourney) through one interface. Install: npm install -g prompt-to-asset
  • RunAPI stdio β€” Browse the RunAPI model catalog and run image, video, music/audio, text-to-speech, and LLM tasks from agent workflows. Install: npx -y @runapi.ai/mcp
  • UpRes stdio β€” UpRes MCP: list models, credits, and submit 4K image and video upscale jobs. Install: npx -y upres-cli

Security

  • Council of AI (GSPC) http β€” Reads a public board of signed AI behaviour measurement cards and verifies Ed25519 signatures and Merkle inclusion; read tools need no key, evidence tools are x402-metered. Endpoint: https://councilof.ai/mcp Β· Install: npx -y csoai-gspc-mcp Β· Registry: io.github.CSOAI-ORG/gspc
  • Darkmoon stdio β€” Open-source (GPLv3) autonomous penetration-testing platform orchestrating 80+ offensive security tools through 50 specialist agents, with proof of exploitation behind every finding. Runs fully locally.

Finance & markets

  • AskCyborg http β€” Stress-tests public and private companies through analyst debate: reports, scores, comparisons, competitors, recent developments. Anonymous free tier, no API key. Endpoint: https://mcp.askcyborg.com/mcp
  • Eulerpool http β€” Financial data for AI agents: 250+ tools over stocks, fundamentals, ETFs, macro (FRED/ECB/IMF/World Bank), crypto, FX, insider trades, congress trading and options flow. Free tier, API key or OAuth. Endpoint: https://api.eulerpool.com/mcp Β· Docs
  • EventTrader http β€” Prediction-market trading: place bets, TGE token price predictions, real-time orderbooks, agent cloning, due-diligence scoring. Platform
  • Helium http β€” Real-time news with 37-dimension bias scoring, ML options pricing, and live market data. Interactive demo Β· REST API

Marketing, content & social

  • Autoposting http β€” Draft, schedule, and publish to X, LinkedIn, Instagram, Threads, and YouTube, plus AI carousels and video clipping. OAuth 2.1 with dynamic client registration β€” no secret to paste. Install: claude mcp add --transport http autoposting https://app.autoposting.ai/mcp
  • BulkPublish http β€” Plan, review, schedule, publish, and analyze social media content for AI agents through BulkPublish. Endpoint: https://mcp.bulkpublish.com/mcp Β· Docs
  • Liftli http β€” Head-of-content for LinkedIn, X, and Substack: extracts your voice from your own posts, turns voice notes and transcripts into drafts, critiques them, then publishes through official platform APIs. 54 tools, no scraping.
  • NotFair http β€” Google Ads diagnostics (CPA, ROAS, search-term waste, quality scores) and optimizations executed through the official Google Ads API behind a human-approval gate.
  • NotFair Skills β€” Skills, not a server. Open-source Claude Code skills for SEO, GEO, Google Ads, and Meta Ads that pull live data through the Google Ads, Meta Ads, Search Console, and GA4 MCP servers.
  • Robot Speed http β€” AI SEO MCP: content calendar, keyword research, site audits, backlinks, and CMS publishing. OAuth remote. Endpoint: https://www.robot-speed.com/api/mcp Β· Website
  • SearchLink Lite stdio β€” Google Search Console inside your MCP client: search performance by query, page, country or device, ranking opportunities, URL indexing, sitemaps and on-page checks. Eight read-only tools, runs locally with a service account or gcloud credentials. Install: npx -y github:GlobalMatchHub/searchlink-lite
  • ThreadFox Lite stdio β€” Read-only Reddit research through your own signed-in Chrome: a subreddit's rules with self-promotion rules flagged, communities for a topic, an account's standing, and whether a post is still live. No API keys.
  • Unfetch http β€” Google Ads MCP reporting for campaign spend, conversions, and search terms, plus Google Analytics, Search Console, keyword research, and web research with read-only account access; OAuth and a free plan. Endpoint: https://unfetch.com/api/mcp Β· Website

Cloud, ops & data

  • Cohesivity http β€” Agent-native backend services for hosting, Postgres, email, storage, containers, LLMs, voice, and third-party APIs, with free tiers, $5/month in AI and Search credits, and x402 top-ups. This remote MCP requires OAuth sign-in; anonymous no-signup setup uses the local MCP. Endpoint: https://cohesivity.ai/mcp/manage Β· Docs
  • Zopnight http β€” Read-only cloud cost and infrastructure governance across AWS, Azure, and GCP: 85 tools spanning cost, resources, schedules, recommendations, budgets, and diagnostics. Install: claude mcp add --transport http zopnight https://api.zop.dev/mcp-server --header "Authorization: Bearer zn_pat_YOUR_TOKEN" Β· Claude setup

Commerce, travel & logistics

  • BuyWhere stdio β€” Cross-border e-commerce product search across 150M+ products in Singapore, SEA, and US markets with real-time price comparison. Install: npx @buywhere/mcp-server
  • CardDeals http β€” Query and compare real-time discounted digital gift cards across 700+ brands. Endpoint: https://catalog.carddeals.co/mcp Β· Docs
  • HOTLIKESHOP http β€” Search a catalog of social-media accounts, proxies, and digital services and buy them right inside the chat; free to connect, no key for lookup. Endpoint: https://hotlikeshop.com/api/mcp Β· Docs
  • Packrift http β€” Packaging procurement: exact-size SKU lookup, carton-fit recommendations, shipping estimates, and dimensional-weight calculations.
  • Pocket Drives http β€” Search peer-to-peer luxury, exotic, and EV rentals from independent hosts. Endpoint: https://pocketdrives.ai/mcp, no auth.
  • StayingAPI http β€” Accommodation data across Airbnb, Booking.com, Vrbo, and Google Hotels: search stays and read live listings, rates, availability and reviews. Endpoint: https://mcp.stayingapi.com/mcp Β· Docs

Work & productivity

  • AI Applyd http β€” ATS resume scoring, job-description analysis, interview prep, cover letters, resume building, and auto-apply that submits on the employer's own hiring system. Website
  • CareClinic Health Tracker http β€” Review personal medication schedules, symptoms, mood, and confirmed health check-ins through an authorized CareClinic account. Endpoint: https://mcp.careclinic.io/mcp
  • Office Suite stdio β€” Bundle of MCP servers for freelance and back-office work: invoices, spreadsheets, PDFs, time tracking, expense tracking, resumes, and contracts. Hosted
  • Process Street http β€” Connect agents to Process Street workflows, tasks, runs, data sets, and operational records, with an interactive authorization flow. Docs
  • HostDeFi β€” free token-safety scanner grading tokens A+–F from on-chain checks (mint/freeze authority, liquidity, holder concentration) across Solana + 7 EVM chains. Keyless REST API, hosted MCP, x402 endpoints.

🀝 Contributing

Contributions are very welcome β€” this list is only as good as the people adding to it.

Adding a server? Read CONTRIBUTING.md first. The short version:

  • One server per pull request.
  • Add it as a bullet in the right category, in alphabetical order. Please don't renumber anything or introduce numbered lists.
  • Use the exact entry format:
    - **[Name](https://link-to-repo-or-docs)** `stdio|http|sse` β€” One sentence on what it does. Install: `command` Β· [Docs](https://…)
  • Keep it to one or two sentences. No marketing copy, no tracking parameters in URLs.
  • The server must actually exist, speak MCP, and be reachable by someone who isn't you.
Contributors

πŸ“š Resources

πŸ“œ License

MIT. Listed third-party servers carry their own licenses β€” check each project before using it.


Found this useful? Star the repo ⭐ β€” it's how other people find it.

About

A curated directory of Model Context Protocol servers, plus runnable reference implementations in Python.

Topics

Resources

Contributing

Stars

68 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages