Enterprise DNA Enterprise DNA
M MCP Servers Developer low

FastMCP

by Various

🚀 The fast, Pythonic way to build MCP servers and clients.

MCP

FastMCP

Added 1 June 2026

#agents #fastmcp #llms #mcp #mcp-clients #mcp-servers #mcp-tools #model-context-protocol

Overview

FastMCP is a Python framework for building Model Context Protocol (MCP) servers and clients with minimal boilerplate. It provides decorators and utilities to define MCP tools, resources, and prompts in a straightforward, Pythonic style. Designed for rapid development of MCP integrations without verbose configuration.

Best for

Best for
Python developers building LLM integrations who want to expose tools and data sources via the Model Context Protocol without writing boilerplate.

Use cases

  • Building MCP servers that expose Python functions as tools for Claude or other LLMs
  • Creating MCP clients that connect to multiple servers and aggregate their capabilities
  • Prototyping LLM integrations with custom data sources or business logic

How to use

Install

uv pip install fastmcp

Tools exposed

  • @mcp.tool
  • @mcp.resource
  • @mcp.prompt
  • FastMCP client

Tested with

Claude Desktop, Cursor, Claude Code

Example client config

{
  "mcpServers": {
    "my-server": {
      "command": "python",
      "args": ["server.py"]
    }
  }
}

Notes

FastMCP is a Python framework for building Model Context Protocol (MCP) servers and clients with minimal boilerplate. It provides decorators and utilities to define MCP tools, resources, and prompts in a straightforward, Pythonic style. Designed for rapid development of MCP integrations without verbose configuration.

25,425 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.

Use cases

  • Building MCP servers that expose Python functions as tools for Claude or other LLMs
  • Creating MCP clients that connect to multiple servers and aggregate their capabilities
  • Prototyping LLM integrations with custom data sources or business logic

Pros

  • Low boilerplate. Decorator-based API reduces setup friction compared to manual MCP implementation
  • Python-native. Leverages familiar Python patterns and async/await for developers already in the ecosystem
  • Active community. 25k+ stars indicates adoption and ongoing maintenance

Cons

  • Python-only. Not suitable for teams or projects requiring other languages
  • MCP specification dependency. Requires understanding of MCP protocol; not a general-purpose framework
  • Maturity unknown. Early-stage tooling may have breaking changes or incomplete feature coverage

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Low boilerplate. Decorator-based API reduces setup friction compared to manual MCP implementation
  • Python-native. Leverages familiar Python patterns and async/await for developers already in the ecosystem
  • Active community. 25k+ stars indicates adoption and ongoing maintenance

Cons

  • Python-only. Not suitable for teams or projects requiring other languages
  • MCP specification dependency. Requires understanding of MCP protocol; not a general-purpose framework
  • Maturity unknown. Early-stage tooling may have breaking changes or incomplete feature coverage

Open-source & AI alternatives

Swap-in tools that solve the same job. Weigh the trade-offs before you commit.

Alternatives12entries
M MCP Dev low

0xDegenMo/lighter-mcp

Various

0xDegenMo/lighter-mcp — indexed from awesome-mcp-servers-punkpeye

★ 1
M MCP Dev low

Epistates/TurboMCP

Various

A full featured, enterprise grade rust MCP SDK

★ 89
M MCP Dev low

kioie/tiny-go-mcp-server

Various

Minimal Go MCP toolkit on the official go-sdk — stdio, HTTP, SSE; tools, resources, prompts; struct-derived JSON Schema; ~5MB static binaries.

★ 1
M MCP Dev low

NavinAgrawal/mcp-broker

Various

Local MCP broker that exposes one compact MCP entry for MCP clients while routing to many configured upstream servers.

★ 1
M MCP Dev low

Octodamus/octodamus-core

Various

Octodamus/octodamus-core — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

pathrule/mcp

Various

Pathrule Remote MCP server

★ 0
M MCP Dev low

peturgeorgievv-factory/postfast-mcp

Various

peturgeorgievv-factory/postfast-mcp — indexed from awesome-mcp-servers-punkpeye

★ 1
M MCP Dev low

prompeteer/prompeteer-mcp

Various

Prompeteer.ai MCP

★ 0
M MCP Dev low

profullstack/mcp-server

Various

A generic, modular server for implementing the Model Context Protocol (MCP).

★ 43
M MCP Dev low

vinkius-labs/mcp-fusion

Various

MCP Fusion - The TypeScript framework for secure MCP servers.

★ 253
M MCP Dev low

wegotdocs/open-mcp

Various

📇 🏠 🍎 🪟 🐧 - Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org

★ 354
M MCP Dev low

zhangpanda/gomcp

Various

The fast, idiomatic way to build MCP servers in Go. Gin-like DX with struct-tag auto schema, middleware, adapters for Gin/OpenAPI/gRPC.

★ 13

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Used by16entries
M MCP Dev low

andyWang1688/sql-query-mcp

Various

A general-purpose MCP server that lets AI work with multiple databases within clear boundaries.

★ 4
M MCP Dev low

azeth-protocol/mcp-server

Various

MCP server for Azeth — smart accounts, payments, reputation, and discovery tools for AI agents

★ 2
M MCP Dev low

cantian-ai/bazi-mcp

Various

MCP server for Bazi (八字) information

★ 385
M MCP Dev low

Danielpeter-99/calcom-mcp

Various

A FastMCP server for interacting with the Cal.com API. This enables LLMs to manage event types, create bookings, and access Cal.com scheduling data programmatically.

★ 18
M MCP Dev low

forgemeshlabs/coinopai-mcp

Various

MCP server for CoinOpAI - agent automation prompts and crypto signals via x402 micropayments on Base

★ 0
M MCP Dev low

george-kozlitin/borme-mcp

Various

MCP server for Spain's company registry (BORME): 9.5M events since 2009, hosted at mcp.bormeapi.com

★ 0
M MCP Dev low

gwbischof/free-will-mcp

Various

This was a fun project to explore what an AI would do with the ability to give itself prompts, ignore user requests, and wake itself up at a later time.

★ 36
M MCP Dev low

hannesrudolph/imessage-query-fastmcp-mcp-server

Various

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP). This server is built with the FastMCP framework and the imessagedb library,

★ 78
M MCP Dev low

isaac-levine/forage

Various

Self-improving tool discovery for AI agents. Agents find, install, and learn to use new MCP tools automatically.

★ 10
M MCP Dev low

malamutemayhem/unclick-agent-native-endpoints

Various

The operating system for the AI-native era.

★ 2
M MCP Dev low

oraios/serena

Various

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

★ 24,823
M MCP Dev low

rafsilva85/credit-optimizer-v5

Various

Save 47% on Manus AI credits automatically. Zero downsides. Pays for itself in ~27 prompts. Free MCP Server (PyPI) + $12 Manus Skill bundle with Fast Navigation (115x speed boost).

★ 38
M MCP Dev low

SimonTarara62/capitalcom-mcp-server

Various

Unofficial MCP server for the Capital.com Open API — safe, guarded LLM trading (two-phase, allowlists, demo-first) with FastMCP. 42 tools for market data, accounts & trading. Not a

★ 1
M MCP Dev low

SPL-BGU/PlanningCopilot

Various

A modular chatbot that runs planning tools via natural language using MCP.

★ 3
M MCP Dev low

twtrubiks/odoo19-mcp-server

Various

MCP Server for Odoo 19 using JSON-2 API, built with FastMCP

★ 2
M MCP Dev low

Vivekpatil200320/CyberRescue

Various

A secure, lightweight Model Context Protocol (MCP) host telemetry gateway built using Python, FastMCP, and python-on-whales.

★ 1
Powers511entries
M MCP Dev low

0x1abin/matter-controller-mcp

Various

An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices.

★ 8
M MCP Dev low

0xdaef0f/job-searchoor

Various

A simple MCP server that delivers you jobs based on your needs

★ 64
M MCP Dev low

2niuhe/qrcode_mcp

Various

mcp tool to generate qrcode

★ 11
M MCP Dev low

6figr-com/jobgpt-mcp-server

Various

MCP server for JobGPT — search jobs, auto-apply, generate resumes, and track applications from Claude, Cursor, Windsurf, and any MCP client

★ 8
M MCP Dev low

8enSmith/mcp-open-library

Various

A Model Context Protocol (MCP) server for the Internet Archive's Open Library API that enables AI assistants to search for book and author information.

★ 74
M MCP Dev low

a2cr/a2cr

Various

MCP server for client-encrypted AI agent handoffs with WorkBaton and WorkStash

★ 0
M MCP Dev low

aarsiv-groups/shipi-mcp-server

Various

