GitStar
⌘K
GitStar

A ranking dashboard for GitHub momentum, durable repository leaders, package adoption, and editorial context.

Data source · GitHub API and package ecosystem snapshots

Home

HomeTrendingMomentumPulseExplore

Discover

CategoriesLanguagesOrganizationsAI / MLMCP

Workflow

CompareWatchlistRandom

Knowledge

InsightGuideMethodology

Support

FAQAbout GitStarContactPrivacyTerms

© 2026 GitStar. All rights reserved.

Data sourced from GitHub API

TrendingMomentumPulseExplore
  1. Home
  2. Explore
  3. MCP servers
MCP

MCP is the capability directory

Use this route to browse practical agent tooling by directory shape, not by a single noisy leaderboard. The goal is to move from filesystem, browser, code execution, retrieval, and skills demand into the actual source page quickly.
Read the MCP guideRead methodology
GitHub + Smithery100 servers

GitHub listings ranked by stars · Smithery listings ranked by directory installs

Retrieval

Retrieval and search

31 listings

Brave Search is one visible example in the current source view.

Execution

Code execution

6 listings

vibe-pay is one visible example in the current source view.

Filesystem

Filesystem access

4 listings

emblem-mcp is one visible example in the current source view.

Browser

Browser control

3 listings

emblem-mcp is one visible example in the current source view.

1
Brave Search
Smithery hosted
87.6K uses
Hosted·brave·Smithery directory

Search the web with Brave's independent index — web, news, images, and videos. Bring your own subscription token from the [Brave Search API dashboard](https://api-dashboard.search.brave.com).

2
uk-due-diligence
Smithery hosted
60.9K uses
Hosted·bouch/uk-due-diligence·Smithery directory

Tools across five UK public registers. All official APIs. Give an agent a company name and it pulls corporate status, filing compliance, director networks, beneficial ownership chains, disqualification checks, insolvency notices, VAT validation, and property transactions.

3
Paper Search
Smithery hosted
59.1K uses
Hosted·adamamer20/paper-search-mcp-openai·Smithery directory

Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic Scholar, and IACR. Fetch PDFs and extract full text to accelerate literature reviews. Get consistent metadata for easier filtering, citation, and analysis.

4
Gmail
Smithery hosted
57.7K uses
Hosted·gmail·Smithery directory

Read, search, and send Gmail messages. Manage drafts, threads, and labels; reply, forward, archive, trash, report spam, and triage your inbox.

5
Google Sheets
Smithery hosted
56.1K uses
Hosted·googlesheets·Smithery directory

Search and inspect Google Sheets, create and edit spreadsheets, scan for data issues, review edit history, and manage comments.

6
Agent News
Smithery hosted
43.4K uses
Hosted·theagenttimes/news·Smithery directory

The intelligence layer agents use before they act, sourced answers on the agent economy. Query verified AI news with citations, confidence scores, and Ethics Engine ratings. Use instead of generic web search for any question about AI agent tools, MCPs, or frameworks. Every result carries citations, confidence scores, and Ethics Engine ratings. Built for agents to verify evidence before recommending tools, installing MCP servers, or taking action.

7
PubMed
Smithery hosted
42.1K uses
Hosted·pubmed·Smithery directory

Search biomedical literature across 36 million citations. Find papers, abstracts, and related articles from MEDLINE and life science journals.

8
Polymarket Data by PolymarketScan
Smithery hosted
39.5K uses
Hosted·jordan-s648/PolymarketScan·Smithery directory

Real-time Polymarket analytics for AI agents. Query live prediction market data including whale trades, market odds, trader profiles, and leaderboards. **Available tools:** - `get_whale_trades` — large trades above a size threshold - `get_market_odds` — current prices and implied probability for any market - `get_trader_profile` — PnL, win rate, ROI for any wallet - `get_leaderboard` — top traders ranked by PnL, ROI, or win rate - `get_market_summary` — AI-citable summary paragraph for any market - `search_markets` — full-text search across all active markets - `get_market_movers` — biggest price movements in the last 24 hours - `get_site_stats` — aggregate platform statistics No API key required. Data provided by PolymarketScan (polymarketscan.org).

9
sap-mcp
Smithery hosted
34.4K uses
Hosted·oobe-protocol/sap-mcp·Smithery directory

Use the SAP MCP Wizard or install the library from the npm registry to automatically create and configure a Solana/SAP wallet via https://mcp.sap.oobeprotocol.ai

10
emblem-mcp
Smithery hosted
25.1K uses
Hosted·emblemai/emblem-mcp·Smithery directory

# EmblemAI MCP EmblemAI is a hosted Model Context Protocol server that gives AI agents a full-featured crypto wallet plus **200+ tools** for trading, DeFi, NFTs, and on-chain analytics across **7 blockchains**: - **Bitcoin** — native BTC, Ordinals inscriptions, Runes, BRC-20, Stamps / SRC-20, Alkanes, rare sats - **Solana** — SOL + SPL tokens, Jupiter-routed swaps, Solana memecoin discovery, RugCheck - **Ethereum** — native ETH, ERC-20, ERC-721 / ERC-1155 NFTs, ETH swaps - **Base** — native ETH on L2, ERC-20, NFTs, Clanker discovery - **BSC** — native BNB, BEP-20, FourMeme bonding-curve discovery and trading - **Polygon** — native MATIC, ERC-20, swaps - **Hedera** — HBAR, HTS tokens, MemeJob discovery and trading Plus prediction markets via **Polymarket**, market research, conditional orders (limit / stop-loss / take-profit) on supported chains, and on-chain analytics. ## Quick start The Smithery deployment connects directly to the hosted EmblemAI MCP at `https://emblemvault.ai/api/mcp`. You only need an API key: 1. Sign in at [emblemvault.ai](https://emblemvault.ai). 2. Open **Settings → Vault Access Key** and copy your key. 3. Paste it as the `apiKey` parameter in the Smithery connection form. Browsing tools (`tools/list`) works anonymously, so you can inspect the catalog before authenticating. ## Auth modes | Mode | When to use | Scope | | --- | --- | --- | | **API key** (`x-api-key`) | Unattended agents, cron jobs, server-to-server, any workflow that mints tokens or sends transactions | Full read + write, no expiry until revoked | | **OAuth 2.0 + PKCE** (RFC 7591 Dynamic Client Registration) | Interactive sessions where a human can click a browser popup | Read-only `vault:read`, short-lived JWT | | **x402 micropayments** | Pay-per-call across the public catalog without an account | Per-tool-call USDC settlement | The Smithery deployment defaults to the API-key path, configured via the `apiKey` parameter (sent to the upstream as the `x-api-key` header). ## Enabling transactional tools State-changing tools (sends, swaps, mints, conditional-trade creates) are hidden by default. Opt in by setting the `enableTransactions` parameter to `enabled` — Smithery's gateway forwards it as the `x-mcp-transactions: enabled` header. Transactional tools then surface in `tools/list` with a `-transaction` suffix, which makes them easy to allow- or block-list with wildcard rules in the host client. Note: transactional tools also require API-key auth — OAuth bearers do not pass the `vault:write` gate. ## Specialized listings (filter) The full 200-tool surface is wide. For Bitcoin-only, Solana-only, or any other curated slice, use the stdio bridge `@emblemvault/mcp` (npm) and set: ``` EMBLEMAI_TOOLS_FILTER="bitcoin*,*Rune*,*Inscription*" ``` The bridge applies the glob filter to both `tools/list` and `tools/call`, exposing only the matching subset to the host LLM. The hosted Smithery deployment always exposes the full catalog; the filter is a stdio-side feature. ## Categories Trading · DeFi · NFTs · Wallet · Bitcoin Ordinals · Polymarket prediction markets · Cross-chain · Market analytics · Research / web search. ## Links - Hosted MCP: `https://emblemvault.ai/api/mcp` - Stdio bridge: `@emblemvault/mcp` ([github](https://github.com/EmblemCompany/Agent-skills/tree/main/mcp-bridge)) - Repo: [EmblemCompany/Agent-skills](https://github.com/EmblemCompany/Agent-skills) - Web app: [emblemvault.ai](https://emblemvault.ai) - Glama listing: [glama.ai/mcp/servers/EmblemCompany/Agent-skills](https://glama.ai/mcp/servers/EmblemCompany/Agent-skills) - Docs: [emblemvault.ai/docs/mcp](https://emblemvault.ai/docs/mcp) ## License MIT (stdio bridge + documentation). Hosted MCP is managed SaaS.

11
modelcontextprotocol/python-sdk
GitHub listing
24.3K stars
Python·3.9K forks·Quality 100

The official Python SDK for Model Context Protocol servers and clients

12
OneSignal
Smithery hosted
22.5K uses
Hosted·onesignal/onesignal·Smithery directory

OneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campaign performance. With the OneSignal MCP, manage your messaging directly from your AI assistant. Send push notifications, emails, and SMS by simply describing your audience and message. Check campaign delivery stats, build audience segments, manage templates, and handle user subscriptions all through conversation.

13
Web Scout
Smithery hosted
19.6K uses
Hosted·pinkpixel-dev/web-scout-mcp·Smithery directory

Search the web and extract clean, readable text from webpages. Process multiple URLs at once to speed up research with reliable throttling and error handling. Quickly compile sources and summaries for briefs, reports, or competitive analysis.

14
United States Weather
Smithery hosted
17.2K uses
Hosted·smithery-ai/national-weather-service·Smithery directory

Provide real-time and forecast weather information for locations in the United States using natural language queries. Access current conditions, multi-day and hourly forecasts, weather alerts, and nearby weather stations without requiring an API key. Enable users to get official, government-sourced weather data easily through intuitive tools.

15
SubwayInfo NYC
Smithery hosted
16.9K uses
Hosted·subwayinfo·Smithery directory

Real-time NYC subway information. Check train status, view service alerts, and get station-level arrival times.

16
Zipp
Smithery hosted
16.3K uses
Hosted·deficlow/zipp·Smithery directory

Multi-language crypto news for AI assistants — editorial summaries, sentiment labels (BULLISH/NEUTRAL/BEARISH), importance scores 0–100, and every story credited to its original publisher. 8 languages, 6 tools, public read-only access at https://zippfeed.com/mcp/.

17
entity-verification
Smithery hosted
16K uses
Hosted·entia/entity-verification·Smithery directory

Verified business-identity intelligence for AI agents & MCP clients — company verification, VAT, BORME, GLEIF, ownership and risk signals across 10 countries. 11.3M verified entities and 40.3M BORME acts. Remote MCP server, free tier (100 req/month). Sources: BORME, VIES, GLEIF, Wikidata.

18
Google Calendar
Smithery hosted
15.7K uses
Hosted·googlecalendar·Smithery directory

Create, update, and delete Google Calendar events, list calendars and events, respond to invitations, and find times when everyone is free.

19
pubmed-mcp-server
Smithery hosted
13.9K uses
Hosted·cyanheads/pubmed-mcp-server·Smithery directory

Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.

20
modelcontextprotocol/typescript-sdk
GitHub listing
13.4K stars
TypeScript·2.2K forks·Quality 100

The official TypeScript SDK for Model Context Protocol servers and clients

21
Naver Search
Smithery hosted
13.3K uses
Hosted·naver/search·Smithery directory

Search Naver across news, blogs, books, encyclopedia, cafe posts, Knowledge iN, local places, images, shopping, and professional documents. Returns Korean-language results and Korea-local content that global search engines often miss.

22
NPM Sentinel MCP
Smithery hosted
13.3K uses
Hosted·Nekzus/npm-sentinel-mcp·Smithery directory

Provide AI-powered real-time analysis and intelligence on NPM packages, including security, dependencies, performance, and quality metrics. Enable faster and safer package management decisions by integrating with Claude and Anthropic AI. Deliver comprehensive insights such as vulnerability scanning, download trends, and maintenance status to optimize your npm ecosystem.

23
nutribalance-mcp
Smithery hosted
12.7K uses
Hosted·NutriBalance/nutribalance-mcp·Smithery directory

Free nutrition tools for AI assistants — calculate TDEE & personalised macros, look up food nutrition data, generate meal plans (standard, vegetarian, vegan, keto, high-protein), fix nutrient deficiencies with food & supplement guidance, and score a day's eating from 0–100.

24
cityparity
Smithery hosted
12.4K uses
Hosted·bissell-skyler/cityparity·Smithery directory

cityparity compares two cities on the numbers that actually decide a move. Give it a salary and a family situation and it returns take-home pay, a full cost breakdown (housing, healthcare, childcare, food, transit, travel home, property tax), the equivalent salary you'd need in the target city, and the non-cash deltas people move for: statutory vacation, parental leave, and universal healthcare. It can also rank cities by a composite quality score and look up inbound-worker tax regimes (Italy impatriati, Portugal IFICI, and others). About 165 cities across 69 countries. Free, no API key, hosted Streamable HTTP.

25
hangwin/mcp-chrome
GitHub listing
12.4K stars
TypeScript·1.1K forks·Quality 100

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.

26
ia-qa.com/mcp llm and RAG testing - Dev/QA toolbox
Smithery hosted
12.3K uses
Hosted·ia-qa/api·Smithery directory

IA-QA as an MCP Server Use IA-QA's developer tools to test your llm agents RAG ai tools, directly from Cursor, Claude Desktop, Windsurf, or any AI agent without leaving your IDE. Many classical testing tools too ! Enjoy ! No API key. No signup. Free.

27
Slack
Smithery hosted
12.1K uses
Hosted·slack·Smithery directory

Read Slack conversations, threads, and user directories, send messages, and invite users to channels.

28
Framesail
Smithery hosted
11.5K uses
Hosted·framesail/framesail·Smithery directory

Create long-form (faceless YouTube) videos end to end from any MCP client: script, locked character references, storyboard, voiceover, and final video editing — with characters and style held consistent across every shot. Making long-form AI video today means 8+ tabs stitched by hand — an LLM for the script, a voice model, an image model, a video model — with characters drifting between tools and style resetting at every export. Framesail replaces the patchwork: the whole pipeline runs in one place and manages your video's context end to end. Six stages: Style (paste images, videos, or YouTube links and Framesail reverse-engineers the look, voice, and direction), Script (write it yourself or generate it in your narrative style), Reference images (auto-generated for every character, place, and prop), Voiceover (one narrator or many characters, with word-level timing), Storyboard (planned scene by scene), and Editor (captions, music, SFX, then export). No black box: you control every prompt, asset, model, and setting.

29
ComplianceCheckup
Smithery hosted
11.2K uses
Hosted·friso/compliancecheckup·Smithery directory

Free automated privacy grades (A+ to F) for 900+ SaaS tools, plus GDPR, HIPAA, PCI DSS, SOC 2, CCPA, and ADA compliance checklists with source citations.

30
AI Research Assistant
Smithery hosted
10.3K uses
Hosted·hamid-vakilzadeh/mcpsemanticscholar·Smithery directory

The server provides immediate access to millions of academic papers through Semantic Scholar and arXiv, enabling AI-powered research with comprehensive search, citation analysis, and full-text PDF extraction from multiple sources (arXiv and Wiley open-access). - No API key is required.

31
Polymarket
Smithery hosted
10.1K uses
Hosted·aryankeluskar/polymarket-mcp·Smithery directory

Discover and filter Polymarket prediction markets and events by tags, volume, liquidity, and activity. Analyze individual markets with probabilities, market health, and recent trade insights to inform decisions. Track trends across categories to spot opportunities and compare sentiment over time.

32
Your-Echo-Agent-
Smithery hosted
10.1K uses
Hosted·pinksaltlamp75/Your-Echo-Agent-·Smithery directory

Built by a PR tech publicist, Your Echo Agent delivers truly personalized cold emails tied to LinkedIn campaigns for SaaS, agencies, e-commerce, founders, local businesses, and PR clients — all from Claude, Cursor, Windsurf, or Continue.

33
Gapup MCP — 270+ Agent-payable AI Tools
Smithery hosted
10K uses
Hosted·getgapup/gapup-mcp·Smithery directory

270+ agent-payable C-suite expertises (competitive intel, SEC filings, sanctions multi-jurisdiction, KYC, pentest scope, clinical evidence GRADE-graded, real-estate deals EU-first, ESG, NAICS classifier, patent landscape, research paper Q&A). x402 USDC/EURC micro-payments. Free tier 100 calls/mo, no credit card. Dual-audience (human/agent).

34
Weather MCP Server
Smithery hosted
10K uses
Hosted·isdaniel/mcp_weather_server·Smithery directory

Retrieve real-time weather information effortlessly for any city. Get accurate weather updates using a simple command or API call without needing an API key. Enhance your applications with reliable weather data from the Open-Meteo API.

35
social-superpowers
Smithery hosted
9.8K uses
Hosted·pkobielak/social-superpowers·Smithery directory

Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

36
menjometre
Smithery hosted
9.5K uses
Hosted·segellfosc-dev-ayfx/menjometre·Smithery directory

Menjometre is an independent observatory of Catalan public spending. This MCP server gives any LLM client read-only access to the full dataset and the statistical scoring layer built on top of it. ## Coverage - **~19.5 M** grant records from the Registre d'Ajuts i Subvencions de Catalunya (RAISC), 2016–present - **~1.7 M** public procurement contracts from Dades Obertes de Catalunya - **~496 K** beneficiary entities with normalised identities - A **public-figure graph** linking Parlament deputies, Generalitat officials, and the boards of publicly-funded entities - The **Menjometre score** — a statistical indicator flagging concentration and recurrence patterns in public spending ## What the 48 tools cover | Domain | What you can ask | |---|---| | `entities` | Search, profile, network, activity timeline for any funded organisation | | `grants` | RAISC lookups, concentration analysis, purpose trees, year-over-year trends | | `contractes` | Procurement lookups, sole-source detection, fragmentation patterns | | `organs` | Granting-body rankings and profiles | | `xarxa` | Public-figure graph, shortest path between two people, cluster investigation | | `pressupostos` | Generalitat budget surface | | `meta` | Methodology, scoring explanation, upstream attribution manifest | ## Example prompts - *"Which ten Catalan entities received the most RAISC funds in 2024?"* - *"Show me the concentration profile of the entity with CIF A08000143."* - *"Which grant-giving bodies award the largest share of their budget to a single beneficiary?"* - *"What percentage of Ajuntament de Girona's contracts are sole-source?"* - *"Explain how the Menjometre score is computed."* ## Response envelope Every tool response ships with four things: 1. **Attribution** — a `sources` array citing the upstream dataset, licence (CC-BY-4.0 / Llei 37/2007), and publisher 2. **Scope predicate** — personal-data filters enforced at the database query, not client-side 3. **Framing** — scored responses embed a `score_meta` block with a `not_an_accusation` disclaimer and a link to the methodology page 4. **Neutral statistical language** — the server returns "top decile", "around the median", never accusatory framing Safe for journalism, academic research, and civic-tech tooling. ## Install via npm ```json { "mcpServers": { "menjometre": { "command": "npx", "args": ["-y", "menjometre-mcp"] } } } Also reachable directly over Streamable HTTP at https://www.menjometre.cat/mcp.

37
Exa Search
Smithery hosted
9.2K uses
Hosted·exa·Smithery directory

Fast, intelligent web search and web crawling. Get fresh information about libraries, APIs, and SDKs.

38
vibe-pay
Smithery hosted
8.5K uses
Hosted·xqb/vibe-pay·Smithery directory

Platform access code. Email coryhigham@gmail.com with subject "MCP Trial" to request one

39
FavCRM — Agentic CRM
Smithery hosted
8.5K uses
Hosted·favcrm/favcrm·Smithery directory

**Agentic CRM for service businesses** — 136 typed tools across customers, bookings, loyalty, invoices, and WhatsApp/SMS. Hosted at `api.favcrm.io/mcp`. ### What it does - **Customers & loyalty** — segments, memberships, rewards, points - **Bookings** — create, confirm, cancel, no-show; capacity-aware schedules - **Commerce** — invoices, payments, products, orders, inventory - **Communications** — WhatsApp, SMS, email with templates - **CRM core** — contacts, tasks, tickets, deals, campaigns ### Auth API key (`fav_mcp_...`). Sign up free at [favcrm.io](https://favcrm.io) → Settings → API Keys. **Free tier:** 100 customers + 200 bookings/month. No credit card. ### Quickstart Install snippets, examples, and smoke tests: [github.com/favcrm/mcp](https://github.com/favcrm/mcp)

40
primitive.dev
Smithery hosted
8.4K uses
Hosted·primitivedotdev/primitive·Smithery directory

Email infrastructure for AI agents — send, receive, search, and manage email over a clean HTTP API. Connect verified domains, route inbound mail, set up webhooks, and automate email workflows. Authenticate with a Primitive API key or via OAuth.

41
LMK.today MCP
Smithery hosted
8.2K uses
Hosted·lmktoday/commerce·Smithery directory

Give any AI agent a shopping brain. LMK.today is an open Model Context Protocol server with curated cross-merchant search, real price history, live demand signals, and editorial gift collections — no account required. More at https://lmk.today/mcp

42
GitHub Analytics MCP — Repo & Trend Research
Smithery hosted
8.2K uses
Hosted·nexgendata-apify/github-mcp-server·Smithery directory

Repo statistics, trending lookups, code-search queries, and dev-trend aggregation. For AI agents that need to evaluate libraries, monitor competitor projects, or surface emerging open-source tools. Distinct from the Developer Tools MCP — this one is GitHub-specific and goes deeper on repo analytics.

43
Google Drive
Smithery hosted
8.1K uses
Hosted·googledrive·Smithery directory

Search Google Drive, upload and download files, create folders, move and rename items, and manage sharing and file permissions.

44
IndustryLens
Smithery hosted
8K uses
Hosted·industrylens/mcp·Smithery directory

Track competitor pricing changes, strategic moves and whole-market landscapes from any AI agent: real, source-backed B2B SaaS intelligence with real dates.

45
modelcontextprotocol/registry
GitHub listing
7.2K stars
Go·983 forks·Quality 100

A community driven registry service for Model Context Protocol (MCP) servers.

46
paper-search-mcp-openai-v2
Smithery hosted
7K uses
Hosted·TitanSneaker/paper-search-mcp-openai-v2·Smithery directory

Find and download academic papers from leading sources like arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic Scholar, CrossRef, and IACR. Get standardized results and fetch full-text PDFs when available. Accelerate literature reviews with deep search and effortless retrieval.

47
Google BigQuery
Smithery hosted
7K uses
Hosted·bigquery·Smithery directory

Run SQL queries on BigQuery datasets, list tables, and inspect schemas. Manage jobs, export results, and explore data warehouse resources.

48
mobile-next/mobile-mcp
GitHub listing
6.7K stars
TypeScript·576 forks·Quality 100

Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

49
Boar blockchain MCP (basic)
Smithery hosted
6.5K uses
Hosted·boar-network/blockchain-basic·Smithery directory

Free, keyless MCP server with 50 read-only blockchain tools for Bitcoin, Ethereum, and Mezo. No installation, no API key required - just add the URL to your MCP client and start querying balances, transactions, blocks, ENS names, ERC-20 tokens, smart contracts, and more. Runs on Cloudflare's global edge network via Streamable HTTP. All tools are strictly read-only and stateless.

50
cultural-intelligence
Smithery hosted
6.4K uses
Hosted·sincetomorrow/cultural-intelligence·Smithery directory

The cultural GPS for AI commerce. 504,472 aesthetic worlds mapped across 193 dimensions — from dark academia to k-beauty to quiet luxury. 3,154 autonomous agents update intelligence every 48 hours. 9 tools: product recommendations with affiliate links, brand cultural position, trend intelligence, commerce gap predictions, world comparisons, and live cultural signals. Free. Open source. MIT licensed. 14 AI companies already consume our data at 33,000+ requests/hour. Open Source Commerce For All.

51
Aiwyn Tax
Smithery hosted
6.4K uses
Hosted·aiwyn·Smithery directory

Automate tax workflow tasks and manage client engagements. Track deadlines, organize documents, and handle billing for accounting firms.

52
Google News
Smithery hosted
6.4K uses
Hosted·google/news·Smithery directory

Search Google News for current and recent articles. No API key required. Data via SerpAPI; Smithery is not affiliated with Google.

53
getsentry/XcodeBuildMCP
GitHub listing
6.4K stars
TypeScript·316 forks·Quality 100

A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

54
Multi-Carrier Shipping API — powered by Secureship
Smithery hosted
6.1K uses
Hosted·secureship/docs·Smithery directory

Secureship MCP gives AI assistants access to a multi-carrier shipping API covering rate comparison, label generation, package tracking, pickup scheduling, address book management, shipment history, customs documents, and more — across carriers like UPS, FedEx, Purolator, Canpar, and others. Browse 150+ live endpoint schemas, parameters, and auth details — always current, never stale. Secureship isn't just for shipping with one carrier — it's a multi-carrier shipping platform, and this MCP server gives AI assistants full access to the API documentation for every supported action: compare rates across carriers, generate shipping labels, track packages, schedule pickups, manage address books, review shipment history, produce customs documents, handle invoices, and even perform actions available on the Secureship web dashboard — all through a single API. The MCP documentation server exposes live endpoint metadata pulled directly from the running application — not static docs that go stale. That means AI assistants always get the correct paths, parameters, request bodies, response schemas, and authentication requirements for 150+ endpoints. Read-only, public, no API key needed to browse. Authentication for the actual shipping API uses a simple X-API-KEY header. **Tools exposed:** - SearchDocs — keyword search across all API endpoints - GetEndpointDetail — full schema for a specific endpoint (params, request body, responses, auth) - ListEndpoints — list all endpoints, optionally filtered by category - GetAuthInfo — authentication instructions (X-API-KEY header) **Categories:** Shipping, logistics, e-commerce, carriers, rates, labels, tracking, address book, customs documents, shipment history

55
MTG MCP Server
Smithery hosted
6.1K uses
Hosted·j4th/mtg-mcp-server·Smithery directory

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

56
jacob-bd/gemini-notebook-mcp-cli
GitHub listing
6.1K stars
Python·926 forks·Quality 100

Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

57
GitHub
Smithery hosted
5.9K uses
Hosted·github·Smithery directory

Connect your AI agents to GitHub — manage repos, issues, PRs, workflows, and more

58
appcypher/awesome-mcp-servers
GitHub listing
5.8K stars
Unknown·2.4K forks·Quality 100

Awesome MCP Servers - A curated list of Model Context Protocol servers

59
executeautomation/mcp-playwright
GitHub listing
5.6K stars
TypeScript·536 forks·Quality 100

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

60
nanbingxyz/5ire
GitHub listing
5.3K stars
TypeScript·431 forks·Quality 100

5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .

61
modelcontextprotocol/go-sdk
GitHub listing
5.1K stars
Go·536 forks·Quality 100

The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google.

62
modelcontextprotocol/csharp-sdk
GitHub listing
4.5K stars
C#·806 forks·Quality 95

The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.

63
wong2/awesome-mcp-servers
GitHub listing
4.3K stars
Unknown·2K forks·Quality 93

A curated list of Model Context Protocol (MCP) servers

64
Pimzino/spec-workflow-mcp
GitHub listing
4.3K stars
TypeScript·354 forks·Quality 92

A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.

65
haris-musa/excel-mcp-server
GitHub listing
4.2K stars
Python·461 forks·Quality 91

A Model Context Protocol server for Excel file manipulation

66
modelcontextprotocol/java-sdk
GitHub listing
3.7K stars
Java·1.1K forks·Quality 86

The official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI

67
microsoft/mcp
GitHub listing
3.7K stars
C#·615 forks·Quality 86

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

68
opensumi/core
GitHub listing
3.7K stars
TypeScript·451 forks·Quality 86

A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

69
zcaceres/markdownify-mcp
GitHub listing
3K stars
TypeScript·254 forks·Quality 79

A Model Context Protocol server for converting almost anything to Markdown

70
coddingtonbear/obsidian-local-rest-api
GitHub listing
2.9K stars
TypeScript·343 forks·Quality 79

A secure REST API and Model Context Protocol (MCP) server for your vault.

71
brightdata/brightdata-mcp
GitHub listing
2.6K stars
JavaScript·326 forks·Quality 76

A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

72
mixelpixx/KiCAD-MCP-Server
GitHub listing
2.2K stars
Python·321 forks·Quality 72

KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

73
neka-nat/freecad-mcp
GitHub listing
2.2K stars
Python·280 forks·Quality 71

FreeCAD MCP(Model Context Protocol) server

74
stacklok/toolhive
GitHub listing
2.2K stars
Go·294 forks·Quality 71

ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.

75
benborla/mcp-server-mysql
GitHub listing
2.1K stars
JavaScript·249 forks·Quality 71

A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

76
GongRzhe/Office-Word-MCP-Server
GitHub listing
2.1K stars
Python·286 forks·Quality 71

A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities.

77
containers/kubernetes-mcp-server
GitHub listing
2.1K stars
Go·434 forks·Quality 70

Model Context Protocol (MCP) server for Kubernetes and OpenShift

78
duty1g/x64dbg-mcp-server
GitHub listing
1.9K stars
Zig·194 forks·Quality 69

x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for x64dbg that exposes the debugger's full functionality over HTTP. Connect any MCP-compatible AI assistant and control x64dbg programmatically: set breakpoints, step through code, read memory, dump registers, and more. Built with Zig — zero dependencies, single-binary output, cros

79
GongRzhe/Office-PowerPoint-MCP-Server
GitHub listing
1.9K stars
Python·245 forks·Quality 68

A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.

80
bitbonsai/mcpvault
GitHub listing
1.7K stars
TypeScript·126 forks·Quality 66

A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

81
f/mcptools
GitHub listing
1.6K stars
Go·127 forks·Quality 66

A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.

82
modelcontextprotocol/php-sdk
GitHub listing
1.6K stars
PHP·169 forks·Quality 66

The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.

83
datagouv/datagouv-mcp
GitHub listing
1.6K stars
Python·137 forks·Quality 65

Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.

84
MiniMax-AI/MiniMax-MCP
GitHub listing
1.6K stars
Python·282 forks·Quality 65

Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.

85
qdrant/mcp-server-qdrant
GitHub listing
1.5K stars
Python·304 forks·Quality 65

An official Qdrant Model Context Protocol (MCP) server implementation

86
modelcontextprotocol/swift-sdk
GitHub listing
1.5K stars
Swift·237 forks·Quality 64

The official Swift SDK for Model Context Protocol servers and clients.

87
nickclyde/duckduckgo-mcp-server
GitHub listing
1.5K stars
Python·190 forks·Quality 64

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

88
lgazo/drawio-mcp-server
GitHub listing
1.5K stars
TypeScript·131 forks·Quality 64

Draw.io Model Context Protocol (MCP) Server

89
modelcontextprotocol/kotlin-sdk
GitHub listing
1.4K stars
Kotlin·245 forks·Quality 64

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

90
designcomputer/mysql_mcp_server
GitHub listing
1.4K stars
Python·257 forks·Quality 63

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

91
nduckmink/arkon
GitHub listing
1.3K stars
Python·277 forks·Quality 63

Arkon: Enterprise AI Knowledge Hub & MCP Server. Self-hosted knowledge base for teams to manage RAG contexts, access policies, and AI skills. Connect Claude and other LLMs via Model Context Protocol (MCP) for automated, secure organizational knowledge integration.

92
datalayer/jupyter-mcp-server
GitHub listing
1.3K stars
Python·195 forks·Quality 62

🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.

93
Joooook/12306-mcp
GitHub listing
1.3K stars
JavaScript·197 forks·Quality 62

This is a 12306 ticket search server based on the Model Context Protocol (MCP).

94
metoro-io/mcp-golang
GitHub listing
1.2K stars
Go·121 forks·Quality 62

Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io

95
GongRzhe/Gmail-MCP-Server
GitHub listing
1.2K stars
JavaScript·412 forks·Quality 61

A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.

96
mongodb-js/mongodb-mcp-server
GitHub listing
1.1K stars
TypeScript·287 forks·Quality 61

A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.

97
YuzeHao2023/Awesome-MCP-Servers
GitHub listing
1.1K stars
Unknown·292 forks·Quality 60

A curated list of Model Context Protocol (MCP) servers

98
negokaz/excel-mcp-server
GitHub listing
1K stars
Go·129 forks·Quality 60

A Model Context Protocol (MCP) server that reads and writes MS Excel data

99
johnhuang316/code-index-mcp
GitHub listing
1K stars
Python·119 forks·Quality 60

A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

100
patruff/ollama-mcp-bridge
GitHub listing
983 stars
TypeScript·113 forks·Quality 59

Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools

#ServerSourceUses
1
Brave Search☁️ Hosted📦 Adopted

Search the web with Brave's independent index — web, news, images, and videos. Bring your own subscription token from the [Brave Search API dashboard](https://api-dashboard.search.brave.com).

Smithery87.6K
2
uk-due-diligence☁️ Hosted📦 Adopted

Tools across five UK public registers. All official APIs. Give an agent a company name and it pulls corporate status, filing compliance, director networks, beneficial ownership chains, disqualification checks, insolvency notices, VAT validation, and property transactions.

Smithery60.9K
3
Paper Search☁️ Hosted📦 Adopted

Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic Scholar, and IACR. Fetch PDFs and extract full text to accelerate literature reviews. Get consistent metadata for easier filtering, citation, and analysis.

Smithery59.1K
4
Gmail☁️ Hosted📦 Adopted

Read, search, and send Gmail messages. Manage drafts, threads, and labels; reply, forward, archive, trash, report spam, and triage your inbox.

Smithery57.7K
5
Google Sheets☁️ Hosted📦 Adopted

Search and inspect Google Sheets, create and edit spreadsheets, scan for data issues, review edit history, and manage comments.

Smithery56.1K
6
Agent News☁️ Hosted📦 Adopted

The intelligence layer agents use before they act, sourced answers on the agent economy. Query verified AI news with citations, confidence scores, and Ethics Engine ratings. Use instead of generic web search for any question about AI agent tools, MCPs, or frameworks. Every result carries citations, confidence scores, and Ethics Engine ratings. Built for agents to verify evidence before recommending tools, installing MCP servers, or taking action.

Smithery43.4K
7
PubMed☁️ Hosted📦 Adopted

Search biomedical literature across 36 million citations. Find papers, abstracts, and related articles from MEDLINE and life science journals.

Smithery42.1K
8
Polymarket Data by PolymarketScan☁️ Hosted📦 Adopted

Real-time Polymarket analytics for AI agents. Query live prediction market data including whale trades, market odds, trader profiles, and leaderboards. **Available tools:** - `get_whale_trades` — large trades above a size threshold - `get_market_odds` — current prices and implied probability for any market - `get_trader_profile` — PnL, win rate, ROI for any wallet - `get_leaderboard` — top traders ranked by PnL, ROI, or win rate - `get_market_summary` — AI-citable summary paragraph for any market - `search_markets` — full-text search across all active markets - `get_market_movers` — biggest price movements in the last 24 hours - `get_site_stats` — aggregate platform statistics No API key required. Data provided by PolymarketScan (polymarketscan.org).

Smithery39.5K
9
sap-mcp☁️ Hosted📦 Adopted

Use the SAP MCP Wizard or install the library from the npm registry to automatically create and configure a Solana/SAP wallet via https://mcp.sap.oobeprotocol.ai

Smithery34.4K
10
emblem-mcp☁️ Hosted📦 Adopted

# EmblemAI MCP EmblemAI is a hosted Model Context Protocol server that gives AI agents a full-featured crypto wallet plus **200+ tools** for trading, DeFi, NFTs, and on-chain analytics across **7 blockchains**: - **Bitcoin** — native BTC, Ordinals inscriptions, Runes, BRC-20, Stamps / SRC-20, Alkanes, rare sats - **Solana** — SOL + SPL tokens, Jupiter-routed swaps, Solana memecoin discovery, RugCheck - **Ethereum** — native ETH, ERC-20, ERC-721 / ERC-1155 NFTs, ETH swaps - **Base** — native ETH on L2, ERC-20, NFTs, Clanker discovery - **BSC** — native BNB, BEP-20, FourMeme bonding-curve discovery and trading - **Polygon** — native MATIC, ERC-20, swaps - **Hedera** — HBAR, HTS tokens, MemeJob discovery and trading Plus prediction markets via **Polymarket**, market research, conditional orders (limit / stop-loss / take-profit) on supported chains, and on-chain analytics. ## Quick start The Smithery deployment connects directly to the hosted EmblemAI MCP at `https://emblemvault.ai/api/mcp`. You only need an API key: 1. Sign in at [emblemvault.ai](https://emblemvault.ai). 2. Open **Settings → Vault Access Key** and copy your key. 3. Paste it as the `apiKey` parameter in the Smithery connection form. Browsing tools (`tools/list`) works anonymously, so you can inspect the catalog before authenticating. ## Auth modes | Mode | When to use | Scope | | --- | --- | --- | | **API key** (`x-api-key`) | Unattended agents, cron jobs, server-to-server, any workflow that mints tokens or sends transactions | Full read + write, no expiry until revoked | | **OAuth 2.0 + PKCE** (RFC 7591 Dynamic Client Registration) | Interactive sessions where a human can click a browser popup | Read-only `vault:read`, short-lived JWT | | **x402 micropayments** | Pay-per-call across the public catalog without an account | Per-tool-call USDC settlement | The Smithery deployment defaults to the API-key path, configured via the `apiKey` parameter (sent to the upstream as the `x-api-key` header). ## Enabling transactional tools State-changing tools (sends, swaps, mints, conditional-trade creates) are hidden by default. Opt in by setting the `enableTransactions` parameter to `enabled` — Smithery's gateway forwards it as the `x-mcp-transactions: enabled` header. Transactional tools then surface in `tools/list` with a `-transaction` suffix, which makes them easy to allow- or block-list with wildcard rules in the host client. Note: transactional tools also require API-key auth — OAuth bearers do not pass the `vault:write` gate. ## Specialized listings (filter) The full 200-tool surface is wide. For Bitcoin-only, Solana-only, or any other curated slice, use the stdio bridge `@emblemvault/mcp` (npm) and set: ``` EMBLEMAI_TOOLS_FILTER="bitcoin*,*Rune*,*Inscription*" ``` The bridge applies the glob filter to both `tools/list` and `tools/call`, exposing only the matching subset to the host LLM. The hosted Smithery deployment always exposes the full catalog; the filter is a stdio-side feature. ## Categories Trading · DeFi · NFTs · Wallet · Bitcoin Ordinals · Polymarket prediction markets · Cross-chain · Market analytics · Research / web search. ## Links - Hosted MCP: `https://emblemvault.ai/api/mcp` - Stdio bridge: `@emblemvault/mcp` ([github](https://github.com/EmblemCompany/Agent-skills/tree/main/mcp-bridge)) - Repo: [EmblemCompany/Agent-skills](https://github.com/EmblemCompany/Agent-skills) - Web app: [emblemvault.ai](https://emblemvault.ai) - Glama listing: [glama.ai/mcp/servers/EmblemCompany/Agent-skills](https://glama.ai/mcp/servers/EmblemCompany/Agent-skills) - Docs: [emblemvault.ai/docs/mcp](https://emblemvault.ai/docs/mcp) ## License MIT (stdio bridge + documentation). Hosted MCP is managed SaaS.

Smithery25.1K
11
modelcontextprotocol/python-sdk⭐ Popular

The official Python SDK for Model Context Protocol servers and clients

GitHub24.3K
12
OneSignal☁️ Hosted📦 Adopted

OneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campaign performance. With the OneSignal MCP, manage your messaging directly from your AI assistant. Send push notifications, emails, and SMS by simply describing your audience and message. Check campaign delivery stats, build audience segments, manage templates, and handle user subscriptions all through conversation.

Smithery22.5K
13
Web Scout☁️ Hosted📦 Adopted

Search the web and extract clean, readable text from webpages. Process multiple URLs at once to speed up research with reliable throttling and error handling. Quickly compile sources and summaries for briefs, reports, or competitive analysis.

Smithery19.6K
14
United States Weather☁️ Hosted📦 Adopted

Provide real-time and forecast weather information for locations in the United States using natural language queries. Access current conditions, multi-day and hourly forecasts, weather alerts, and nearby weather stations without requiring an API key. Enable users to get official, government-sourced weather data easily through intuitive tools.

Smithery17.2K
15
SubwayInfo NYC☁️ Hosted📦 Adopted

Real-time NYC subway information. Check train status, view service alerts, and get station-level arrival times.

Smithery16.9K
16
Zipp☁️ Hosted📦 Adopted

Multi-language crypto news for AI assistants — editorial summaries, sentiment labels (BULLISH/NEUTRAL/BEARISH), importance scores 0–100, and every story credited to its original publisher. 8 languages, 6 tools, public read-only access at https://zippfeed.com/mcp/.

Smithery16.3K
17
entity-verification☁️ Hosted📦 Adopted

Verified business-identity intelligence for AI agents & MCP clients — company verification, VAT, BORME, GLEIF, ownership and risk signals across 10 countries. 11.3M verified entities and 40.3M BORME acts. Remote MCP server, free tier (100 req/month). Sources: BORME, VIES, GLEIF, Wikidata.

Smithery16K
18
Google Calendar☁️ Hosted📦 Adopted

Create, update, and delete Google Calendar events, list calendars and events, respond to invitations, and find times when everyone is free.

Smithery15.7K
19
pubmed-mcp-server☁️ Hosted📦 Adopted

Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.

Smithery13.9K
20
modelcontextprotocol/typescript-sdk⭐ Popular

The official TypeScript SDK for Model Context Protocol servers and clients

GitHub13.4K
21
Naver Search☁️ Hosted📦 Adopted

Search Naver across news, blogs, books, encyclopedia, cafe posts, Knowledge iN, local places, images, shopping, and professional documents. Returns Korean-language results and Korea-local content that global search engines often miss.

Smithery13.3K
22
NPM Sentinel MCP☁️ Hosted📦 Adopted

Provide AI-powered real-time analysis and intelligence on NPM packages, including security, dependencies, performance, and quality metrics. Enable faster and safer package management decisions by integrating with Claude and Anthropic AI. Deliver comprehensive insights such as vulnerability scanning, download trends, and maintenance status to optimize your npm ecosystem.

Smithery13.3K
23
nutribalance-mcp☁️ Hosted📦 Adopted

Free nutrition tools for AI assistants — calculate TDEE & personalised macros, look up food nutrition data, generate meal plans (standard, vegetarian, vegan, keto, high-protein), fix nutrient deficiencies with food & supplement guidance, and score a day's eating from 0–100.

Smithery12.7K
24
cityparity☁️ Hosted📦 Adopted

cityparity compares two cities on the numbers that actually decide a move. Give it a salary and a family situation and it returns take-home pay, a full cost breakdown (housing, healthcare, childcare, food, transit, travel home, property tax), the equivalent salary you'd need in the target city, and the non-cash deltas people move for: statutory vacation, parental leave, and universal healthcare. It can also rank cities by a composite quality score and look up inbound-worker tax regimes (Italy impatriati, Portugal IFICI, and others). About 165 cities across 69 countries. Free, no API key, hosted Streamable HTTP.

Smithery12.4K
25
hangwin/mcp-chrome⭐ Popular

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.

GitHub12.4K
26
ia-qa.com/mcp llm and RAG testing - Dev/QA toolbox☁️ Hosted📦 Adopted

IA-QA as an MCP Server Use IA-QA's developer tools to test your llm agents RAG ai tools, directly from Cursor, Claude Desktop, Windsurf, or any AI agent without leaving your IDE. Many classical testing tools too ! Enjoy ! No API key. No signup. Free.

Smithery12.3K
27
Slack☁️ Hosted📦 Adopted

Read Slack conversations, threads, and user directories, send messages, and invite users to channels.

Smithery12.1K
28
Framesail☁️ Hosted📦 Adopted

Create long-form (faceless YouTube) videos end to end from any MCP client: script, locked character references, storyboard, voiceover, and final video editing — with characters and style held consistent across every shot. Making long-form AI video today means 8+ tabs stitched by hand — an LLM for the script, a voice model, an image model, a video model — with characters drifting between tools and style resetting at every export. Framesail replaces the patchwork: the whole pipeline runs in one place and manages your video's context end to end. Six stages: Style (paste images, videos, or YouTube links and Framesail reverse-engineers the look, voice, and direction), Script (write it yourself or generate it in your narrative style), Reference images (auto-generated for every character, place, and prop), Voiceover (one narrator or many characters, with word-level timing), Storyboard (planned scene by scene), and Editor (captions, music, SFX, then export). No black box: you control every prompt, asset, model, and setting.

Smithery11.5K
29
ComplianceCheckup☁️ Hosted📦 Adopted

Free automated privacy grades (A+ to F) for 900+ SaaS tools, plus GDPR, HIPAA, PCI DSS, SOC 2, CCPA, and ADA compliance checklists with source citations.

Smithery11.2K
30
AI Research Assistant☁️ Hosted📦 Adopted

The server provides immediate access to millions of academic papers through Semantic Scholar and arXiv, enabling AI-powered research with comprehensive search, citation analysis, and full-text PDF extraction from multiple sources (arXiv and Wiley open-access). - No API key is required.

Smithery10.3K
31
Polymarket☁️ Hosted📦 Adopted

Discover and filter Polymarket prediction markets and events by tags, volume, liquidity, and activity. Analyze individual markets with probabilities, market health, and recent trade insights to inform decisions. Track trends across categories to spot opportunities and compare sentiment over time.

Smithery10.1K
32
Your-Echo-Agent-☁️ Hosted📦 Adopted

Built by a PR tech publicist, Your Echo Agent delivers truly personalized cold emails tied to LinkedIn campaigns for SaaS, agencies, e-commerce, founders, local businesses, and PR clients — all from Claude, Cursor, Windsurf, or Continue.

Smithery10.1K
33
Gapup MCP — 270+ Agent-payable AI Tools☁️ Hosted📦 Adopted

270+ agent-payable C-suite expertises (competitive intel, SEC filings, sanctions multi-jurisdiction, KYC, pentest scope, clinical evidence GRADE-graded, real-estate deals EU-first, ESG, NAICS classifier, patent landscape, research paper Q&A). x402 USDC/EURC micro-payments. Free tier 100 calls/mo, no credit card. Dual-audience (human/agent).

Smithery10K
34
Weather MCP Server☁️ Hosted

Retrieve real-time weather information effortlessly for any city. Get accurate weather updates using a simple command or API call without needing an API key. Enhance your applications with reliable weather data from the Open-Meteo API.

Smithery10K
35
social-superpowers☁️ Hosted

Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

Smithery9.8K
36
menjometre☁️ Hosted

Menjometre is an independent observatory of Catalan public spending. This MCP server gives any LLM client read-only access to the full dataset and the statistical scoring layer built on top of it. ## Coverage - **~19.5 M** grant records from the Registre d'Ajuts i Subvencions de Catalunya (RAISC), 2016–present - **~1.7 M** public procurement contracts from Dades Obertes de Catalunya - **~496 K** beneficiary entities with normalised identities - A **public-figure graph** linking Parlament deputies, Generalitat officials, and the boards of publicly-funded entities - The **Menjometre score** — a statistical indicator flagging concentration and recurrence patterns in public spending ## What the 48 tools cover | Domain | What you can ask | |---|---| | `entities` | Search, profile, network, activity timeline for any funded organisation | | `grants` | RAISC lookups, concentration analysis, purpose trees, year-over-year trends | | `contractes` | Procurement lookups, sole-source detection, fragmentation patterns | | `organs` | Granting-body rankings and profiles | | `xarxa` | Public-figure graph, shortest path between two people, cluster investigation | | `pressupostos` | Generalitat budget surface | | `meta` | Methodology, scoring explanation, upstream attribution manifest | ## Example prompts - *"Which ten Catalan entities received the most RAISC funds in 2024?"* - *"Show me the concentration profile of the entity with CIF A08000143."* - *"Which grant-giving bodies award the largest share of their budget to a single beneficiary?"* - *"What percentage of Ajuntament de Girona's contracts are sole-source?"* - *"Explain how the Menjometre score is computed."* ## Response envelope Every tool response ships with four things: 1. **Attribution** — a `sources` array citing the upstream dataset, licence (CC-BY-4.0 / Llei 37/2007), and publisher 2. **Scope predicate** — personal-data filters enforced at the database query, not client-side 3. **Framing** — scored responses embed a `score_meta` block with a `not_an_accusation` disclaimer and a link to the methodology page 4. **Neutral statistical language** — the server returns "top decile", "around the median", never accusatory framing Safe for journalism, academic research, and civic-tech tooling. ## Install via npm ```json { "mcpServers": { "menjometre": { "command": "npx", "args": ["-y", "menjometre-mcp"] } } } Also reachable directly over Streamable HTTP at https://www.menjometre.cat/mcp.

Smithery9.5K
37
Exa Search☁️ Hosted

Fast, intelligent web search and web crawling. Get fresh information about libraries, APIs, and SDKs.

Smithery9.2K
38
vibe-pay☁️ Hosted

Platform access code. Email coryhigham@gmail.com with subject "MCP Trial" to request one

Smithery8.5K
39
FavCRM — Agentic CRM☁️ Hosted

**Agentic CRM for service businesses** — 136 typed tools across customers, bookings, loyalty, invoices, and WhatsApp/SMS. Hosted at `api.favcrm.io/mcp`. ### What it does - **Customers & loyalty** — segments, memberships, rewards, points - **Bookings** — create, confirm, cancel, no-show; capacity-aware schedules - **Commerce** — invoices, payments, products, orders, inventory - **Communications** — WhatsApp, SMS, email with templates - **CRM core** — contacts, tasks, tickets, deals, campaigns ### Auth API key (`fav_mcp_...`). Sign up free at [favcrm.io](https://favcrm.io) → Settings → API Keys. **Free tier:** 100 customers + 200 bookings/month. No credit card. ### Quickstart Install snippets, examples, and smoke tests: [github.com/favcrm/mcp](https://github.com/favcrm/mcp)

Smithery8.5K
40
primitive.dev☁️ Hosted

Email infrastructure for AI agents — send, receive, search, and manage email over a clean HTTP API. Connect verified domains, route inbound mail, set up webhooks, and automate email workflows. Authenticate with a Primitive API key or via OAuth.

Smithery8.4K
41
LMK.today MCP☁️ Hosted

Give any AI agent a shopping brain. LMK.today is an open Model Context Protocol server with curated cross-merchant search, real price history, live demand signals, and editorial gift collections — no account required. More at https://lmk.today/mcp

Smithery8.2K
42
GitHub Analytics MCP — Repo & Trend Research☁️ Hosted

Repo statistics, trending lookups, code-search queries, and dev-trend aggregation. For AI agents that need to evaluate libraries, monitor competitor projects, or surface emerging open-source tools. Distinct from the Developer Tools MCP — this one is GitHub-specific and goes deeper on repo analytics.

Smithery8.2K
43
Google Drive☁️ Hosted

Search Google Drive, upload and download files, create folders, move and rename items, and manage sharing and file permissions.

Smithery8.1K
44
IndustryLens☁️ Hosted

Track competitor pricing changes, strategic moves and whole-market landscapes from any AI agent: real, source-backed B2B SaaS intelligence with real dates.

Smithery8K
45
modelcontextprotocol/registry📈 Growing

A community driven registry service for Model Context Protocol (MCP) servers.

GitHub7.2K
46
paper-search-mcp-openai-v2☁️ Hosted

Find and download academic papers from leading sources like arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic Scholar, CrossRef, and IACR. Get standardized results and fetch full-text PDFs when available. Accelerate literature reviews with deep search and effortless retrieval.

Smithery7K
47
Google BigQuery☁️ Hosted

Run SQL queries on BigQuery datasets, list tables, and inspect schemas. Manage jobs, export results, and explore data warehouse resources.

Smithery7K
48
mobile-next/mobile-mcp📈 Growing

Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

GitHub6.7K
49
Boar blockchain MCP (basic)☁️ Hosted

Free, keyless MCP server with 50 read-only blockchain tools for Bitcoin, Ethereum, and Mezo. No installation, no API key required - just add the URL to your MCP client and start querying balances, transactions, blocks, ENS names, ERC-20 tokens, smart contracts, and more. Runs on Cloudflare's global edge network via Streamable HTTP. All tools are strictly read-only and stateless.

Smithery6.5K
50
cultural-intelligence☁️ Hosted

The cultural GPS for AI commerce. 504,472 aesthetic worlds mapped across 193 dimensions — from dark academia to k-beauty to quiet luxury. 3,154 autonomous agents update intelligence every 48 hours. 9 tools: product recommendations with affiliate links, brand cultural position, trend intelligence, commerce gap predictions, world comparisons, and live cultural signals. Free. Open source. MIT licensed. 14 AI companies already consume our data at 33,000+ requests/hour. Open Source Commerce For All.

Smithery6.4K
51
Aiwyn Tax☁️ Hosted

Automate tax workflow tasks and manage client engagements. Track deadlines, organize documents, and handle billing for accounting firms.

Smithery6.4K
52
Google News☁️ Hosted

Search Google News for current and recent articles. No API key required. Data via SerpAPI; Smithery is not affiliated with Google.

Smithery6.4K
53
getsentry/XcodeBuildMCP📈 Growing

A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

GitHub6.4K
54
Multi-Carrier Shipping API — powered by Secureship☁️ Hosted

Secureship MCP gives AI assistants access to a multi-carrier shipping API covering rate comparison, label generation, package tracking, pickup scheduling, address book management, shipment history, customs documents, and more — across carriers like UPS, FedEx, Purolator, Canpar, and others. Browse 150+ live endpoint schemas, parameters, and auth details — always current, never stale. Secureship isn't just for shipping with one carrier — it's a multi-carrier shipping platform, and this MCP server gives AI assistants full access to the API documentation for every supported action: compare rates across carriers, generate shipping labels, track packages, schedule pickups, manage address books, review shipment history, produce customs documents, handle invoices, and even perform actions available on the Secureship web dashboard — all through a single API. The MCP documentation server exposes live endpoint metadata pulled directly from the running application — not static docs that go stale. That means AI assistants always get the correct paths, parameters, request bodies, response schemas, and authentication requirements for 150+ endpoints. Read-only, public, no API key needed to browse. Authentication for the actual shipping API uses a simple X-API-KEY header. **Tools exposed:** - SearchDocs — keyword search across all API endpoints - GetEndpointDetail — full schema for a specific endpoint (params, request body, responses, auth) - ListEndpoints — list all endpoints, optionally filtered by category - GetAuthInfo — authentication instructions (X-API-KEY header) **Categories:** Shipping, logistics, e-commerce, carriers, rates, labels, tracking, address book, customs documents, shipment history

Smithery6.1K
55
MTG MCP Server☁️ Hosted

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

Smithery6.1K
56
jacob-bd/gemini-notebook-mcp-cli📈 Growing

Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

GitHub6.1K
57
GitHub☁️ Hosted

Connect your AI agents to GitHub — manage repos, issues, PRs, workflows, and more

Smithery5.9K
58
appcypher/awesome-mcp-servers📈 Growing

Awesome MCP Servers - A curated list of Model Context Protocol servers

GitHub5.8K
59
executeautomation/mcp-playwright📈 Growing

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

GitHub5.6K
60
nanbingxyz/5ire📈 Growing

5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .

GitHub5.3K
61
modelcontextprotocol/go-sdk📈 Growing

The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google.

GitHub5.1K
62
modelcontextprotocol/csharp-sdk📈 Growing

The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.

GitHub4.5K
63
wong2/awesome-mcp-servers📈 Growing

A curated list of Model Context Protocol (MCP) servers

GitHub4.3K
64
Pimzino/spec-workflow-mcp📈 Growing

A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.

GitHub4.3K
65
haris-musa/excel-mcp-server📈 Growing

A Model Context Protocol server for Excel file manipulation

GitHub4.2K
66
modelcontextprotocol/java-sdk📈 Growing

The official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI

GitHub3.7K
67
microsoft/mcp📈 Growing

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

GitHub3.7K
68
opensumi/core📈 Growing

A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

GitHub3.7K
69
zcaceres/markdownify-mcp📈 Growing

A Model Context Protocol server for converting almost anything to Markdown

GitHub3K
70
coddingtonbear/obsidian-local-rest-api📈 Growing

A secure REST API and Model Context Protocol (MCP) server for your vault.

GitHub2.9K
71
brightdata/brightdata-mcp📈 Growing

A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

GitHub2.6K
72
mixelpixx/KiCAD-MCP-Server📈 Growing

KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

GitHub2.2K
73
neka-nat/freecad-mcp📈 Growing

FreeCAD MCP(Model Context Protocol) server

GitHub2.2K
74
stacklok/toolhive📈 Growing

ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.

GitHub2.2K
75
benborla/mcp-server-mysql📈 Growing

A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

GitHub2.1K
76
GongRzhe/Office-Word-MCP-Server📈 Growing

A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities.

GitHub2.1K
77
containers/kubernetes-mcp-server📈 Growing

Model Context Protocol (MCP) server for Kubernetes and OpenShift

GitHub2.1K
78
duty1g/x64dbg-mcp-server📈 Growing

x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for x64dbg that exposes the debugger's full functionality over HTTP. Connect any MCP-compatible AI assistant and control x64dbg programmatically: set breakpoints, step through code, read memory, dump registers, and more. Built with Zig — zero dependencies, single-binary output, cros

GitHub1.9K
79
GongRzhe/Office-PowerPoint-MCP-Server📈 Growing

A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.

GitHub1.9K
80
bitbonsai/mcpvault📈 Growing

A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

GitHub1.7K
81
f/mcptools📈 Growing

A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.

GitHub1.6K
82
modelcontextprotocol/php-sdk📈 Growing

The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.

GitHub1.6K
83
datagouv/datagouv-mcp📈 Growing

Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.

GitHub1.6K
84
MiniMax-AI/MiniMax-MCP📈 Growing

Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.

GitHub1.6K
85
qdrant/mcp-server-qdrant📈 Growing

An official Qdrant Model Context Protocol (MCP) server implementation

GitHub1.5K
86
modelcontextprotocol/swift-sdk📈 Growing

The official Swift SDK for Model Context Protocol servers and clients.

GitHub1.5K
87
nickclyde/duckduckgo-mcp-server📈 Growing

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

GitHub1.5K
88
lgazo/drawio-mcp-server📈 Growing

Draw.io Model Context Protocol (MCP) Server

GitHub1.5K
89
modelcontextprotocol/kotlin-sdk📈 Growing

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

GitHub1.4K
90
designcomputer/mysql_mcp_server📈 Growing

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

GitHub1.4K
91
nduckmink/arkon📈 Growing

Arkon: Enterprise AI Knowledge Hub & MCP Server. Self-hosted knowledge base for teams to manage RAG contexts, access policies, and AI skills. Connect Claude and other LLMs via Model Context Protocol (MCP) for automated, secure organizational knowledge integration.

GitHub1.3K
92
datalayer/jupyter-mcp-server📈 Growing

🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.

GitHub1.3K
93
Joooook/12306-mcp📈 Growing

This is a 12306 ticket search server based on the Model Context Protocol (MCP).

GitHub1.3K
94
metoro-io/mcp-golang📈 Growing

Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io

GitHub1.2K
95
GongRzhe/Gmail-MCP-Server📈 Growing

A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.

GitHub1.2K
96
mongodb-js/mongodb-mcp-server📈 Growing

A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.

GitHub1.1K
97
YuzeHao2023/Awesome-MCP-Servers📈 Growing

A curated list of Model Context Protocol (MCP) servers

GitHub1.1K
98
negokaz/excel-mcp-server📈 Growing

A Model Context Protocol (MCP) server that reads and writes MS Excel data

GitHub1K
99
johnhuang316/code-index-mcp📈 Growing

A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

GitHub1K
100
patruff/ollama-mcp-bridge

Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools

GitHub983

Next step

Treat MCP listings as a capability directory. Open the source page, inspect permissions, and compare GitHub-backed servers before you wire anything into a real workflow.
Read the MCP guideCompare GitHub-backed reposRead methodology

Learn and methodology

Keep trust-building context reachable, but behind the first data read instead of ahead of it.
GuideMethodologyArticlesWeekly Digest

How to read the MCP ecosystem without treating it like a single leaderboard

Use this page as a discovery map for practical tooling demand, not as a one-number verdict on quality.

Expand

GitStar combines public MCP server listings and agent skill rankings so you can see where the ecosystem is getting practical traction. The value of this page is discovery: it helps you identify the connectors, local tooling patterns, and reusable agent capabilities that developers are actually trying right now.

GitHub stars, Smithery usage counts, and skills installation telemetry all measure different behaviors, so the ordering is most useful for finding clusters of attention and comparing similar tools within the same source.

What this page cannot certify is security posture, permission design, documentation quality, or long-term maintenance. Before you wire any tool into production, open the source page, read its install docs, and verify how it handles credentials, file access, and runtime limits.

For broader source and editorial rules, review Methodology & Editorial Standards.

Current lens

How to read server rankings

Use the server table to compare integration categories and attention clusters, then verify auth design, permissions, and maintenance before treating any listing as production-ready.
MCP reading note
Directory read

How to read the MCP directory

The Model Context Protocol (MCP) ecosystem is evolving rapidly, and the strongest pattern visible today is practical tool access: file systems, code execution sandboxes, web retrieval, and structured data connectors. When browsing this page, treat the listings as a directional discovery surface rather than a certified quality benchmark — each server should be evaluated individually for documentation quality, security posture, and maintenance activity before deployment.

GitStar aggregates MCP server data from GitHub repositories and public registries like Smithery. Because these sources measure different things (stars indicate visibility while usage counts reflect active deployment), the combined view is most useful for identifying capability categories and narrowing a shortlist, not for making final adoption decisions. As the ecosystem matures, clearer standards around authentication, rate limiting, and sandboxing will become as important as raw discovery metrics.