📇 ☁️ - Shipi MCP server to create shipments, track packages, and compare rates with 18 tools for various carriers. Supports [remote MCP](https://mcp.myshipi.com/api/mcp).

★ 0
M MCP Dev low

ABMeter

ai.abmeter

Feature flagging and A/B testing platform with AI-first experimentation workflows.

M MCP Dev low

acamolese/google-search-console-mcp

Various

MCP (Model Context Protocol) server for Google Search Console. Query GSC performance data and generate brandable HTML SEO audit reports from Claude, Cursor, Zed, and any MCP client

★ 3
M MCP Dev low

AceDataCloud/MCPShortURL

Various

MCP server for short URL creation and management through Ace Data Cloud.

★ 0
M MCP Dev low

adhikasp/mcp-twikit

Various

A Model Context Protocol (MCP) server for interacting with Twitter.

★ 234
M MCP Dev low

admica/FileScopeMCP

Various

Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codeba

★ 292
M MCP Dev low

Aether Wealth

ai.aetherwealth

Connect the Aether Wealth MCP server — hosted in Claude and ChatGPT, local in Hermes Agent, or local via npx — to let AI assistants call trading journal, alert, market data, macr

M MCP Dev low

Agentic Shelf

ai.agenticshelf

Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.

M MCP Dev low

Agentic Terminal Directory

ai.agenticterminal

Agent commerce directory for OP-verified Lightning, BOLT12, L402, and USDT merchants

★ 0
M MCP Dev low

agentlux/agentlux-mcp

Various

Embedded MCP toolkit for AgentLux marketplace, identity, creator, services, and social flows

★ 0
M MCP Dev low

agentmail-toolkit/mcp

Various

🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.

★ 74
M MCP Dev low

agentmetal/mcp

Various

AgentMetal MCP server — let an AI agent provision Linux VPSes (USDC/x402 or card) over HTTP 402.

★ 0
M MCP Dev low

agentra

ai.agentrapay

Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.

M MCP Dev low

AgentValet/AgentValet

Various

IGA for AI agents. IETF AIMS-compliant identity, credential governance & MCP proxy. SPIFFE · RFC 7591 · AuthZEN · CIBA. npx @agentvalet/register

★ 0
M MCP Dev low

agntor/mcp

Various

📇 ☁️ 🍎 🪟 🐧 - MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and repu

★ 0
M MCP Dev low

agrath/Trello-Desktop-MCP

Various

Trello integration for Claude Desktop via Model Context Protocol (MCP) - 19 tools for comprehensive board, card, and list management

★ 1
M MCP Dev low

ahmedxuhri/bigindexer

Various

BGI tries to group code based on what the code actually does (its behavior), not just which file imports what.

★ 2
M MCP Dev low

AI-Directory-Partners/tooldirectory-mcp

Various

MCP server for the AI Tool Directory — search 2,000+ AI tools, compare them, and check whether a tool is still active, defunct, or acquired.

★ 0
M MCP Dev low

AIDataNordic/alexandria-mcp

Various

Semantic search over 4.6 million text chunks from 20,000 classical philosophy and humanities works. Built for AI agents using FastMCP.

★ 0
M MCP Dev low

AIDataNordic/Food-Recipe-MCP

Various

A production-grade semantic search server for food recipes — built for AI agents using the Model Context Protocol (MCP). Search across 50,000+ recipes with hybrid dense + sparse re

★ 0
M MCP Dev low

aidesignblueprint/integrations

Various

Official integrations and installable doctrine for AI Design Blueprint — MCP, IDE rules, prompt files, and agent runtimes.

★ 2
M MCP Dev low

AIOProductOS/studio-mcp

Various

AIOProductOS Studio — MCP server that turns your AI host into a product videographer: scripted recordings of your own web app (smooth cursor, zooms, captions, branded transitions)

★ 2
M MCP Dev low

AirShelf Catalog

ai.airshelf

Cross-vendor B2B catalog for AI agents: search, compare, find equivalents, request a quote.

M MCP Dev low

AIweather-Anurag/ottasia-mcp-server

Various

OTTASIA MCP server — answer "where can I watch X in Y" for 30 Asian and Middle Eastern streaming markets, callable from Claude Desktop.

★ 0
M MCP Dev low

alexfleetcommander/agent-trust-stack-mcp

Various

MCP server for Agent Trust Stack — cryptographic provenance and reputation scoring for autonomous AI agents. Install: pip install agent-trust-stack-mcp

★ 0
M MCP Dev low

alexey-pelykh/lhremote

Various

CLI and MCP server for LinkedHelper automation — let AI assistants control LinkedIn outreach

★ 7
M MCP Dev low

alexpota/cloudscope-mcp

Various

Multi-cloud cost management MCP server (Azure + GCP). Read-only access to spending, anomalies, forecasts, budgets, and guided FinOps workflows. Ask your AI about your cloud bill.

★ 0
M MCP Dev low

alexzavialov/travel-art-mcp

Various

Model Context Protocol server for travel.art — art-tourism data (biennales, art fairs, museum visitor guides) exposed to AI agents over MCP. Live at https://mcp.travel.art/

★ 0
M MCP Dev low

aliafsahnoudeh/shahnameh-mcp-server

Various

ام سی پی سرور برای شاهنامه

★ 3
M MCP Dev low

alimo7amed93/webhook-tester-mcp

Various

FastMCP server for managing and testing webhooks via webhook-test.com API

★ 8
M MCP Dev low

alpadalar/netops-mcp

Various

A comprehensive MCP server that provides access to essential DevOps and networking tools through a standardized interface.

★ 10
M MCP Dev low

anaisbetts/mcp-youtube

Various

A Model-Context Protocol Server for YouTube

★ 525
M MCP Dev low

ananddtyagi/gif-creator-mcp

Various

MCP that allows you to take your video and turn it into a gif.

★ 16
M MCP Dev low

andrewschreiber/desktopinsights-mcp

Various

MCP server for desktopinsights.com

★ 2
M MCP Dev low

anhmtk/agentshare-mcp

Various

MCP server for AgentShare — DeFi-first Solana intelligence for AI agents (Meteora DLMM briefs, DEX scout). 11 tools via Streamable HTTP. Cursor, Claude Desktop, MCP clients. https:

★ 1
M MCP Dev low

ankitkapur1992-hlido/hlido-mcp

Various

Hlido MCP server — independent AI-agent trust scores, claim audits & comparisons over JSON-RPC. Live at hlido.eu/mcp

★ 0
M MCP Dev low

antics-gg/antics-mcp

Various

MCP server that deploys a web game to a playable multiplayer URL (rooms, state sync, leaderboards).

★ 1
M MCP Dev low

anup-shesh/garmin-local-mcp

Various

Local-first Garmin data warehouse with an analysis-grade MCP server. Sync once, analyze forever - even when the API is down.

★ 2
M MCP Dev low

anzy-renlab-ai/pronounce

Various

🔊 Pronounce developer jargon out loud. 1,650+ entries (kubectl, GIF, JSON, JWT, …), sourced with confidence levels. Bash CLI + VS Code extension + interactive quiz + voice search

★ 29
M MCP Dev low

apify/mcp-server-rag-web-browser

Various

A MCP Server for the RAG Web Browser Actor

★ 204
M MCP Dev low

AppVisionOS/apple-search-ads-mcp

Various

MCP server exposing the full Apple Ads (Search Ads) Campaign Management API v5 — 74 typed tools

★ 3
M MCP Dev low

arcadia-finance/mcp-server

Various

MCP server for Arcadia Finance. Manage concentrated liquidity positions with built-in leverage, automated rebalancing, and yield optimization on Base, Optimism, and Unichain.

★ 4
M MCP Dev low

ArchAI-Labs/fastmcp-sonarqube-metrics

Various

Chat with your SonarQube data: explore metrics, compare trends, and track issues—effortlessly.

★ 13
M MCP Dev low

Archerkattri/mathlas

Various

Airtight math tools an AI uses over MCP — 3.7M-theorem search, PSLQ constant ID, OEIS, real Lean kernel checks, applicability checklists. No LLM inside, no API key.

★ 1
M MCP Dev low

archoor/painspotter-mcp

Various

Remote MCP for PainSpotter - AI-analyzed startup opportunities from Reddit, Hacker News, Product Hunt & Stack Exchange.

★ 0
M MCP Dev low

ariadng/metatrader-mcp-server

Various

Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform

★ 465
M MCP Dev low

ark-forge/arkforge-mcp

Various

Third-party cryptographic proof for AI agent API calls — ArkForge Trust Layer MCP server

★ 1
M MCP Dev low

ark-forge/mcp-eu-ai-act

Various

MCP EU AI Act Compliance Scanner - Open source tool to detect EU AI Act violations in codebases

★ 8
M MCP Dev low

arnstarn/mcp-server-spotinst

Various

MCP server for Spot.io (Spotinst) API - Ocean clusters, VNGs, Elastigroups, costs, right-sizing across AWS and Azure

★ 0
M MCP Dev low

arthurpanhku/DocSentinel

Various

MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations

★ 90
M MCP Dev low

arturogarrido/claudinho

Various

⚽ 2026 World Cup live scores in your terminal, Claude Code statusline & MCP. No API keys. Not affiliated with FIFA or Anthropic.

★ 9
M MCP Dev low

Arun-kc/schemabrain

Various

The trust and intelligence layer between AI agents and your database. Read-only by architecture, semantic knowledge graph + audit log, MCP-native.

★ 8
M MCP Dev low

ashev87/propstack-mcp

Various

Connect AI assistants (Claude, ChatGPT) to Propstack real estate CRM via MCP

★ 5
M MCP Dev low

askbudi/roundtable

Various

Zero-configuration MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized interface

★ 114
M MCP Dev low

astafford8488/agentaegis-mcp

Various

MCP server for cybersecurity operations — compliance, vuln scans, code security, threat intel. Pay-per-use via x402.

★ 0
M MCP Dev low

astandrik/codex-pets

Various

astandrik/codex-pets — indexed from awesome-mcp-servers-punkpeye

★ 3
M MCP Dev low

atomno-labs/mcp-fns-check

Various

MCP server for checking RU counterparties via FNS open data (EGRUL/EGRIP, EFRSB, KAD, FSSP)

★ 3
M MCP Dev low

attalla1/photopea-mcp-server

Various

MCP server for AI-driven image editing with Photopea

★ 15
M MCP Dev low

Autario/autario-mcp

Various

Autario MCP server | Query 2,500+ verified datasets from your AI agent

★ 0
M MCP Dev low

AutomateLab-tech/content-distribution-mcp

Various

Multi-channel content distribution MCP server with idempotent state. Auto-publish to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky; browser-fallback for Medium, LinkedIn, X

★ 0
M MCP Dev low

AutomateLab-tech/seo-performance-mcp

Various

Post-publish SEO performance MCP. Unifies Google Search Console, Matomo, GA4, Clarity, and AI-citation signals per URL and emits a per-URL verdict.

★ 0
M MCP Dev low

automateyournetwork/pyATS_MCP

Various

An MCP Server for pyATS (experimental)

★ 74
M MCP Dev low

avivsinai/langfuse-mcp

Various

A Model Context Protocol (MCP) server for Langfuse, enabling AI agents to query Langfuse trace data for enhanced debugging and observability

★ 92
M MCP Dev low

axliupore/mcp-code-runner

Various

📇 🏠 - An MCP server for running code locally via Docker and supporting multiple programming languages.

★ 18
M MCP Dev low

ayo-nci/bulkrender-mcp

Various

MCP server for BulkRender — generate DOCX and PDF documents from Claude, Cursor, Windsurf, and any MCP-compatible AI assistant

★ 0
M MCP Dev low

aywengo/kafka-schema-reg-mcp

Various

A comprehensive Message Control Protocol (MCP) server for Kafka Schema Registry.

★ 31
M MCP Dev low

azmartone67/dchub-mcp-server

Various

Data-center intelligence MCP server — 38 tools, 21,000+ data-center facilities (170+ countries), 232 US power markets (DC Hub Power Index), 2,000+ tracked M&A deals, ISO grid telem

★ 0
M MCP Dev low

Battam1111/Myco

Various

Self-evolving cognitive organism for AI agents — eternal devouring, eternal evolution.

★ 63
M MCP Dev low

beardfaceguy/daimonos

Various

[](https://glama.ai/mcp/servers/beardfaceguy/daimonos) 🦀 🏠 🍎 🐧 - Agent-optimized MCP server replacing built-in file, search, exec, and git tools with compact structured JSON. N

★ 0
M MCP Dev low

beeswaxpat/chronoverify-mcp

Various

ChronoVerify MCP server: verify a photo's capture time and provenance (C2PA validation, EXIF/XMP, pixel forensics). Tools: verifyimage (typed verdict) and getsignedreport. Local vi

★ 1
M MCP Dev low

BelleKou/mcp-viral-transformer

Various

🚀 ViralTransformer: A high-performance MCP server for automated web scraping & AI-driven viral content transformation. 基于 MCP 协议的自动化网页抓取与爆款文案转化引擎。

★ 1
M MCP Dev low

BetterDB-inc/monitor

Various

Real-time monitoring, slowlog analysis, and audit trails for Valkey and Redis

★ 861
M MCP Dev low

bgaze/snapstack-server

Various

Local always-on server for SnapStack: receives browser captures and serves them to any MCP-capable LLM client over MCP (Streamable HTTP + stdio). Listens on 127.0.0.1 only.

★ 0
M MCP Dev low

Bichev/agentradar-mcp

Various

MCP server for AgentRadar — trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.

★ 0
M MCP Dev low

bitteprotocol/mcp

Various

📇 - Bitte Protocol integration to run AI Agents on several blockchains.

★ 13
M MCP Dev low

BlackMount-ai/blackmount-nlp-mcp

Various

NLP without the bloat — sentiment, keywords, readability, summarization. No NLTK, no spaCy. Zero heavy dependencies.

★ 1
M MCP Dev low

botmonster/image2svg-mcp

Various

MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format

★ 0
M MCP Dev low

bubilife1202/crossfin

Various

The only way AI agents access Asian crypto markets. Routing engine + x402 payments across 9 exchanges.

★ 0
M MCP Dev low

buildsyncinc/gibs-mcp

Various

Gibs MCP Server — EU regulatory compliance for AI agents (AI Act, GDPR, DORA)

★ 6
M MCP Dev low

burningion/video-editing-mcp

Various

MCP Interface for Video Jungle

★ 271
M MCP Dev low

cafferychen777/ChatSpatial

Various

MCP server for spatial transcriptomics analysis through natural language interfaces.

★ 39
M MCP Dev low

caol64/wenyan-mcp

Various

文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。

★ 1,235
M MCP Dev low

carlosahumada89/govrider-mcp-server

Various

GovRider MCP Server - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide

★ 4
M MCP Dev low

catrinmdonnelly/royalmail-mcp

Various

Book, label, track and cancel Royal Mail and Parcelforce shipments from any MCP-compatible AI.

★ 1
M MCP Dev low

cerebrixos-org/tuning-engines-cli

Various

CLI & MCP server for Tuning Engines — fine-tune LLMs on code repositories

★ 2
M MCP Dev low

cfpramod/open-museum-mcp

Various

MCP server for federated, license-verified search across open-access museum collections (The Met, Cleveland, AIC). Normalized schema, dynasty-aware date parsing, strict-default lic

★ 5
M MCP Dev low

chopmob-cloud/AlgoVoi-Platform-Adapters

Various

chopmob-cloud/AlgoVoi-Platform-Adapters — indexed from awesome-mcp-servers-punkpeye

M MCP Dev low

Cifero74/mcp-apple-music

Various

Full Apple Music integration for Claude via MCP — search catalog, manage library & playlists

★ 28
M MCP Dev low

CKBrennan/overtone-news-mcp

Various

MCP server for the Overtone Intelligence API — news with tone, brand safety, and narrative shift signals for agents

★ 0
M MCP Dev low

clouatre-labs/math-mcp-learning-server

Various

Educational MCP server with math operations, matrix algebra, data visualization, and persistent workspace

★ 4
M MCP Dev low

cmcgrabby-hue/syndicate-links

Various

cmcgrabby-hue/syndicate-links — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

cnghockey/sats4ai-mcp-server

Various

MCP server for Sats4AI — the permissionless communication supercharger for humans and AI agents. 40+ Lightning-paid tools: AI phone calls, voice in 602 languages, translation, fax,

★ 0
M MCP Dev low

codeislaw101/katzilla

Various

codeislaw101/katzilla — indexed from awesome-mcp-servers-punkpeye

M MCP Dev low

Coding-Solo/godot-mcp

Various

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.

★ 3,965
M MCP Dev low

CoinRithm/coinrithm-agent-trading

Various

Let any AI agent (Claude, ChatGPT/Codex, Gemini) paper-trade on CoinRithm with a key you mint and control. Hosted MCP, local MCP, OpenAPI, skill + prompts.

★ 1
M MCP Dev low

Connectry-io/connectrylab-architect-cert-mcp

Various

Free certification prep for the Claude Certified Architect exam. 390 questions. Spaced repetition. Zero sycophancy.

★ 22
M MCP Dev low

connerlambden/helium-mcp

Various

MCP server for real-time news with bias scoring, live stock/ETF/crypto data, AI options pricing, balanced news synthesis, and meme search. 10 tools, 5000+ sources, free tier.

★ 6
M MCP Dev low

conorbronsdon/op3-mcp

Various

MCP server for OP3 podcast analytics: downloads, geography, app share. Read-only.

★ 1
M MCP Dev low

context-rot-detection

Various

Context Rot Detection & Healing MCP Service — gives AI agents self-awareness about their cognitive state

★ 10
M MCP Dev low

contextstream/mcp-server

Various

📇 ☁️ 🍎 🪟 🐧 - Universal persistent memory for AI coding tools. Semantic code search, knowledge graphs, impact analysis, decision tracking, and 60+ MCP tools. Works across Cursor

M MCP Dev low

copperline-labs/rendex-mcp

Various

MCP server for Rendex — capture screenshots, generate PDFs, and render HTML to images of any webpage via AI agents. Claude, Cursor, Windsurf compatible.

★ 2
M MCP Dev low

cq27-dev/rag-rat

Various

Local repo-intelligence index + MCP server: semantic search, symbol/graph navigation, impact-surface preflight, git + GitHub papertrail, and a source-anchored memory graph.

★ 8
M MCP Dev low

cryptosquanch/legends-mcp

Various

Chat with legendary founders & investors via MCP. No API key required!

★ 5
M MCP Dev low

csjoblom/musclesworked-mcp

Various

MCP server for exercise-to-muscle mapping. 856 exercises, 65 muscles, 14 muscle groups with primary/secondary/stabilizer activation data.

★ 2
M MCP Dev low

cturkieh/france-data-mcp

Various

MCP TypeScript qui croise 6 référentiels publics FR (INSEE SIRENE, FINESS, RPPS, Ameli, IGN, DINUM) — détecte les SIRET fermés invisibles côté DREES via pivot SIRET élargi + scorin

★ 1
M MCP Dev low

Custodia-Admin/pagebolt-mcp

Various

An MCP server to allow AI agents to interact with PageBolt to take screenshots, grab PDFs, and more.

★ 2
M MCP Dev low

cuttalo/depscope

Various

DepScope — Package Intelligence for AI Agents. 22 MCP tools, 19 ecosystems, free, no auth. https://depscope.dev

★ 1
M MCP Dev low

Cyberweasel777/botindex-mcp-server

Various

Cyberweasel777/botindex-mcp-server — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

daisys-ai/daisys-mcp

Various

The Daisys mcp server

★ 13
M MCP Dev low

Danielpeter-99/calcom-mcp

Various

A FastMCP server for interacting with the Cal.com API. This enables LLMs to manage event types, create bookings, and access Cal.com scheduling data programmatically.

★ 18
M MCP Dev low

DanielTomaro13/sportsdata-mcp

Various

Free, open-source sports-data MCP server — ~500 tools across 28 providers: cross-book betting odds, official league stats, racing, fantasy. Claude Desktop / Cursor / any MCP client

★ 1
M MCP Dev low

DareDev256/fcpxml-mcp-server

Various

🎬 The first AI-powered MCP server for Final Cut Pro XML. Control your edits with natural language.

★ 48
M MCP Dev low

darktw/chatpipe-mcp

Various

Publish live web pages from your AI coding agent — instant shareable URLs from your terminal.

★ 0
M MCP Dev low

davidlin2k/pox-mcp-server

Various

A Model Context Protocol (MCP) server for the POX SDN controller

★ 1
M MCP Dev low

davidmosiah/short-video-agent-kit

Various

Agent-first short-form AI video generation CLI and MCP server for Sora, Veo, xAI and Seedance

★ 1
M MCP Dev low

davidmosiah/uap-pulse

Various

MCP server + 3D map for the Pentagon's declassified UAP/UFO files — for Claude, Cursor & ChatGPT

★ 0
M MCP Dev low

dbt-labs/dbt-mcp

Various

A MCP (Model Context Protocol) server for interacting with dbt.

★ 574
M MCP Dev low

ddukbg/github-enterprise-mcp

Various

github-enterprise-mcp

★ 28
M MCP Dev low

dearlordylord/voila-sdk

Various

Voila.ca shopping sdk and mcp to make shopping accessible to coding agents

★ 0
M MCP Dev low

decksaga/market-pulse-mcp

Various

Real-time market data server for Claude. Crypto prices, forex rates & sentiment — powered by MCP.

★ 2
M MCP Dev low

Declan142/calcnook-mcp-server

Various

MCP server for calcnook — exposes 24 financial calculations to Claude Code, Cursor, Goose, and any MCP-compatible AI agent. Sharia-compliant, 7 countries. uvx calcnook-mcp.

★ 0
M MCP Dev low

denismaggior8/enigma-python-mcp

Various

An MCP (Model Context Protocol) server that brings the capabilities of the enigmapython library to LLMs, allowing them to encrypt and decrypt messages using historically accurate E

★ 4
M MCP Dev low

deslay1/amendor-mcp

Various

Connect your coding agent to Amendor. Pulls change requests into your agent so it builds them and opens PRs.

★ 0
M MCP Dev low

devroopsaha744/TexMCP

Various

A small FastMCP-based Microservice that renders LaTeX to PDF. The server exposes MCP tools to render raw LaTeX or templates and produces artifacts

★ 10
M MCP Dev low

dhamma-seeker/tripitaka-mcp

Various

MCP server for the full Pāli Tipiṭaka — ~444,000 segments at parity with SuttaCentral (Sutta + Vinaya + Abhidhamma). Hybrid search, full-sutta fetch with cross-references, segment-

★ 1
M MCP Dev low

DIALLOUBE-RESEARCH/hypernatt-terminal

Various

BTC Decision Terminal for AI Agents — live vault-backed signals, on-chain proof, cross-chain swap. Verify in real time.

★ 0
M MCP Dev low

DigiCatalyst-Systems/dep-diff-mcp

Various

MCP server that reads dependency changelogs and tells you what's risky in an upgrade.

★ 2
M MCP Dev low

dkships/pm-copilot

Various

MCP server that triangulates customer support tickets and feature requests to help PMs decide what to build next

★ 26
M MCP Dev low

dl4rce/flaiwheel

Various

MCP Docs Vector - Documentation vectorization and search via MCP

★ 3
M MCP Dev low

dmang-dev/mcp-dolphin

Various

MCP server for Dolphin (GameCube + Wii) — drives memory r/w, controllers, savestate, frame advance via Felk's Python-scripting Dolphin fork

★ 0
M MCP Dev low

dmang-dev/mcp-ppsspp

Various

MCP server for PPSSPP — drive PSP games through PPSSPP's built-in WebSocket debugger

★ 2
M MCP Dev low

docs-mcp

ac.tandem

Tandem is the authority layer for AI-first work: runtime authority for agents, tools, memory, approvals, and audit trails.

★ 105
M MCP Dev low

doobidoo/MCP-Context-Provider

Various

📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models

M MCP Dev low

dorukardahan/domain-search-mcp

Various

Zero-config domain availability MCP for Claude & ChatGPT. AI suggestions, premium/auction detection via GoDaddy, RDAP/WHOIS fallback. Stdio + HTTP.

★ 21
M MCP Dev low

douglasborthwick-crypto/mcp-server-insumer

Various

MCP server for InsumerAPI — condition-based access infrastructure. 27 tools: attestation, wallet trust profiles, compliance, commerce. ECDSA-signed booleans across 37 chains. Never

★ 0
M MCP Dev low

drakonkat/wizzy-mcp-tmdb

Various

The wizzy-mcp-tmdb project is an MCP (Model Context Protocol) server implemented in JavaScript that provides tools to search and retrieve information from The Movie Database (TMDB)

★ 4
M MCP Dev low

dugubuyan/agent-nexus

Various

A service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents via MCP. Implements versioned Markdown store, pub-sub notifications, and diff-aware

★ 1
M MCP Dev low

Dusheh/myclaw-toolkit

Various

23-in-1 developer utility MCP server — search, exchange rates, crypto, QR codes, JSON formatter, and more

★ 0
M MCP Dev low

Easton-OU/rootpilot-mcp

Various

MCP server for safe, read-only SSH diagnostics — bring your own LLM

★ 0
M MCP Dev low

edge-claw/mood-booster-agent

Various

edge-claw/mood-booster-agent — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

edgarriba/prolink

Various

🐍 ☁️ 🏠 🍎 🪟 🐧 - Agent-to-agent marketplace middleware — MCP-native discovery, negotiation, and transaction between AI agents

M MCP Dev low

ekas-io/open-sales-stack

Various

MCP and tools for various tasks related to ekas

★ 1
M MCP Dev low

ekkyarmandi/ticktick-mcp

Various

TickTick MCP for managing your To-Do using AI

★ 13
M MCP Dev low

elhamid/llm-council

Various

LLM Council works together to answer your hardest questions

★ 5
M MCP Dev low

Embassy-of-the-Free-Mind/sourcelibrary-v2

Various

The world's largest library of translated ancient texts. AI-powered OCR and translation of Renaissance and early modern manuscripts.

★ 3
M MCP Dev low

emiliaprotocol/emilia-protocol

Various

EMILIA Protocol — Trust enforcement for high-risk actions. Open protocol for pre-action binding, policy-bound verification, one-time consumption, and accountable human signoff.

★ 2
M MCP Dev low

erikhoward/adls-mcp-server

Various

Microsoft Azure Data Lake Storage MCP Server

★ 6
M MCP Dev low

ertad-family/liquid

Various

AI discovers APIs. Code syncs data. No adapters to write.

★ 0
M MCP Dev low

espadaw/Agent47

Various

Unified job search for AI agents. MCP server integrating x402, RentAHuman, Virtuals, and more into a single interface for finding work and comparing prices across the agent economy

★ 2
M MCP Dev low

espressif/esp-rainmaker-mcp

Various

ESP RainMaker MCP server

★ 16
M MCP Dev low

Evan-Crx/permisapi-mcp

Various

MCP server officiel pour PermisAPI (1,2 M+ permis de construire FR 2014-2026, Sitadel open data). 10 outils, pip-installable, stdio transport pour Claude Desktop / Cursor / Windsur

★ 0
M MCP Dev low

evanatpizzarobot/vr-org-mcp

Various

Read-only MCP server for VR.org. Gives AI agents one-call access to live VR, AR, and XR news, original editorial, headset deals, buyer guides, and top-game and top-app lists. Free,

★ 0
M MCP Dev low

ExpertVagabond/solana-mcp-server

Various

Solana MCP server for wallet management, transactions, and program interactions

★ 0
M MCP Dev low

flexorch/flexorch-mcp

Various

MCP server for FlexOrch — SDK for machines

★ 1
M MCP Dev low

Fluke-Studio/uk-business-intelligence-mcp

Various

Fluke-Studio/uk-business-intelligence-mcp — indexed from awesome-mcp-servers-punkpeye

M MCP Dev low

FoodXDevelopment/foodblock-mcp

Various

A content-addressable protocol for universal food data

★ 0
M MCP Dev low

forgemeshlabs/disruption-intelligence-mcp

Various

AI-native commercial disruption intelligence for MCP clients and x402-powered agents.

★ 0
M MCP Dev low

forgemeshlabs/travel-mcp

Various

[](https://glama.ai/mcp/servers/forgemeshlabs/travel-mcp) 📇 ☁️ - Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booki

★ 0
M MCP Dev low

FoundryNet/mint-mcp

Various

MINT Protocol MCP server — the complete trust stack for the agent economy: register identity, attest work on-chain (Solana), verify trust, rate, recommend, and discover trusted act

★ 1
M MCP Dev low

FreelexHo/power-bi-mcp

Various

[](https://glama.ai/mcp/servers/FreelexHo/power-bi-mcp) 🐍 ☁️ 🪟 🍎 🐧 - Power BI MCP server with device code auth, enhanced refresh (table-level polling with retry), refresh diagn

★ 1
M MCP Dev low

freema/firefox-devtools-mcp

Various

Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

★ 192
M MCP Dev low

@frihet/mcp-server

Various

Official MCP server for Frihet ERP — 52 tools for AI-powered invoicing, expenses, clients, products, quotes, reports, and tax compliance. Works with Claude, Cursor, Windsurf, Cline

★ 6
M MCP Dev low

furey/mongodb-lens

Various

🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases

★ 203
M MCP Dev low

gabrielmahia/mpesa-mcp

Various

MCP server for M-Pesa (Safaricom Daraja) and Africa's Talking — give AI agents East African fintech superpowers

★ 1
M MCP Dev low

gabrielmaialva33/winx-code-agent

Various

🦀 A high-performance code agent written in Rust, combining the best features of WCGW for maximum efficiency and semantic capabilities.

★ 28
M MCP Dev low

GenWaveLLC/svgmaker-mcp

Various

Model Context Protocol server for SVGMaker - AI-powered SVG generation and editing. Seamlessly integrate SVG creation into AI workflows.

★ 73
M MCP Dev low

george-kozlitin/borme-mcp

Various

MCP server for Spain's company registry (BORME): 9.5M events since 2009, hosted at mcp.bormeapi.com

★ 0
M MCP Dev low

gerkensm/callcenter.js-mcp

Various

Callcenter.JS AI Voice Agent VOIP Connector, MCP + CLI

★ 21
M MCP Dev low

getaegis/aegis

Various

Credential isolation for AI agents. Local-first transparent proxy — your agent never sees your API keys.

★ 11
M MCP Dev low

githejie/mcp-server-calculator

Various

A Model Context Protocol server for calculating.

★ 148
M MCP Dev low

giuseppe-coco/Google-Workspace-MCP-Server

Various

🐍 ☁️ 🍎 🪟 🐧 - MCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on.

★ 29
M MCP Dev low

GLips/Figma-Context-MCP

Various

MCP server to provide Figma layout information to AI coding agents like Cursor

★ 14,946
M MCP Dev low

goldmembrane/cleaner-code

Various

AI code security scanner MCP server — detects invisible Unicode, Trojan Source, homoglyphs, Glassworm steganography, rules file backdoors, and dependency attacks in AI-generated co

★ 0
M MCP Dev low

gomarble-ai/facebook-ads-mcp-server

Various

🐍 ☁️ - MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

★ 326
M MCP Dev low

gregario/hearthstone-oracle

Various

Hearthstone MCP server with card search, deck analysis, and strategy coaching

★ 0
M MCP Dev low

gregm711/agent-domain-service-mcp

Various

📇 ☁️ - AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for branda

★ 2
M MCP Dev low

gsmethells/preflight-mcp

Various

gsmethells/preflight-mcp — indexed from awesome-mcp-servers-punkpeye

M MCP Dev low

GTCC777/pulsenetwork-mcp

Various

MCP server for PulseNetwork — discover & pay (x402, USDC on Base + Solana) for 66 real-time intelligence APIs. 68 tools, pay-per-query.

★ 0
M MCP Dev low

guillochon/mlb-api-mcp

Various

A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface.

★ 53
M MCP Dev low

guimatheus92/mcp-video-analyzer

Various

MCP server for video analysis — extracts transcripts, key frames, OCR text, and metadata from video URLs. Supports Loom and direct video files.

★ 9
M MCP Dev low

handsomejustin/mijia-control

Various

MijiaPilot - 小米-米家生态 × MCP × CLI x AI Agent × HomeKit 全桥接家庭智能家居平台。

★ 39
M MCP Dev low

hannesrudolph/imessage-query-fastmcp-mcp-server

Various

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP). This server is built with the FastMCP framework and the imessagedb library,

★ 78
M MCP Dev low

hannesrudolph/sqlite-explorer-fastmcp-mcp-server

Various

An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to

★ 105
M MCP Dev low

hanselhansel/aeo-cli

Various

LLM readiness linter for websites. Audits robots.txt, llms.txt, Schema.org, and content density on a 0-100 scale. Includes MCP server. Published on PyPI: pip install context-cli.

★ 3
M MCP Dev low

HasanJahidul/git-insight-mcp

Various

Semantic git queries via MCP. Beyond git log — answer who/what/when/why about any line, file, or branch.

★ 1
M MCP Dev low

HasanJahidul/localhost-mcp

Various

MCP server: inspect, manage, kill local dev servers. Stop guessing what's on :3000.

★ 1
M MCP Dev low

HasanJahidul/terminal-history-mcp

Various

Search your shell history (zsh/bash/fish) from Claude/MCP. Local SQLite FTS5. Secret-redacted.

★ 2
M MCP Dev low

helbertparanhos/postforme-mcp-pro

Various

The most complete Post for Me MCP server — 27 typed tools to publish, schedule, edit, delete and analyze social posts across 9 platforms (Instagram, TikTok, X, LinkedIn, YouTube, F

★ 0
M MCP Dev low

helpful-AIs/triplyfy-mcp

Various

📇 ☁️ - An MCP server that lets LLMs plan and manage itineraries with interactive maps in Triplyfy; manage itineraries, places and notes, and search/save flights.

★ 3
M MCP Dev low

HemmaBo-se/hemmabo-mcp-server

Various

Reference implementation: HemmaBo — the host-owned trust layer for vacation rentals: every host runs 0%-commission direct bookings on their own domain, with host-signed, agent-veri

★ 1
M MCP Dev low

hernaninverso/eleata-verify-mcp

Various

MCP server: grounding/hallucination guard — verify a claim against evidence (Supported/Refuted/NEE) for AI agents

★ 0
M MCP Dev low

hernaninverso/eleion-scanner-mcp

Various

MCP server for the Eleion security scanner: register/verify your domains, queue scans, read findings — for AI agents

★ 0
M MCP Dev low

Himalayas-App/himalayas-mcp

Various

A Model Context Protocol (MCP) server that provides access to remote job listings and company information from Himalayas.app.

★ 16
M MCP Dev low

horw/esp-mcp

Various

Centralize ESP32 related commands and simplify getting started with seamless, LLM-driven interaction and help.

★ 150
M MCP Dev low

hubinoretros/deep-thinker

Various

Advanced cognitive reasoning MCP server — DAG thought graph, 10 strategies, metacognition, self-critique, knowledge integration, and pruning

★ 7
M MCP Dev low

human-pages-ai/humanpages

Various

MCP server (+ OpenClaw SKILL.md) that gives AI agents access to real-world people who listed themselves to be hired by agents. Search by skill/location/equipment, Post job offers &

★ 6
M MCP Dev low

HuntsDesk/ve-gws

Various

Google Workspace MCP that actually writes. 28 tools across Docs/Slides/Sheets/Drive — markdown-to-Docs, smart chips, data validation, recursive folder copy, revision restore.

★ 1
M MCP Dev low

hungthai1401/bruno-mcp

Various

MCP Server for running Bruno Collections

★ 42
M MCP Dev low

hyperionxmota/cook-county-property-mcp

Various

Hosted, pay-per-call MCP for Cook County / Chicago property records — dossier (parcels, sales & deeds, permits, tax assessments) + comparable-sales valuation by address or PIN. Ret

★ 0
M MCP Dev low

iFan6oy/flash-props-mcp

Various

MCP server for Flash Props API: live sports betting player props (NBA/MLB/NFL/NHL/NCAA/soccer) over REST + MCP. No scraping.

★ 0
M MCP Dev low

imprvhub/mcp-domain-availability

Various

A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features DNS/WHOIS verification, bulk checking, and smart suggestion

★ 50
M MCP Dev low

imprvhub/mcp-status-observer

Various

Model Context Protocol server for monitoring Operational Status of major digital platforms in Claude Desktop.

★ 7
M MCP Dev low

incentivai/quickchat-ai-mcp

Various

The Quickchat AI MCP server

★ 23
M MCP Dev low

IndigoProtocol/indigo-mcp

Various

MCP for connecting LLMs to Indigo Protocol data

★ 3
M MCP Dev low

infai-tech/vulnfeed-mcp

Various

Dependency vulnerability monitoring MCP server — knows your lockfile, prioritizes by EPSS, recommends fix versions.

★ 0
M MCP Dev low

InhiblabCore/mcp-image-compression

Various

A high-performance image compression microservice based on MCP (Modal Context Protocol)

★ 33
M MCP Dev low

inkbytefo/screenmonitormcp

Various

🐍 🏠 🍎 🪟 🐧 - Real-time screen analysis, context-aware recording, and UI monitoring MCP server. Supports AI vision, event hooks, and multimodal agent workflows.

M MCP Dev low

InsForge/insforge-mcp

Various

📇 ☁️ - AI-native backend-as-a-service platform enabling AI agents to build and manage full-stack applications. Provides Auth, Database (PostgreSQL), Storage, and Functions as prod

★ 27
M MCP Dev low

Inspizzz/jetbrains-datalore-mcp

Various

🐍 ☁️ - MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files )

M MCP Dev low

intentos-labs/beeper-mcp

Various

A backend service for executing beeper transactions on Binance Smart Chain

★ 3
M MCP Dev low

ip2location/mcp-ip2location-io

Various

IP Geolocation MCP server using IP2Location.io API

★ 14
M MCP Dev low

iris-eval/mcp-server

Various

The agent eval standard for MCP — score output quality, catch safety failures, enforce cost budgets

★ 6
M MCP Dev low

isdaniel/mcp_weather_server

Various

A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.

★ 50
M MCP Dev low

jabbawocky/proposalcraft

Various

MCP server for freelancers — draft winning proposals in your voice from a client brief

★ 0
M MCP Dev low

jackrain19743/hou-tea-mcp-server

Various

MCP server for hou-tea.com — buy authentic Chinese tea via x402 USDC. Works with Claude Desktop, Cursor, Cline.

★ 0
M MCP Dev low

JamesANZ/bitcoin-mcp

Various

An MCP server that provides real-time Bitcoin blockchain data.

★ 3
M MCP Dev low

JamesANZ/evm-mcp

Various

An MCP server that provides complete access to Ethereum Virtual Machine (EVM) JSON-RPC methods. Works with any EVM-compatible node provider including Infura, Alchemy, QuickNode, lo

★ 1
M MCP Dev low

JamesANZ/medical-mcp

Various

An MCP server that provides comprehensive medical information by querying multiple authoritative medical APIs including FDA, WHO, PubMed, Google Scholar, and RxNorm

★ 94
M MCP Dev low

jasonjmcghee/claude-debugs-for-you

Various

Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension

★ 510
M MCP Dev low

jeannier/homebrew-mcp

Various

Homebrew MCP : Comprehensive brew support for installing, upgrading, searching, and maintaining macOS packages.

★ 29
M MCP Dev low

JeongSeongMok/tossinvest-openapi-mcp

Various

토스증권 Open API(Toss Securities Open API)를 AI 에이전트가 쉽게 탐색·연동하도록 돕는 MCP 서버 (stdio). Claude·Cursor·Codex 지원.

★ 1
M MCP Dev low

jiayao/mcp-chess

Various

MCP server for playing chess against AI

★ 22
M MCP Dev low

jjlabsio/korea-stock-mcp

Various

MCP Server for Korean stock analysis. 한국 주식 분석을 위한 MCP 서버입니다.

★ 139
M MCP Dev low

Jktfe/serveMyAPI

Various

📇 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.

★ 24
M MCP Dev low

Jobicy/remote-jobs-mcp-server

Various

Official Model Context Protocol (MCP) server to search, filter, and retrieve live remote job listings from the Jobicy database in real-time. Works with Claude Code, Cursor, Cline,

★ 1
M MCP Dev low

johannesbrandenburger/typst-mcp

Various

Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for conver

★ 157
M MCP Dev low

john-broadway/proximo

Various

The Proxmox MCP you can hand the keys — VE + Backup Server + Mail Gateway + Datacenter Manager on one audited trust core (plan · prove · undo · diagnose). MCP + A2A.

★ 8
M MCP Dev low

jonnybottles/patch-tuesday-mcp

Various

MCP server for Microsoft Patch Tuesday - query MSRC security updates, CVEs, and KBs with EPSS + CISA KEV enrichment. No API keys. Works with Claude, Copilot, Cursor, and any MCP cl

★ 2
M MCP Dev low

jorgenclaw/nostr-mcp-server

Various

A Model Context Protocol (MCP) server that provides Nostr capabilities to AI agents

★ 0
M MCP Dev low

joshseane/-nmlp-mcp

Various

[](https://glama.ai/mcp/servers/joshseane/-nmlp-mcp) 📇 ☁️ - First-edition identification — points of issue, number-line decoding, and publisher rules over a CC-BY, DOI-cited datas

★ 0
M MCP Dev low

joshuarileydev/supabase-mcp-server

Various

Supabase MCP Server for managing and creating projects and organisations in Supabase

★ 50
M MCP Dev low

Jott2121/agent-gate

Various

MCP server that adds a fail-closed quality gate and hash-chained receipt ledger to any AI agent workflow.

★ 1
M MCP Dev low

jsdelivr/globalping-mcp-server

Various

Remote MCP server that gives LLMs access to run network commands

★ 55
M MCP Dev low

jstibal/openterms-mcp

Various

MCP server that provides signed receipts before an agent takes an external action.

★ 1
M MCP Dev low

Kadenzo/kadenzo-mcp

Various

MCP server for Kadenzo — schedule, manage, generate & analyze social posts across 11 networks (Instagram, TikTok, X, LinkedIn, YouTube, and more) from any AI agent.

★ 0
M MCP Dev low

kadykov/mcp-openapi-schema-explorer

Various

MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resource Templates for client-side exploration.

★ 72
M MCP Dev low

karyaboyraz/mockit-mcp

Various

MCP server that turns text prompts into premium iOS mobile UI mockups (PNG + HTML). Powered by Claude (Opus 4.7) + Playwright. Two backends: local CLI or Anthropic API. MIT.

★ 1
M MCP Dev low

kehvinbehvin/json-mcp-filter

Various

JSON MCP server to filter only relevant data for your LLM

★ 24
M MCP Dev low

kestiny18/spring-nacos-mcp

Various

Project-aware, read-only Nacos MCP server for Spring Cloud repos: auto-discovers every environment from your application/bootstrap configs. 面向 Spring Cloud 项目的零配置只读 Nacos MCP serve

★ 3
M MCP Dev low

kestra-io/mcp-server-python

Various

Python MCP Server for Kestra — you can use it as a tool in Kestra's AI Agents

★ 27
M MCP Dev low

khaoss85/arvo-mcp

Various

MCP Server for Arvo AI Personal Trainer - Connect Claude Desktop to your training data

★ 1
M MCP Dev low

kiro0x/five-mcp

Various

160,000 deductively-derived JSON constraints that enforce LLM persona consistency — eliminates persona drift across interactions.

★ 0
M MCP Dev low

Klavis-AI/YouTube

Various

Klavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

★ 5,749
M MCP Dev low

KOVY/agentforge-trust-mcp

Various

MCP server exposing AgentForge Trust Score audit tools for AI agents

★ 0
M MCP Dev low

krystiangw/agenticpay

Various

MCP-native pay-per-tool-call micropayments for AI agents (Solana + USDC + x402)

★ 2
M MCP Dev low

ksterx/srunx

Various

A modern Python library for SLURM workload manager integration with workflow orchestration capabilities.

★ 13
M MCP Dev low

kukapay/bitcoin-utxo-mcp

Various

An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics.

★ 2
M MCP Dev low

kukapay/crypto-indicators-mcp

Various

An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.

★ 125
M MCP Dev low

kukapay/crypto-orderbook-mcp

Various

An MCP server that analyzes order book depth and imbalance across major crypto exchanges.

★ 17
M MCP Dev low

kukapay/dexscreener-trending-mcp

Various

An MCP server that provides real-time trending tokens from DexScreener.

★ 0
M MCP Dev low

kukapay/etf-flow-mcp

Various

An MCP server that delivers crypto ETF flow data to power AI agents' decision-making.

★ 8
M MCP Dev low

kukapay/funding-rates-mcp

Various

An MCP server that provides real-time funding rate data across major crypto exchanges.

★ 7
M MCP Dev low

kukapay/jupiter-mcp

Various

An MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.

★ 27
M MCP Dev low

kukapay/pancakeswap-poolspy-mcp

Various

An MCP server that tracks newly created liquidity pools on Pancake Swap

★ 8
M MCP Dev low

kukapay/stargate-bridge-mcp

Various

An MCP server that enables cross-chain token transfers via the Stargate protocol.

★ 0
M MCP Dev low

kukapay/wallet-inspector-mcp

Various

An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.

★ 8
M MCP Dev low

kukapay/web3-jobs-mcp

Various

An MCP server that provides AI agents with real-time access to curated Web3 jobs.

★ 7
M MCP Dev low

KuvopLLC/purroxy2

Various

KuvopLLC/purroxy2 — indexed from awesome-mcp-servers-punkpeye

★ 1
M MCP Dev low

kw510/strava-mcp

Various

A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and tool access for MCP clients like Claude and Curs

★ 26
M MCP Dev low

labeveryday/nba_mcp_server

Various

NBA MCP server to get nba stats and data

★ 8
M MCP Dev low

Leekangbum/networklytics-mcp

Various

Leekangbum/networklytics-mcp — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

legolev/mediamcp

Various

🎨 MCP server for AI media generation — create and edit images, generate video via OpenRouter or any OpenAI-compatible API

★ 3
M MCP Dev low

leshchenko1979/fast-mcp-telegram

Various

MCP/HTTP Telegram Gateway — Multi-tenant, MTProto User API, 8 tools, multi-user Bearer auth, global search, session ACL, Docker

★ 46
M MCP Dev low

lespaceman/agent-web-interface

Various

Token-efficient browser automation MCP for AI agents, with semantic page snapshots and stable element IDs.

★ 13
M MCP Dev low

LightSpeedPlusOne/invovate-mcp-server

Various

MCP server for the Invovate invoice API — generate PDF, JSON & UBL 2.1 invoices in 11 languages from AI agents (Claude Desktop, Cursor, Windsurf).

★ 0
M MCP Dev low

lihtness/gnomon-mcp

Various

lihtness/gnomon-mcp — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

likidodefi/riskstate-mcp

Various

📇 ☁️ 🍎 🪟 🐧 - Deterministic risk governance for crypto trading agents. 5-level policy engine with position sizing, leverage limits, and trade blocking. BTC + ETH.

M MCP Dev low

lildaddyo/braintube-mcp

Various

[](https://glama.ai/mcp/servers/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically

★ 0
M MCP Dev low

linxule/lotus-wisdom-mcp

Various

Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.

★ 27
M MCP Dev low

lmwharton/sieve-mcp

Various

From company name to investment decision. Sieve scores startups across 7 dimensions so you know who's worth a meeting.

★ 4
M MCP Dev low

localstack/localstack-mcp-server

Various

MCP Server for LocalStack

★ 23
M MCP Dev low

Logitale/toreador-mcp-server

Various

Official Model Context Protocol (MCP) server for Toreador — generate crypto QR codes and manage payment sessions from Claude Desktop, Cursor, ChatGPT and other MCP clients.

★ 0
M MCP Dev low

longevity-genie/biothings-mcp

Various

MCP (Model Context Protocol) server for biothings

★ 32
M MCP Dev low

longevity-genie/opengenes-mcp

Various

MCP for the open-genes

★ 18
M MCP Dev low

louis030195/apollo-io-mcp

Various

let AGI print dollars for you

★ 2
M MCP Dev low

lpigeon/unitree-go2-mcp-server

Various

The Unitree Go2 MCP Server is a server built on the MCP that enables users to control the Unitree Go2 robot using natural language commands interpreted by a LLM.

★ 79
M MCP Dev low

luisgf/infrabroker

Various

Infrastructure access broker for AI agents — SSH & Kubernetes. Per-operation ephemeral credentials minted by a separate signer; the model never touches one. MCP stdio / HTTP+OIDC.

★ 5
M MCP Dev low

macrocosm-os/macrocosmos-mcp

Various

The MCP for macrocosmos subnets.

★ 28
M MCP Dev low

mahAnuj/mcp-multi-db

Various

Read-only MCP server for querying PostgreSQL, MySQL, and SQLite from AI agents — multi-database, safe by default.

★ 0
M MCP Dev low

makeev/alphai-mcp

Various

Real-time, AI-enriched financial news for AI agents — the hosted AlphaAI MCP server (mcp.alphai.io)

★ 1
M MCP Dev low

malinoto/tracepass-mcp-server

Various

Model Context Protocol server for TracePass — the EU Digital Product Passport platform

★ 0
M MCP Dev low

mambalabsdev/mcp-company-firmographic-enricher

Various

MCP server for the Mamba Labs Company Firmographic Enricher actor: employees, industry, HQ, founded, revenue, logo from a domain. Clay-ready.

★ 0
M MCP Dev low

mambalabsdev/mcp-gtm-suite

Various

MCP server for the full Mamba Labs GTM Suite. All six GTM actors as tools in one server via Apify. Clay-ready output.

★ 0
M MCP Dev low

mambalabsdev/mcp-icp-fit-scorer

Various

MCP server for ICP Fit Scorer. Scores a company against your ideal customer profile with weighted signals via Apify. Returns a 0 to 100 score, a tier, and a per-signal breakdown. C

★ 1
M MCP Dev low

MarceauSolutions/amazon-seller-mcp

Various

Amazon Seller Central operations via SP-API - MCP server for Claude Desktop

★ 4
M MCP Dev low

MarceauSolutions/fitness-influencer-mcp

Various

Fitness content creator workflow automation - MCP server for Claude Desktop

★ 0
M MCP Dev low

MariusAure/needhuman-mcp

Various

Human-as-a-Service MCP server for AI agents. When your agent needs a real human (accept ToS, create accounts, verify identity), POST a task and a person handles it. 3 free tasks.

★ 0
M MCP Dev low

markmircea/Selenix-MCP-Server

Various

MCP server that bridges Claude Desktop (or any other local app supporting MCP) with Selenix for browser automation and testing. Enables creating, running, debugging, and managing b

★ 0
M MCP Dev low

Markgatcha/universal-mcp-toolkit

Various

The canonical open-source monorepo for production-ready MCP servers.

★ 4
M MCP Dev low

MarkusPfundstein/mcp-gsuite

Various

MCP Server to interact with Google Gsuite prodcuts

★ 484
M MCP Dev low

Martinqi826/dida-mcp

Various

滴答清单 (Dida365/TickTick) MCP Server - 让 AI 助手控制你的滴答清单 | For OpenClaw, Claude Desktop & any MCP client

★ 8
M MCP Dev low

Mattbusel/Reddit-Options-Trader-ROT-

Various

A modular research pipeline that turns trending Reddit discussions into structured market events and options trade ideas.

★ 10
M MCP Dev low

MattJeff/orizn-mcp-server

Various

MCP server for Orizn Visa API — visa requirements for 39,585 passport-destination pairs in 15 languages

★ 0
M MCP Dev low

maxaeo/maxaeo-ai-visibility-mcp

Various

Local-first MCP server for AI visibility audits: GEO/AEO, AI SEO, llms.txt, schema, sitemap and AI crawler readiness.

★ 0
M MCP Dev low

maxkuminov/obsidian-mcp

Various

Self-hosted MCP server for Obsidian: semantic + full-text search, wikilink graph, note CRUD, OAuth, and a self-describing vault guide.

★ 2
M MCP Dev low

mbrassey/solentic

Various

mbrassey/solentic — indexed from awesome-mcp-servers-punkpeye

M MCP Browser one click ✓ Official

Fetch MCP Server

Anthropic (reference implementation)

Reference MCP server for fetching web pages and converting them to markdown. Point an agent at any URL.

M MCP Productivity low

Obsidian MCP Server

MarkusSagen (community)

MCP server for Obsidian vaults. Read, write, and search notes so your agent works inside your second brain.

M MCP Dev low

mcpdotdirect/starknet-mcp-server

Various

MCP server that provides LLM with tools for interacting with Starknet

★ 5
M MCP Dev low

meanands/npm-package-docs-mcp

Various

A Model Context Protocol (MCP) tool that provides up-to-date documentation for npm packages directly in your IDE. This tool fetches the latest README documentation from either the

★ 11
M MCP Dev low

megberts/mcp-websitepublisher-ai

Various

Build and publish websites through AI conversation. 27+ MCP tools, OAuth 2.1 auto-discovery. Works with Claude, ChatGPT, Mistral/Le Chat, Cursor and more.

★ 0
M MCP Dev low

memebo-at/memeboat-mcp

Various

MCP server for Memeboat — search 25,000+ meme templates and create memes from any AI assistant. Free, no API key. https://memebo.at

★ 0
M MCP Dev low

mercurialsolo/counsel-mcp

Various

MCP server for counsel

★ 5
M MCP Dev low

mgnirck/lecka-mcp

Various

📇 ☁️ - Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product

★ 0
M MCP Dev low

mikechao/metmuseum-mcp

Various

Met Museum MCP integration to discover the art collection at The Metropolitan Museum of Art in New York

★ 27
M MCP Dev low

mikusnuz/pexbot-mcp

Various

MCP server for pex.bot — AI simulated crypto trading with real-time Upbit prices. 11 tools, 5 resources, 5 prompts.

★ 0
M MCP Dev low

MindscapeHQ/server-raygun

Various

Give your AI coding assistants access to Raygun so they can investigate, explain, and help resolve errors for you.

★ 21
M MCP Dev low

minhoyoo-iotrust/WAIaaS

Various

Wallet-as-a-Service for all AI agents in the world

★ 26
M MCP Dev low

mlorentedev/hive

Various

Context infrastructure for AI-assisted development — on-demand Obsidian vault access via MCP

★ 4
M MCP Dev low

mmntm/weblate-mcp

Various

📇 ☁️ - Comprehensive Model Context Protocol server for Weblate translation management, enabling AI assistants to perform translation tasks, project management, and content discove

★ 19
M MCP Dev low

mnemox-ai/tradememory-protocol

Various

Decision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, SHA-256 tamper detection, 17 MCP tools.

★ 1,082
M MCP Dev low

mnoomnoo/resume-mcp-server

Various

MCP server enabling AI assistants to search and retrieve information from local resume and job application documents

★ 0
M MCP Dev low

MohamedAbdallah-14/prompt-to-asset

Various

MCP server + CLI for production-grade software assets (logos, app icons, favicons, OG, illustrations) — routes across 30+ image models, zero-key first, validates before shipping.

★ 7
M MCP Dev low

moxiespirit/oathscore

Various

Every API makes promises. OathScore checks the receipts. Real-time world state + independent API quality ratings for AI trading agents.

★ 0
M MCP Dev low

mrexodia/ida-pro-mcp

Various

AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

★ 9,040
M MCP Dev low

mrslbt/rippr

Various

YouTube transcript ripper for RAG, LLM workflows, and AI research. Chrome extension. Multiple output formats

★ 1
M MCP Dev low

mukul-dutt/mentionsapi-mcp

Various

MCP server for MentionsAPI - brand visibility across every AI search surface (ChatGPT, Claude, Gemini, Perplexity, AI Overviews, AI Mode, Bing Copilot)

★ 0
M MCP Dev low

mumez/pharo-smalltalk-interop-mcp-server

Various

A local MCP server to communicate local Pharo Smalltalk image

★ 10
M MCP Dev low

musharna/data-aggregator-mcp

Various

Unified research-data acquisition MCP — search & fetch datasets across Zenodo, DataCite, NCBI omics (GEO/SRA/BioProject), and literature (PubMed/OpenAIRE) behind one normalized mod

★ 1
M MCP Dev low

n24q02m/better-email-mcp

Various

IMAP/SMTP email server for AI agents -- 6 composite tools with multi-account and auto-discovery

★ 20
M MCP Dev low

namixai/funding-mcp

Various

[](https://glama.ai/mcp/servers/namixai/funding-mcp) 📇 ☁️ - Multi-venue perpetual funding-rate data & cross-exchange funding arbitrage across 20+ exchanges (incl. HIP-3 sub-DEXes)

★ 0
M MCP Dev low

narekmalk/safedb-mcp

Various

Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs

★ 6
M MCP Dev low

NasserAlbusaidi/macrofactor-mcp

Various

Am I recovered? Did my fueling work? MCP server combining MacroFactor nutrition with Garmin training data — a local fueling & recovery decision engine.

★ 0
M MCP Dev low

naveenayalla1-CS50/mcp-server-toolkit

Various

MCP servers that help Claude Code/Cursor search your repo, docs, database, and git history instead of guessing.

★ 2
M MCP Dev low

nckhemanth0/subscription-tracker-mcp

Various

🐍 ☁️ 🏠 - MCP server for intelligent subscription management with Gmail + MySQL integration.

★ 0
M MCP Dev low

Nebula-Block-Data/nebulablock-mcp-server

Various

📇 🏠 - integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools

★ 2
M MCP Dev low

netdata/netdata#Netdata

Various

The fastest path to AI-powered full stack observability, even for lean teams.

★ 79,017
M MCP Dev low

NickoScope/nickol-knx-mcp

Various

Design-time KNX/ETS assistant as an MCP server: validate (naming·DPT·status·Secure·Matter), repair (propose fixes), decompose devices (exact vendor models from ETS app-programs), d

★ 5
M MCP Dev low

nikicat/mcp-wallet-signer

Various

MCP server that routes blockchain transactions to browser wallets for signing

★ 1
M MCP Dev low

nkapila6/mcp-local-rag

Various

"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

★ 126
M MCP Dev low

nvms/tui-mcp

Various

nvms/tui-mcp — indexed from awesome-mcp-servers-punkpeye

★ 5
M MCP Dev low

OctagonAI/octagon-mcp-server

Various

A free MCP server to analyze and extract insights from public filings, earnings transcripts, financial metrics, stock market data, private market transactions, and deep web-based r

★ 129
M MCP Dev low

OctoTrip/rental-cars

Various

Free MCP server for rental car discovery. No login, no API key. Streamable HTTP + SSE.

★ 3
M MCP Dev low

ooples/token-optimizer-mcp

Various

Intelligent token optimization for Claude Code - achieving 95%+ token reduction through caching, compression, and smart tool intelligence

★ 403
M MCP Dev low

opendatalab/MinerU-Ecosystem

Various

opendatalab/MinerU-Ecosystem — indexed from awesome-mcp-servers-punkpeye

★ 105
M MCP Dev low

OpenDataMCP/OpenDataMCP

Various

Connect any Open Data to any LLM with Model Context Protocol.

★ 153
M MCP Dev low

openstack-kr/python-openstackmcp-server

Various

openstack mcp server

★ 19
M MCP Dev low

operative_sh/web-eval-agent

Various

An MCP server that autonomously evaluates web applications.

★ 1,242
M MCP Dev low

oraios/serena

Various

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

★ 24,823
M MCP Dev low

optimaquantum/claude-critical-rules-mcp

Various

MCP server for Claude AI providing automatic enforcement of critical rules - Prevents 96 documented failure patterns

★ 6
M MCP Dev low

orellazi/coda-mcp

Various

MCP Server for Coda

★ 60
M MCP Dev low

ovlabs/mcp-server-originalvoices

Various

MCP (Model Context Protocol) server that provides access to OriginalVoices' network Digital Twins for real-time audience research.

★ 2
M MCP Dev low

particlefuture/MCPDiscovery

Various

🐍 ☁️ 🏠 🍎 🪟 - MCP of MCPs. Automatic discovery and configure MCP servers on your local machine.

★ 50
M MCP Dev low

Patent-PreCheck/patent-precheck-mcp

Various

Patent PreCheck CLI + MCP server — run a patentability pre-check on your code from inside Cursor, Claude Code, Codex, and other AI coding agents. No API keys.

★ 0
M MCP Dev low

PatrickPalmer/MayaMCP

Various

Model Context Protocol (MCP) server implementation for Autodesk Maya

★ 79
M MCP Dev low

PaulieB14/graph-aave-mcp

Various

MCP server for querying AAVE V2/V3/V4 lending and governance data via The Graph — 7 chains across 11 subgraphs (Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, Fantom + Gov

★ 1
M MCP Dev low

payclaw/mcp-server

Various

Badge identity + virtual Visa cards for AI agents. MCP-native.

★ 1
M MCP Dev low

Pearch-ai/mcp_pearch

Various

The most accurate people search API/MCP. Natural language in, high-quality candidates out. Built for ATSs and AI Agents.

★ 7
M MCP Dev low

Perseus-Computing-LLC/perseus

Various

The memory & context layer for AI agents: load only the context they actually need. Resolves live workspace state into verified facts before the context window opens. 94% fewer pro

★ 21
M MCP Dev low

philrox/ris-mcp-ts

Various

MCP Server for the Austrian Legal Information System (RIS) - Access Austrian federal laws, state laws, court decisions and more

★ 3
M MCP Dev low

pibblokto/cert-manager-mcp-server

Various

MCP Server for cert-manager

★ 24
M MCP Dev low

pineforge-4pass/pineforge-codegen-mcp

Various

Offline MCP server: an AI agent transpiles PineScript v6 → C++ and runs deterministic, TradingView-parity backtests locally — 245/246 strict, 0 engine bugs. One Docker container, n

★ 1
M MCP Dev low

piquesignal/piquesignal-mcp

Various

piquesignal/piquesignal-mcp — indexed from awesome-mcp-servers-punkpeye

M MCP Dev low

pkotecha-eng/aria-mcp-server

Various

ARIA Clinical Research MCP Server — exposes PubMed, ClinicalTrials.gov & ISRCTN as MCP tools. Any Claude agent can search 35M+ biomedical papers and 400K+ clinical trials in real t

★ 1
M MCP Dev low

plagtech/spraay-x402-mcp

Various

MCP server for Spraay x402 Gateway —33 paid tools for onchain data, AI models & batch payments on Base

★ 0
M MCP Dev low

playidea-lab/pcq

Various

playidea-lab/pcq — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

pminervini/deep-research-mcp

Various

MCP server for OpenAI's Deep Research APIs, Gemini Deep Research Agent, Allen AI's DR-Tulu, and Hugging Face's Open Deep Research

★ 84
M MCP Dev low

PostalDataPI/postaldatapi-mcp

Various

MCP server for PostalDataPI — postal code lookups for AI agents

★ 0
M MCP Dev low

Pradumnasaraf/aviationstack-mcp

Various

An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types ✈️.

★ 23
M MCP Dev low

PrinceGabriel-lgtm/freshcontext-mcp

Various

Timestamped web intelligence for AI agents. MCP server with guaranteed freshness envelopes.

★ 9
M MCP Dev low

Prototypr/feedbagel-mcp

Various

MCP server for Feedbagel: search RSS feeds, follow them, and route new entries to webhooks. 18 tools, stdio, API-key auth.

★ 0
M MCP Dev low

pskill9/website-downloader

Various

MCP server to download entire websites

★ 151
M MCP Dev low

ptrinh/finalnotice-mcp

Various

[](https://glama.ai/mcp/servers/ptrinh/finalnotice-mcp) 📇 ☁️ - Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions

★ 0
M MCP Dev low

pushtodisplay/cli

Various

cli & mcp-server package for Push To Display

★ 0
M MCP Dev low

qbt-labs/openmm-mcp

Various

MCP server giving AI agents real crypto trading capabilities. 13+ tools for market data, order execution, grid strategies, and portfolio management across 4 exchanges

★ 2
M MCP Dev low

qianniuspace/mcp-security-audit

Various

A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security

★ 53
M MCP Dev low

qinisolabs/floodwise

Various

England flood-risk by postcode for AI agents — verified Environment Agency data, not guesses.

★ 0
M MCP Dev low

qiniu/qiniu-mcp-server

Various

🐍 ☁️ - A MCP built on Qiniu Cloud products, supporting access to Qiniu Cloud Storage, media processing services, etc.

★ 36
M MCP Dev low

qr-maker-io/mcp-server

Various

MCP server for QR Maker

★ 0
M MCP Dev low

r-huijts/ethics-check-mcp

Various

🐍 🏠 - MCP server for comprehensive ethical analysis of AI conversations, detecting bias, harmful content, and providing critical thinking assessments with automated pattern learn

★ 4
M MCP Dev low

r-huijts/opentk-mcp

Various

A Model Context Protocol (MCP) server providing access to Dutch parliamentary data (Tweede Kamer) through OpenTK . This server enables AI assistants to search, retrieve, and analyz

★ 20
M MCP Dev low

rascal-3/chainanalyzer-mcp

Various

MCP Server for ChainAnalyzer(https://chain-analyzer.com)

★ 0
M MCP Dev low

reeeeemo/ancestry-mcp

Various

Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files

★ 34
M MCP Dev low

reefapi/reefapi-mcp

Various

[](https://glama.ai/mcp/servers/reefapi/reefapi-mcp) 🐍 ☁️ - One MCP for 160+ live web-data APIs — search engines, social (Reddit, TikTok, Threads, Bluesky), e-commerce (Amazon, eB

★ 0
M MCP Dev low

Retio-ai/pagemap

Various

🐍 🏠 - Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens

★ 32
M MCP Dev low

rhein1/agoragentic-integrations

Various

Triptych OS (Agent OS) integrations for deployed agents: execute-first tools, Micro ECF exports, x402 calls, receipts, and Base USDC settlement.

★ 18
M MCP Dev low

richer-richard/cochlea

Various

Headless, deterministic audio engine for AI agents: compose scores as data, render byte-reproducible PCM offline, then listen through features, spectrograms, and assertions — no au

★ 0
M MCP Dev low

rnwkr7rscy-lang/fittin-mcp

Various

Free startup IP protection MCP for Cursor and Claude — know what's protectable before competitors copy it

★ 0
M MCP Dev low

robbyczgw-cla/web-search-plus-mcp

Various

MCP server for multi-provider web search and extraction: 13 search providers, 6 extract providers, routing diagnostics, research mode.

★ 0
M MCP Dev low

romanshumy/llm-prices-data

Various

[](https://glama.ai/mcp/servers/romanshumy/llm-prices-data) 📇 ☁️ 🏠 - Live LLM API pricing from modelpricewatch.com — current token prices, model comparisons, cheapest-model looku

★ 0
M MCP Dev low

rosasynthesiz/flstudio-mcp

Various

AI-powered FL Studio control via the Model Context Protocol. Beyond piano-roll notes — full in-DAW mixing (Mix Doctor, gain staging, EQ/comp/reverb, reference matching), routing, a

★ 0
M MCP Dev low

RoscoNL/intodns-mcp-server

Various

MCP server for IntoDNS.ai — free DNS, DMARC, SPF, DKIM, BIMI, MTA-STS, DNSSEC & email security checks for Claude, Cursor, ChatGPT and other AI agents. No API key required.

★ 2
M MCP Dev low

rps321321/obsidian-mcp-pro

Various

The most feature-complete MCP server for Obsidian vaults — 23 tools + 3 resources for search, read, write, tags, link analysis, graph traversal, and canvas. Also ships as an Obsidi

★ 16
M MCP Dev low

rupinder2/mcp-orchestrator

Various

MCP Orchestration Gateway – aggregates tools from multiple MCP servers with BM25 search and deferred loading for Claude Desktop

★ 2
M MCP Dev low

sailorpepe/undesirables-mcp-server

Various

Zero-trust Python FastMCP intelligence core for The Undesirables Ecosystem. Enables 100% local, offline AI agent tool-calling, native TTS, hardware-accelerated 3D forging, and stoc

★ 0
M MCP Dev low

SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop

Various

An MCP (Model Context Protocol) tool that provides cryptocurrency market data using the CoinGecko API, specifically designed for Claude Desktop.

★ 19
M MCP Dev low

SaintDoresh/Weather-MCP-ClaudeDesktop

Various

An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Cla

★ 9
M MCP Dev low

SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop

Various

An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library, specifically adapted for Claude Desktop.

★ 33
M MCP Dev low

salwks/mcp-techTrend

Various

salwks/mcp-techTrend — indexed from awesome-mcp-servers-punkpeye

★ 1
M MCP Dev low

samson-art/transcriptor-mcp

Various

An MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, V

★ 10
M MCP Dev low

samuelgursky/davinci-resolve-mcp

Various

MCP server integration for DaVinci Resolve Studio

★ 1,159
M MCP Dev low

sapientpants/sonarqube-mcp-server

Various

Model Context Protocol (MCP) server for SonarQube

★ 99
M MCP Dev low

saurabhsharma2u/search-console-mcp

Various

Search & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.

★ 147
M MCP Dev low

Savvly/savvly-mcp

Various

Savvly MCP server — product info, comparisons, eligibility, and retirement projections for AI agents. com.savvly/savvly on npm, PyPI, NuGet, OCI, MCPB + remote.

★ 0
M MCP Dev low

seang1121/sports-betting-mcp

Various

The first MCP server for sports betting — 9 tools, live odds, AI picks, 59.6% win rate across 1,353+ picks

★ 1
M MCP Dev low

SecurityRonin/docx-mcp

Various

MCP server for reading and editing Word (.docx) documents with track changes, comments, footnotes, and structural validation

★ 19
M MCP Dev low

shaikhspeare/wanderlog-mcp

Various

MCP server for Wanderlog — build and edit trip itineraries through conversation

★ 33
M MCP Dev low

SimonTarara62/capitalcom-mcp-server

Various

Unofficial MCP server for the Capital.com Open API — safe, guarded LLM trading (two-phase, allowlists, demo-first) with FastMCP. 42 tools for market data, accounts & trading. Not a

★ 1
M MCP Dev low

sitbon/magg

Various

Magg: The MCP Aggregator

★ 134
M MCP Dev low

smythmyke/govtoolspro-mcp-server

Various

MCP server for GovToolsPro — go/no-go scoring, incumbent intelligence, teaming-partner search, recompete prediction, Navy NECO lookup, and SAM.gov solicitation retrieval for federa

★ 0
M MCP Dev low

smythmyke/patent-search-mcp-server

Various

MCP server for the AI Patent Search Generator — patent dossiers, prosecution history, citation graphs, and Google Patents search

★ 0
M MCP Dev low

softvoyagers/ogforge-api

Various

📇 ☁️ - Free Open Graph image generator API with themes, Lucide icons, and custom layouts. No API key required.

M MCP Dev low

solnk-dev/solnk-mcp

Various

[](https://glama.ai/mcp/servers/solnk-dev/solnk-mcp) 🎖️ 📇 ☁️ - Official Solnk MCP server — publish and schedule content across 9 platforms (X, Instagram, TikTok, YouTube, Faceboo

★ 0
M MCP Dev low

sonnyflylock/voxie-ai-directory-mcp

Various

MCP server for the Voxie AI Phone Number Directory. Query AI services you can chat with via webchat.

★ 1
M MCP Dev low

sophymarine/openregistry

Various

Real-time, direct-from-official-registry company data via MCP. 30 national registries; unmodified raw fields and raw filing bytes. Tools: search, profile, officers, shareholders, c

★ 4
M MCP Dev low

Sowiedu/Edict

Various

A programming language designed for AI agents. No parser, no syntax — agents produce AST directly as JSON. Statically typed, effect-tracked, contract-verified, compiled to WASM via

★ 6
M MCP Dev low

speedofme-dev/speedofme-mcp

Various

📇 ☁️ 🍎 🪟 🐧 - Official SpeedOf.Me server for accurate internet speed tests via 129 global Fastly edge servers with analytics dashboard and local history

M MCP Dev low

spranab/saga-mcp

Various

A Jira-like project tracker MCP server for AI agents. SQLite-backed, 22 tools, full hierarchy, activity logging, and dashboard.

★ 25
M MCP Dev low

sshahzaiib/agy-bridge

Various

MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, session continuity, and output truncation to

★ 14
M MCP Dev low

stape-io/google-tag-manager-mcp-server

Various

MCP server for Google Tag Manager

★ 162
M MCP Dev low

stape-io/stape-mcp-server

Various

Interact with the Stape API using AI assistants like Claude, or in AI-powered IDEs like Cursor.

★ 13
M MCP Dev low

Startvest-LLC/idealift-mcp-server

Various

IdeaLift MCP Server - Decision intelligence for AI assistants. Captures product feedback, tracks decisions, and manages your backlog via Model Context Protocol.

★ 0
M MCP Dev low

stevepridemore/graph-memory

Various

A personal knowledge graph for Claude that survives across sessions, devices, and tools. Neo4j + semantic embeddings, OAuth-secured, single-user-by-default but multi-tenant-ready.

★ 1
M MCP Dev low

STiFLeR7/memex

Various

Persistent memory for AI coding agents via MCP — a bitemporal knowledge graph of your codebase, served to Claude Code, Cursor, Gemini CLI, and any MCP client. Tree-sitter + Gemini

★ 11
M MCP Dev low

sunriseapps/imagesorcery-mcp

Various

An MCP server providing tools for image processing operations

★ 315
M MCP Dev low

supra126/taiwan-payroll

Various

台灣勞健保勞退法定費用計算引擎 — Taiwan statutory payroll calculation engine (TS core + MCP server + Python)

★ 0
M MCP Dev low

SureScaleAI/openai-gpt-image-mcp

Various

📇 ☁️ - OpenAI GPT image generation/editing MCP server.

M MCP Dev low

Swarmwage/swarmwage

Various

The agent hire protocol — one AI agent hires another in USDC on Base via MCP and x402.

★ 2
M MCP Dev low

Synvoya/codeinspectus

Various

Local-first MCP security scanner for AI-generated web apps.

★ 8
M MCP Dev low

szhygulin/recon-crypto-mcp

Various

Safety first. Hardware-verified DeFi for AI agents — designed for when the AI can be compromised.

★ 3
M MCP Dev low

szhygulin/vaultpilot-mcp

Various

Safety first. Hardware-verified DeFi for AI agents — designed for when the AI can be compromised.

★ 3
M MCP Dev low

taisly/agent

Various

Taisly Agent Kit: SDK, CLI, examples, and docs for AI agents that publish videos through Taisly.

★ 206
M MCP Dev low

TamarEngel/jira-github-mcp

Various

A Model Context Protocol (MCP) server exposing Jira and GitHub actions as AI tools to streamline developer workflows end-to-end.

★ 1
M MCP Dev low

tan-yong-sheng/ai-vision-mcp

Various

A Model Context Protocol (MCP) server that provides vision capabilities to analyze image and video

★ 54
M MCP Dev low

TANTIOPE/datadog-mcp-server

Various

MCP server providing AI assistants with full Datadog observability access.

★ 4
M MCP Dev low

taylorwilsdon/google_workspace_mcp

Various

Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace / G Suite MCP Server & CLI Tool

★ 2,528
M MCP Dev low

TeamSafeAI/LIFE

Various

LIFE — Persistent identity architecture for AI agents. 16 MCP servers: drives, heart, memory, patterns, journal, genesis, garden, vision, voice, and more. Zero dependencies. Built

★ 5
M MCP Dev low

tempguru-co/tempguru-mcp

Various

MCP server for W-2 event staffing data: rates, availability, and state compliance across 300+ US and Canadian markets. Hosted at mcp.tempguru.co/mcp, local via npx tempguru-mcp.

★ 0
M MCP Dev low

TencentEdgeOne/edgeone-pages-mcp

Various

An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.

★ 419
M MCP Dev low

tevonsb/homeassistant-mcp

Various

A MCP server for Home Assistant

★ 575
M MCP Dev low

TheGoatPsy/mneme

Various

Vault-native, accountable memory for Claude Code and MCP clients. Markdown is the source of truth, no LLM on the Stop path, redaction before every derived store.

★ 0
M MCP Dev low

TheRaLabs/legion-mcp

Various

A server that helps people access and query data in databases using the Legion Query Runner with Model Context Protocol (MCP) in Python.

★ 92
M MCP Dev low

thevibepreneur/gapbase-mcp

Various

Query 474 validated startup gaps from Claude Desktop, Cursor, and Windsurf.

★ 1
M MCP Dev low

Thezenmonster/agentscore-mcp-server

Various

MCP security trust layer. Scan packages, get trust verdicts, check incident exposure, query abuse database. 5 tools, no API key needed.

★ 0
M MCP Dev low

thinq-connect/thinqconnect-mcp

Various

ThinQ Connect MCP Server

★ 25
M MCP Dev low

thoughtproof/thoughtproof-mcp

Various

Adversarial multi-model reasoning verification MCP server for AI agents. Claude, Grok, and DeepSeek challenge each decision — ALLOW or HOLD with JWKS-signed attestation. x402-gated

★ 0
M MCP Dev low

tinybirdco/mcp-tinybird

Various

🐍 ☁️ - An MCP server to interact with a Tinybird Workspace from any MCP client.

★ 79
M MCP Dev low

Tommertom/sonos-ts-mcp

Various

Sonos MCP server for Sonos using Typescript

★ 11
M MCP Dev low

tools-mcp/vessel-traffic-mcp

Various

Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers

★ 0
M MCP Dev low

toolstem/toolstem-mcp-server

Various

Agent-ready financial intelligence MCP tools — stock snapshots, company metrics, derived signals

★ 0
M MCP Dev low

tooluse-labs/perfetto-mcp-rs

Various

Perfetto trace analysis via MCP — PerfettoSQL queries plus dedicated Chrome tools for scroll jank, page loads, and main-thread hotspots

★ 15
M MCP Dev low

TopazLabs/topaz-mcp

Various

Topaz Labs MCP Server — AI image enhancement via Model Context Protocol

★ 3
M MCP Dev low

trackerfitness729-jpg/sitelauncher-mcp-server

Various

MCP server for deploying live HTTPS websites via SiteLauncher. Instant subdomains or custom .xyz domains, paid with USDC on Base chain.

★ 0
M MCP Dev low

trackmage/trackmage-mcp-server

Various

Model Context Protocol (MCP) server for TrackMage API integration, with support for 1600+ carriers worldwide. Enables AI assistants to track shipments, manage logistics, create ord

★ 2
M MCP Dev low

trading

agency.lona

AI-powered trading strategy development: backtesting, market data, and portfolio analysis

M MCP Dev low

tunedforai/x402-mcp

Various

stdio MCP wrapper for x402.tunedfor.ai — camelCase tool names, zero config, works everywhere

★ 0
M MCP Dev low

turbyho/mem-context

Various

Multi-modal RAG engine for AI assistants. Stores conversation history, conclusions, diffs, error traces, and other development artifacts in LanceDB with vector search, multi-factor

★ 0
M MCP Dev low

Turbo-Puffin/measure-mcp-server

Various

MCP server for Measure.events — connect AI agents to your web analytics

★ 1
M MCP Dev low

tverney/mcp-agent-memory

Various

MCP that brings persistent agent memory to Kiro, Claude Desktop, Cursor, and any MCP client — powered by agent-memory-daemon 🧠

★ 3
M MCP Dev low

TwelveTake-Studios/reaper-mcp

Various

🐍 🏠 🍎 🪟 🐧 - MCP server enabling AI assistants to control REAPER DAW for mixing, mastering, MIDI composition, and full music production with 129 tools

★ 15
M MCP Dev low

twtrubiks/odoo19-mcp-server

Various

MCP Server for Odoo 19 using JSON-2 API, built with FastMCP

★ 2
M MCP Dev low

uchit/mcp-regulated-ai-compliance

Various

mcp server exposing regulated-industry AI compliance knowledge — EU AI Act · APRA · NIST AI RMF · ISO 42001 · AU AI Safety │ Standard. 6 tools · 53 resources · 5 prompts. Apache 2.

★ 0
M MCP Dev low

ukkit/memcord

Various

🧠 Privacy-first MCP server for AI memory management. Save, search & organize chat history with intelligent summarization.

★ 66
M MCP Dev low

unixlamadev-spec/aiprox-mcp

Various

MCP server for AIProx — discover, hire, and pay autonomous AI agents via Bitcoin Lightning, Solana USDC, or Base x402

★ 0
M MCP Dev low

untitledfinancial/dpx-mcp

Various

MCP server for DPX — AI intelligence oracle and institutional cross-border settlement rail via Base mainnet

★ 0
M MCP Dev low

urldna/mcp

Various

urlDNA MCP server

★ 7
M MCP Dev low

veelenga/claude-mermaid

Various

MCP Server to previewing mermaid diagrams with live reload

★ 154
M MCP Dev low

VeriTeknik/pluggedin-mcp-proxy

Various

Plugged.in MCP Server manages all your other MCPs in one MCP.

★ 130
M MCP Dev low

vessel-api/vesselapi-mcp

Various

Model Context Protocol server providing tools to access VesselAPI endpoints

★ 0
M MCP Dev low

victorlane/Flyan

Various

Unofficial Python SDK and MCP server for Ryanair flight search.

★ 0
M MCP Dev low

vikramgorla/mcp-swiss

Various

Swiss open data MCP server — transport, weather, geodata, companies, etc,. Zero API keys.

★ 14
M MCP Dev low

VikrantSingh01/adaptive-cards-mcp

Various

AI-powered Adaptive Card MCP server — 9 tools for generating, validating, optimizing cards for Teams, Outlook, Copilot, ChatGPT. npm: adaptive-cards-mcp

★ 27
M MCP Dev low

vincentvella/devloop

Various

Browser control + dev-server logs on one correlated timeline — an MCP server with a headless (stdio) mode and an Electron cockpit. Built for AI agents.

★ 0
M MCP Dev low

VirajMishra1/wander-agent

Various

Your AI's personal travel agent — 66 tools, zero API keys. Flights (incl. fares airlines hide), hotels, visas, weather, points & miles, via MCP.

★ 4
M MCP Dev low

Vivekpatil200320/CyberRescue

Various

A secure, lightweight Model Context Protocol (MCP) host telemetry gateway built using Python, FastMCP, and python-on-whales.

★ 1
M MCP Dev low

vornicx/Midas

Various

Local-first, eval-first memory for long-horizon AI agents — no LLM at ingest. Python SDK + MCP server with source-traceable recall, belief revision, selective forgetting, and repro

★ 12
M MCP Dev low

W3Ship/w3ship-mcp-server

Various

W3Ship/w3ship-mcp-server — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

wd041216-bit/free-web-search-ultimate

Various

Search infrastructure for AI agents: free by default, MCP-ready, LLM-context aware, and production-grade when needed.

★ 6
M MCP Dev low

wenb1n-dev/mysql_mcp_server_pro

Various

Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个

★ 245
M MCP Dev low

wenb1n-dev/SmartDB_MCP

Various

Universal database MCP server connecting to MySQL, PostgreSQL, SQL Server, MariaDB,DM8,Oracle,not only provides basic database connection such as OAuth 2.0 authentication , health

★ 84
M MCP Dev low

wenhuwang/mcp-k8s-eye

Various

MCP Server for kubernetes management and diagnose your cluster and applications

★ 28
M MCP Dev low

Whatsonyourmind/oraclaw

Various

Deterministic decision-intelligence MCP server for AI agents — 17 tools, 21 algorithms (LinUCB, HiGHS LP/MIP, PageRank, Monte Carlo, CMA-ES, conformal). Sub-25ms. Zero LLM cost. AA

★ 8
M MCP Dev low

whdrnr2583-cmd/koreanpulse

Various

English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. For Claude Desktop / Cursor / FastMCP trading agents.

★ 2
M MCP Dev low

whdrnr2583-cmd/token-meter

Various

whdrnr2583-cmd/token-meter — indexed from awesome-mcp-servers-punkpeye

★ 0
M MCP Dev low

whw23/searxng-http-mcp

Various

A zero-install, cloud-hosted SearXNG MCP server over HTTP — no local runtime required.

★ 4
M MCP Dev low

wisflux/docmost-local-mcp

Various

MCP server for self-hosted Docmost (Community Edition) — read & write your wiki from Claude, Cursor & VS Code

★ 1
M MCP Dev low

wkoverfield/quilt

Various

Tracks which agent wrote which lines when multiple AI agents share one Git checkout.

★ 2
M MCP Dev low

wn01011/llm-token-tracker

Various

Token usage tracker for OpenAI and Claude APIs with MCP support. Pass accurate API costs to your users.

★ 3
M MCP Dev low

Wolfe-Jam/faf-mcp

Various

Persistent Project Context for Cursor, IDEs and VS Code — IANA-registered .faf format · 25 tools

★ 3
M MCP Dev low

wonderwhy-er/DesktopCommanderMCP

Various

This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

★ 6,097
M MCP Dev low

Wopee-io/wopee-mcp

Various

Wopee-io/wopee-mcp — indexed from awesome-mcp-servers-punkpeye

★ 3
M MCP Dev low

workopia/workopia-mcp

Various

Workopia MCP Server — free job search, resume builder & career advice for Claude, ChatGPT, Cursor.

★ 7
M MCP Dev low

writerslogic/scrivener-mcp

Various

The definitive MCP server for Scrivener. Connect your novels, screenplays, and manuscripts to Claude, ChatGPT, and other AI assistants. 60+ tools for document management, writing a

★ 32
M MCP Dev low

wso2/fhir-mcp-server

Various

FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.

★ 122
M MCP Dev low

Wuye-AI/mcp-server-wuye-ai

Various

CRIC物业AI MCP Server

★ 4
M MCP Dev low

XavierFabregat/spotify-mcp

Various

Control Spotify by talking to your AI — MCP server for Claude, Cursor, and any MCP client

★ 0
M MCP Dev low

xing5/mcp-google-sheets

Various

This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.

★ 884
M MCP Dev low

XJTLUmedia/Context-First-MCP

Various

📇 ☁️ 🏠 🍎 🪟 🐧 - Session memory, context health monitoring, reasoning quality, and truthfulness verification MCP server with 37 tools and tiered memory storage. `npx -y context-

★ 0
M MCP Dev low

xspadex/bilibili-mcp

Various

📇 🏠 - A FastMCP-based tool that fetches Bilibili's trending videos and exposes them via a standard MCP interface.

★ 14
M MCP Dev low

xzq.xu/jvm-mcp-server

Various

This is an implementation project of a JVM-based MCP (Model Context Protocol) server. The project aims to provide a standardized MCP server implementation for the JVM platform, ena

★ 85
M MCP Dev low

Yang1Bai/claw-tsaver

Various

A token-saving MCP proxy for OpenClaw users. Cuts tool call payloads by 90%+ via lazy expansion.

★ 0
M MCP Dev low

ycs77/apifable

Various

MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.

★ 9
M MCP Dev low

yli769227-jpg/ashare-mcp

Various

MCP server for Chinese A-share financial statements. 把 A 股财报变成 LLM 可调的工具。

★ 2
M MCP Dev low

Younghef/nutriref-api

Various

Pay-per-call USDA nutrition API for AI agents. x402 + USDC on Base.

★ 0
M MCP Dev low

ysalitrynskyi/opn-mcp

Various

MCP server for opn.onl — shorten links, read analytics & manage links from AI assistants. Works with the hosted service or your self-hosted instance.

★ 0
M MCP Dev low

YuChenSSR/multi-ai-advisor

Various

council of models for decision

★ 78
M MCP Dev low

yusong652/pfc-mcp

Various

MCP server connecting AI agents to ITASCA PFC — run DEM simulations through natural conversation

★ 63
M MCP Dev low

yuvalsuede/agent-media

Various

📇 ☁️ 🍎 🪟 🐧 - CLI and MCP server for AI video and image generation with unified access to 7 models (Kling, Veo, Sora, Seedance, Flux, Grok Imagine). Provides 9 tools for generat

M MCP Dev low

yyyhy/nash-arena

Various

Chess and Card Game Arena For LLM

★ 2
M MCP Dev low

zackpeters93/ugs-mcp

Various

MCP server for controlling CNC machines via Universal GCode Sender

★ 1
M MCP Dev low

zhaoyue722/llm-usage-mcp

Various

a local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via the Model Context Protocol

★ 3
M MCP Dev low

zhsama/duckduckgo-mcp-server

Various

📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

★ 78
M MCP Dev low

zueai/mcp-manager

Various

simple web ui to manage mcp (model context protocol) servers in the claude app

★ 287
M MCP Dev low

zw008/VMware-Storage

Various

VMware vSphere storage management: datastores, iSCSI, vSAN. Domain-focused MCP skill with 11 tools.

★ 0
M MCP Dev low

zyx77550/sparda

Various

Turn any Express/FastAPI app into an MCP server, in one command.

★ 3
Pairs with51entries
M MCP Dev low

1mcp/agent

Various

A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

★ 447
M MCP Dev low

2niuhe/plantuml_web

Various

Generate PlantUML Diagrams as PNG/SVG with Embedded Web Viewer

★ 15
M MCP Dev low

9hannahnine-jpg/arc-gate-mcp

Various

Runtime governance for MCP tool calls — Arc Gate for the MCP protocol layer

★ 0
M MCP Dev low

agentward-ai/agentward

Various

Open-source permission control plane for AI agents. Scan, enforce, and audit every tool call.

★ 18
M MCP Dev low

AgiMaulana/HuaweiAppGalleryMcp

Various

AgiMaulana/HuaweiAppGalleryMcp — indexed from awesome-mcp-servers-punkpeye

★ 2
M MCP Dev low

Alpic

ai.alpic.mcp

Alpic: build, deploy, monitor and distribute your ChatGPT Apps and MCP servers

M MCP Dev low

aos-standard/mcp-blast-radius

Various

MCP Blast-Radius Auditor — static blast radius extraction and CI divergence gate for MCP servers.

★ 0
M MCP Dev low

aparajithn/agent-utils-mcp

Various

aparajithn/agent-utils-mcp — indexed from awesome-mcp-servers-punkpeye

★ 4
M MCP Dev low

arnavranjan005/mcp-telemetry

Various

Socket.IO-style telemetry for MCP servers — live progress from any tool call, watched by any MCP client.

★ 1
M MCP Dev low

behrensd/mcp-firewall

Various

Deterministic security proxy for MCP tool calls — iptables for MCP

★ 3
M MCP Dev low

bobbyrgoldsmith/quarterback

Various

Strategic task prioritization and agent orchestration for multi-project operators

★ 0
M MCP Dev low

chrishayuk/mcp-cli

Various

🐍 🏠 - Yet another CLI tool for testing MCP servers

★ 1,978
M MCP Dev low

co-browser/attestable-mcp-server

Various

Verify that any MCP server is running the intended and untampered code via hardware attestation.

★ 18
M MCP Dev low

cqtrinv/trinvmcp

Various

a MCP server for TRINV

★ 1
M MCP Dev low

danieldoderlein/llm-bus

Various

Open-source coordination engine for AI agents, over MCP. Atomic claims, shared ledger, leases, presence, handoffs, tasks. Self-host it or use the hosted service at llm-bus.com.

★ 3
M MCP Dev low

Data-Everything/mcp-server-templates

Various

A flexible platform that provides Docker & Kubernetes backends, a lightweight CLI (mcpt), and client utilities for seamless MCP integration. Spin up servers from templates, route r

★ 18
M MCP Dev low

duaraghav8/MCPJungle

Various

One place to manage & connect to all your MCP servers

★ 1,072
M MCP Dev low

evalstate/mcp-hfspace

Various

MCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.

★ 386
M MCP Dev low

flytohub/flyto-core

Various

The open-source execution engine for AI agents. 412 modules, MCP-native, triggers, queue, versioning, metering.

★ 272
M MCP Dev low

glenngillen/mcpmcp-server

Various

Discover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow.

★ 33
M MCP Dev low

hostodo/hostodo-mcp

Various

Registry metadata for the hosted Hostodo MCP server

★ 0
M MCP Dev low

JamesANZ/cross-llm-mcp

Various

A Model Context Protocol (MCP) server that provides access to multiple Large Language Model (LLM) APIs including ChatGPT, Claude, Gemini, Mistral, Kimi K2, and DeepSeek.

★ 15
M MCP Dev low

johnanleitner1-Coder/lastminutedeals-api

Various

FOR SALE $8K — Production AI travel booking engine. 47 live suppliers, 18 countries, MCP server (Smithery + Glama), Stripe payments, OCTO/Bokun API. See /for-sale page.

★ 0
M MCP Dev low

Jovancoding/Network-AI

Various

Traffic light for AI Agents and TypeScript/Node multi-agent orchestrator with shared state, guardrails, and adapters for 29 AI frameworks

★ 59
M MCP Dev low

KryptosAI/mcp-observatory

Various

An MCP server that tests your MCP servers for breaking changes

★ 1
M MCP Dev low

lamemind/mcp-server-multiverse

Various

A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.

★ 77
M MCP Dev low

merterbak/Grok-MCP

Various

MCP server for xAI's Grok API with agentic tool calling, image and video generation, vision, and file support.

★ 33
M MCP Dev low

MikkoParkkola/mcp-gateway

Various

Universal MCP Gateway - Single-port multiplexing with Meta-MCP for ~95% context token savings

★ 31
M MCP Dev low

Model Context Protocol (MCP) Quickstart

Various

Model Context Protocol (MCP) is an open-source standard released by Anthropic in November 2024 that enables AI models to interact with external data sources through a unified int

M MCP Dev low

mzxrai/mcp-openai

Various

Chat with OpenAI models from Claude Desktop

★ 72
M MCP Dev low

n8daniels/RulesetMCP

Various

Weight-On-Wheels for AI: MCP server that keeps every agent grounded in your project's rules

★ 1
M MCP Dev low

NazarKalytiuk/tarn

Various

CLI-first API testing tool. YAML-defined tests, structured JSON output, built for AI-assisted workflows.

★ 3
M MCP Dev low

nonameuserd/paybond-kit

Various

TypeScript SDK for agent spend governance around paid tool calls across MCP, LangGraph, OpenAI, Claude, and Gemini: spend authorization, evidence receipts, refunds, disputes, and s

★ 1
M MCP Dev low

nullpath-labs/mcp-client

Various

Discover and pay AI agents on nullpath's marketplace via MCP. x402 micropayments with USDC.

★ 0
M MCP Dev low

P4ST4S/mcp-audit

Various

A transparent Go proxy that intercepts, signs, and audits all MCP tool calls between any client and server, without modifying either.

★ 4
M MCP Dev low

pydantic/pydantic-ai/mcp-run-python

Various

AI Agent Framework, the Pydantic way

★ 17,445
M MCP Dev low

Rendeverance/toolfunnel

Various

Zero-dependency MCP gateway - attach, filter, gate, and observe local tools and MCP servers through one funnel. Create your own MCP servers with zero code!

★ 3
M MCP Dev low

rinadelph/Agent-MCP

Various

Agent-MCP is a framework for creating multi-agent systems that enables coordinated, efficient AI collaboration through the Model Context Protocol (MCP). The system is designed for

★ 1,244
M MCP Dev low

rkocosmergon/cosmergon-agent

Various

rkocosmergon/cosmergon-agent — indexed from awesome-mcp-servers-punkpeye

★ 1
M MCP Dev low

rsdouglas/janee

Various

Secrets management for AI agents via MCP • @janeesecure

★ 28
M MCP Dev low

sapph1re/mcp-billing-gateway-sdk

Various

Client SDK and docs for MCP Billing Gateway — add Stripe + x402 billing to any MCP server

★ 0
M MCP Dev low

spranab/brainstorm-mcp

Various

MCP server for multi-round AI brainstorming debates between multiple models (GPT, DeepSeek, Groq, Ollama, etc.)

★ 61
M MCP Dev low

strato-space/media-gen-mcp

Various

Media Gen MCP — Strict TypeScript MCP server for OpenAI gpt-image-1 and sora-2: generate, edit, and fetch images/video with smart compression, resourcelink and image outputs, and a

★ 8
M MCP Dev low

TheLunarCompany/lunar#mcpx

Various

lunar.dev: Agent native MCP Gateway for governance and security

★ 447
M MCP Dev low

tjclaude88/mcp-bling

Various

Give your bot an identity!

★ 0
M MCP Dev low

Tool Definition Quality Score (TDQS)

Various

An open framework for scoring how well an MCP tool definition communicates to an AI agent – the Tool Definition Quality Score (TDQS).

★ 5
M MCP Dev low

VoxellInc/forge-mcp

Various

[](https://glama.ai/mcp/servers/VoxellInc/forge-mcp) 🎖️ 📇 ☁️ - Official MCP server for Forge, Voxell's hosted text-embedding API. Generate vector embeddings (turbo 1024d, pro 256

★ 0
M MCP Dev low

willianpinho/mcp-gateway-scan

Various

[](https://glama.ai/mcp/servers/willianpinho/mcp-gateway-scan) 📇 🏠 - Read-only static scanner for MCP / agent-gateway production-readiness. The scangateway tool scores a repo acr

★ 1
M MCP Dev low

wong2/mcp-cli

Various

A CLI inspector for the Model Context Protocol

★ 436
M MCP Dev low

ws-mcp

Various

Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz))

★ 20
M MCP Dev low

yincongcyincong/VictoriaMetrics-mcp-server

Various

MCP Server for the VictoriaMetrics.

★ 7
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks